KEYCLOAK-1033 Document PKCE configuration for JavaScript Adapter

This commit is contained in:
Thomas Darimont 2019-05-17 14:43:02 +02:00 committed by Marek Posolda
parent 0f23dbb7a2
commit 4d3ef66c86

View file

@ -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)