keycloak-scim/topics/oidc/java/logout.adoc
2016-06-03 12:35:36 +02:00

5 lines
No EOL
375 B
Text
Executable file

=== Logout
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.