From 10264146df283238e902692a2c4a143ddc426795 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 21 Feb 2020 14:09:34 +0100 Subject: [PATCH] Update installed-adapter.adoc --- securing_apps/topics/oidc/java/installed-adapter.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/securing_apps/topics/oidc/java/installed-adapter.adoc b/securing_apps/topics/oidc/java/installed-adapter.adoc index a47a8f32cb..a8507b70f2 100644 --- a/securing_apps/topics/oidc/java/installed-adapter.adoc +++ b/securing_apps/topics/oidc/java/installed-adapter.adoc @@ -55,7 +55,7 @@ The `KeycloakInstalled` adapter provides support for renewal of stale tokens. ===== Client Configuration 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 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 { }); } } ----- \ No newline at end of file +----