== [[/|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. [[Image(logout.png,33%)]] The code for the logout.jsp can be found in the SVN instance for this project:[[br]] source:/shib-svn/idp-war/trunk/logout.jsp