• 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

    1. How to kill zombies -_o
    2. Shibboleth WAYFless URLs UKFederation
    3. Testing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs
    4. Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs
    5. Installing shibboleth SP 2.3 on CentOS