From 1de20b139b34d558392363da03a34cf9312f5810 Mon Sep 17 00:00:00 2001 From: Hiroyuki Wada Date: Mon, 17 Oct 2016 19:01:15 +0900 Subject: [PATCH] KEYCLOAK-3718 fix logout URL --- topics/oidc/java/logout.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/oidc/java/logout.adoc b/topics/oidc/java/logout.adoc index ee285201ab..f896efe88a 100755 --- a/topics/oidc/java/logout.adoc +++ b/topics/oidc/java/logout.adoc @@ -2,4 +2,4 @@ There are multiple ways you can logout from a web application. For Java EE servlet containers, you can call HttpServletRequest.logout(). For any other browser application, you can redirect the browser to -`$$http://auth-server/auth/realms/{realm-name}/tokens/logout?redirect_uri=encodedRedirectUri$$`. This will log you out if you have a SSO session with your browser. \ No newline at end of file +`$$http://auth-server/auth/realms/{realm-name}/protocol/openid-connect/logout?redirect_uri=encodedRedirectUri$$`. This will log you out if you have a SSO session with your browser. \ No newline at end of file