keycloak-scim/topics/oidc/java/logout.adoc
Stian Thorgersen c3bc77206a Fixes
2016-06-10 07:37:09 +02:00

5 lines
No EOL
380 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.