Merge pull request #2548 from stianst/master

KEYCLOAK-2774
This commit is contained in:
Stian Thorgersen 2016-04-08 06:59:55 +02:00
commit 5167b623d5

View file

@ -20,7 +20,7 @@
<para> <para>
There are multiple ways you can logout from a web application. For Java EE servlet containers, you can call There are multiple ways you can logout from a web application. For Java EE servlet containers, you can call
HttpServletRequest.logout(). HttpServletRequest.logout().
For any other browser application, you can point the browser at the url <literal>http://auth-server/auth/realms/{realm-name}/tokens/logout?redirect_uri=encodedRedirectUri</literal>. For any other browser application, you can point the browser at the url <literal>http://auth-server/auth/realms/{realm-name}/protocol/openid-connect/logout?redirect_uri=encodedRedirectUri</literal>.
This will log you out if you have an SSO session with your browser. This will log you out if you have an SSO session with your browser.
</para> </para>
</section> </section>