Table of Contents

TSphinxLogin.LogoutAndEndSession Method

Logs out the user and terminates the SSO session at the identity provider.

Remarks

In addition to clearing the local tokens (like Logout), this method opens the system browser to the identity provider's end-session endpoint, which terminates the SSO session server-side. After this, other applications sharing the same SSO session will also require the user to log in again. If the identity provider does not advertise an end-session endpoint (e.g. the discovery document has no end_session_endpoint), the method behaves exactly like Logout and no browser is opened.

Syntax

Unit: Sphinx.Login

procedure TSphinxLogin.LogoutAndEndSession;

See also