KEYCLOAK-11196 Document the useNonce option for JS adapter

This commit is contained in:
Jon Koops 2019-08-27 12:31:04 +02:00 committed by Stian Thorgersen
parent 60500036e9
commit d4403d3e5e

View file

@ -331,6 +331,7 @@ Called to initialize the adapter.
Options is an Object, where:
* useNonce - Adds a cryptographic nonce to verify that the authentication response matches the request (default is true).
* onLoad - Specifies an action to do on load. Supported values are 'login-required' or 'check-sso'.
* silentCheckSsoRedirectUri - Set the redirect uri for silent authentication check if onLoad is set to 'check-sso'.
* token - Set an initial value for the token.