Update installed-adapter.adoc

This commit is contained in:
Stian Thorgersen 2020-02-21 14:09:34 +01:00 committed by GitHub
parent b285784448
commit 10264146df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ The `KeycloakInstalled` adapter provides support for renewal of stale tokens.
===== Client Configuration ===== Client Configuration
The application needs to be configured as a `public` OpenID Connect client with The application needs to be configured as a `public` OpenID Connect client with
`Standard Flow Enabled` and pass:[http://localhost:*] as an allowed `Valid Redirect URI`. `Standard Flow Enabled` and pass:[http://localhost] as an allowed `Valid Redirect URI`.
TIP: The `KeycloakInstalled` adapter supports the `PKCE` [RFC 7636] mechanism to provide additional protection during TIP: The `KeycloakInstalled` adapter supports the `PKCE` [RFC 7636] mechanism to provide additional protection during
code to token exchanges in the `OIDC` protocol. PKCE can be enabled with the `"enable-pkce": true` setting code to token exchanges in the `OIDC` protocol. PKCE can be enabled with the `"enable-pkce": true` setting