wiki:IdPLogout

Version 6 (modified by jpmitchell@…, 12 years ago) (diff)

--

Shibboleth / IdP Logout

This page documents the IAM built logout capability of the IdP. It is a simple bit of JSP script that detects the presence of the _idp_session cookie in the client browser and then sets the cookie for removal of its present. It also provides a return parameter for returning a client browser back to the control of an application. The following flow diagram helps to illustrate the use of the facility.

The code for the logout.jsp can be found in the SVN instance for this project:
source:/shib/browser/shib-svn/idp-war/trunk/logout.jsp

Attachments