-
Notifications
You must be signed in to change notification settings - Fork 123
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] Single LogOut #211
Comments
If I configure in my SATOSA frontend
On SLO request by the SP I get If an IdP (auth target) do not handle properly 'forceAuthn = true` it should hopefully implement at least SLO. I think that SLO should be considered usefull for security reasons in our context. Could we develop it? |
In satosa.frontends.saml2._register_endpoints I read that every endpoint is registered as
|
+1 to developing this. I was asked by my federation operator to provide a single logout endpoint, which I'm unable to do atm (unless I've misunderstood). |
Correct me if I'm wrong, the cookie in satosa expires in a soon. Force authn to True give us a real workaround to this, because each session won't rely on the previous state. |
I guess there is already some progress by @sebulibah in this PR: #431 |
Is there any possibility to implement, in the SAML2 backend and frontend plugins, the SLO endpoint?
The text was updated successfully, but these errors were encountered: