Changes between Version 28 and Version 29 of SPLogout
- Timestamp:
- 05/19/14 15:06:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SPLogout
v28 v29 28 28 Obviously 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. 29 29 30 Here is an example that logs you out of this iam wiki: 31 32 https://iam.alaska.edu/Shibboleth.sso/Logout?return=http://iam.alaska.edu/trac/wiki/SPLogout 33 30 34 ''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.''