KEYCLOAK-16455 Update JS adapter init method reference with messageReceiveTimeout
This commit is contained in:
parent
f038f5a0d3
commit
8436c1866b
1 changed files with 1 additions and 0 deletions
|
@ -439,6 +439,7 @@ Options is an Object, where:
|
||||||
* enableLogging - Enables logging messages from Keycloak to the console (default is `false`).
|
* enableLogging - Enables logging messages from Keycloak to the console (default is `false`).
|
||||||
* pkceMethod - The method for Proof Key Code Exchange (https://datatracker.ietf.org/doc/html/rfc7636[PKCE]) to use. Configuring this value enables the PKCE mechanism. Available options:
|
* pkceMethod - The method for Proof Key Code Exchange (https://datatracker.ietf.org/doc/html/rfc7636[PKCE]) to use. Configuring this value enables the PKCE mechanism. Available options:
|
||||||
- "S256" - The SHA256 based PKCE method
|
- "S256" - The SHA256 based PKCE method
|
||||||
|
* messageReceiveTimeout - Set a timeout in milliseconds for waiting for message responses from the Keycloak server. This is used, for example, when waiting for a message during 3rd party cookies check. The default value is 10000.
|
||||||
|
|
||||||
Returns a promise that resolves when initialization completes.
|
Returns a promise that resolves when initialization completes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue