Changes between Version 28 and Version 29 of SPLogout


Ignore:
Timestamp:
05/19/14 15:06:28 (11 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPLogout

    v28 v29  
    2828Obviously you must take care of cleanup within your application - closing files, saving changes and the like.  Then redirect the users browser as in the link above.  If your Shibboleth SP is close to the default, replace "yourapp.yourdomain.edu" with the URL of your application; you can build your own logout page to inform users they have logged out of the application but still have an SSO session, providing them a link similar to the "End My Current UA SSO Session" link above.   
    2929 
     30Here is an example that logs you out of this iam wiki: 
     31 
     32https://iam.alaska.edu/Shibboleth.sso/Logout?return=http://iam.alaska.edu/trac/wiki/SPLogout 
     33 
    3034''Note that the user may still have OTHER sessions active; removing the session with your application and the SSO session will not in itself log users out of current sessions with other applications.''