KEYCLOAK-1033 Document PKCE configuration for JavaScript Adapter
This commit is contained in:
parent
0f23dbb7a2
commit
4d3ef66c86
1 changed files with 5 additions and 0 deletions
|
@ -289,6 +289,11 @@ adapter::
|
||||||
responseType::
|
responseType::
|
||||||
Response type sent to {project_name} with login requests. This is determined based on the flow value used during initialization, but can be overridden by setting this value.
|
Response type sent to {project_name} with login requests. This is determined based on the flow value used during initialization, but can be overridden by setting this value.
|
||||||
|
|
||||||
|
pkceMethod::
|
||||||
|
The method for Proof Key Code Exchange (https://tools.ietf.org/html/rfc7636[PKCE]) to use. Configuring this value enables the PKCE mechanism.
|
||||||
|
Available options:
|
||||||
|
* "S256" - The SHA256 based PKCE method
|
||||||
|
|
||||||
===== Methods
|
===== Methods
|
||||||
|
|
||||||
====== init(options)
|
====== init(options)
|
||||||
|
|
Loading…
Reference in a new issue