-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Should support IDP initiated SLO. #49
Comments
Like this you mean? #41 or am I missing something? If so can you link to some documentation for anyone who glances at this and decides to pursue it? |
#41 provides a lot of the functionality for SLO. What i was looking for is a means to initiate a logout from the IDP itself. Perhaps providing a means in the controller to initiate logout from the IDP side rather then waiting for a logout call from the SP. It may already be in there and may just need documentation but looking through the code i didn't see anything obvious, but i could have missed it. |
@Yanchek99 after looking at the docs, does this gem support IDP initiated logout? |
@beniutek From what I have found in using this gem, it does not currently support IDP initiated logout. |
thanks for the reply. I'll be implementing that on my own then |
@beniutek did you create an implementation? Could you give any pointers on how to add this functionality? |
Would be cool if this IDP also supported IDP initiated SLO. Would need to provide a hook so that when a user logs out of the IDP it sends the request to all the authenticated SPs
The text was updated successfully, but these errors were encountered: