SAML Session cookie not being deleted
See original GitHub issueI think this is related to https://github.com/peppelinux/djangosaml2/issues/146. I am seeing both the Django session cookies for the SP and IDP removed (named via SESSION_COOKIE_NAME
) from my browser on an SP initiated logout. However the “saml_session” cookie is not being removed. Using djangosaml2==1.1.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
What do I do with the saml-session cookie on logout without ...
Currently, the cookie remains after a logout. SLO is never initiated. Now, after that initial login and logout with the idp without SLO,...
Read more >Session cookie is not removed after logging out - Drupal
I've tried this patch but it deletes the SSO Session but the session is eventually restored. $config = SimpleSAML_Configuration::getInstance() ...
Read more >ADFS cookies not getting clear after successful logout
To get the SAML logout working do check your hashing algorithm matches for the SP and the ADFS. Also, your logout request should...
Read more >Remove all SSO cookies when using SAML - Auth0 Community
The problem is it seems the auth0 session is not being cleared because the sharefile token returned is always for the previous logged...
Read more >Manage Session Cookies | Firebase Authentication
When a user signs out from the client side, handle it on the server side via an endpoint. A POST/GET request should result...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@peppelinux thanks for your help on this.
Hi @Amertz08 I didn’t have time to dig this, just want to tell you that actually I don’t now when I’ll be able to start this investigation but if you could go ahead I’ll follow you. Just make a PR to dev branch and post any additional information in this thread, I’ll keep an eye on this