Performs any logout actions required by the SSO product. This can include clearing cookies or redirecting to another web page that performs logout actions. If a redirect is performed, the other web page should redirect back to sReturnURL
after performing the SSO logout. Note that this function is only called if the user clicks the logout link in the portal, not if their session times out or they close the browser window. This method must be thread safe.
IXPResponse
value
true
if a redirect is required, false
otherwise
ISSOIntegration Interface | com.plumtree.portaluiinfrastructure.sso Namespace