keycloak-scim/securing_apps/topics/oidc/java/logout.adoc

7 lines
386 B
Text
Raw Normal View History

2016-06-09 13:12:10 +00:00
==== Logout
2016-04-18 19:10:32 +00:00
You can log out of a web application in multiple ways.
For Java EE servlet containers, you can call HttpServletRequest.logout(). For other browser applications, you can redirect the browser to
`$$http://auth-server/auth/realms/{realm-name}/protocol/openid-connect/logout?redirect_uri=encodedRedirectUri$$`, which logs you out if you have an SSO session with your browser.