From 1e1bf97ffc50e69f9e2ba02ab357258370f0e408 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 8 Apr 2016 06:59:39 +0200 Subject: [PATCH] KEYCLOAK-2774 Adapters logout section points to removed tokens endpoint --- docbook/auth-server-docs/reference/en/en-US/modules/logout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/logout.xml b/docbook/auth-server-docs/reference/en/en-US/modules/logout.xml index 9f5bfa37eb..ea6eb4e627 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/logout.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/logout.xml @@ -20,7 +20,7 @@ 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 point the browser at the url http://auth-server/auth/realms/{realm-name}/tokens/logout?redirect_uri=encodedRedirectUri. + For any other browser application, you can point the browser at the url http://auth-server/auth/realms/{realm-name}/protocol/openid-connect/logout?redirect_uri=encodedRedirectUri. This will log you out if you have an SSO session with your browser. \ No newline at end of file