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