Changes between Version 26 and Version 27 of SPLogout


Ignore:
Timestamp:
05/19/14 14:33:01 (11 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPLogout

    v26 v27  
    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.  Alternatively, you could have the return redirect them straight to the SSOS logout service point, like this: 
    2929 
    30 https://yourapp.yourdomain.net/Shibboleth.sso/Logout?return=https://iam.alaska.edu/trac/wiki/SSOsessionDestroyed  
     30https://yourapp.yourdomain.net/Shibboleth.sso/Logout?return=https://idp.alaska.edu/idp/logout.jsp?return=https://iam.alaska.edu/trac/wiki/SSOsessionDestroyed  
    3131 
    3232''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.''