How to kill a shibboleth session
Date: 2009.11.11 | Category: shibboleth
Kill an SP session with a HTML redirect:
<meta http-equiv=”REFRESH” content=”0;url=https://shib.example.org/Shibboleth.sso/Logout”>
Kill an SP session by visiting a URL:
https://shib.example.org/Shibboleth.sso/Logout
Kill an IDP session:
Single Log off is not fully supported in Shibboleth, it is recommended you redirect a user to a page requesting they close their browser window.
Note: Don’t forget to replace example.org with your domain
Related Posts
- How to kill zombies -_o
- Shibboleth WAYFless URLs UKFederation
- Testing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs
- Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs
- Installing shibboleth SP 2.3 on CentOS