KEYCLOAK-4765 Adding documentation for access_token query parameter parsing.
This commit is contained in:
parent
b6f333af44
commit
c6dde6afdf
1 changed files with 6 additions and 1 deletions
|
@ -231,4 +231,9 @@ public-key-cache-ttl::
|
|||
It is 86400 seconds (1 day) by default.
|
||||
Adapter will always try to download new public key when it recognize token with unknown `kid` . If it recognize token with known `kid`, it will
|
||||
just use the public key downloaded previously. However at least once per this configured interval (1 day by default) will be new
|
||||
public key always downloaded even if the `kid` of token is already known.
|
||||
public key always downloaded even if the `kid` of token is already known.
|
||||
|
||||
ignore-oauth-query-parameter::
|
||||
Defaults to `false`, if set to `true` will turn off processing of the `access_token`
|
||||
query parameter for bearer token processing. Users will not be able to authenticate
|
||||
if they only pass in an `access_token`
|
Loading…
Reference in a new issue