[keycloak-dev] logout by redirect

Marek Posolda mposolda at redhat.com
Wed Jan 14 02:57:20 EST 2015


Sounds good to me. +1 for renaming "Action" to "State" on 
ClientSessionModel.

Marek

On 13.1.2015 17:01, Bill Burke wrote:
> * Adding a flag to ClientModel "backchannelLogout"
> * Adding a method to LoginProtocol "Response
> redirectLogout(UserSessionModel, ClientSessionModel)"
> * Adding a flag to ClientSessionModel "loggedOut" ... or ... rename the
> Action attribute to State and add a "LOGGED_OUT" state.
> * Adding a redirectLogout REST endpoint for OIDC.
> * Adding a redirectLogout REST endpoint for adapters.
>
> Algorithm will be:
> 1. do all backchannel logouts
> 2. Find a logged in client
> 3. Redirect based on protocol
> 4. Receive logout success from a redirection, goto 2
>



More information about the keycloak-dev mailing list