Update installed-adapter.adoc
This commit is contained in:
parent
b285784448
commit
10264146df
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
@ -164,4 +164,4 @@ public class DesktopApp {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue