• 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

    Report Post As Inappropriate

    Related posts:

    1. How to kill zombies -_o So you have a zombie process, in my case varnish...
    2. Shibboleth WAYFless URLs UKFederation Shibboleth is a single sign on method used by UK...
    3. Testing Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs Part 4. Testing (2 hours) Shibboleth can be started using...
    4. Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs Part 2. Shibboleth Config (6 hours) Edit shibboleth2.xml Replace all...
    5. Installing shibboleth SP 2.3 on CentOS Press y 3 times. Done. Proceed to configuration.. Report Post...