mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
9 lines
489 B
XML
Executable File
9 lines
489 B
XML
Executable File
<section>
|
|
<title>Logout</title>
|
|
<para>
|
|
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 <literal>http://auth-server/auth/realms/{realm-name}/tokens/logout?redirect_uri=encodedRedirectUri</literal>.
|
|
This will log you out if you have an SSO session with your browser.
|
|
</para>
|
|
</section> |