Skip to content
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

Open
Yanchek99 opened this issue Jul 5, 2016 · 6 comments
Open

Feature Request: Should support IDP initiated SLO. #49

Yanchek99 opened this issue Jul 5, 2016 · 6 comments

Comments

@Yanchek99
Copy link

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

@jphenow
Copy link
Collaborator

jphenow commented Jul 5, 2016

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?

@Yanchek99
Copy link
Author

#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.

@beniutek
Copy link

@Yanchek99 after looking at the docs, does this gem support IDP initiated logout?
I want to implement such thing (IDP initiates a logout that is then handled by SP so that in the end we are logged out both from IDP and SP) in my app but can't find much documentation about how to approach this using this gem

@Yanchek99
Copy link
Author

@beniutek From what I have found in using this gem, it does not currently support IDP initiated logout.

@beniutek
Copy link

thanks for the reply. I'll be implementing that on my own then

@moiristo
Copy link

@beniutek did you create an implementation? Could you give any pointers on how to add this functionality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants