Your suggested change has been received. Thank you.

close

Session Management API (v1.0)

Download OpenAPI specification:Download

The Session Management API provides a set of endpoints for the management of sessions.

Log out

Log out endpoints

End the session on the user agent from which this endpoint is invoked.

An RP can notify the OP that the end user has logged out of the site and might want to log out of the OP as well. In this case, the RP, after having logged the end user out of the RP, can redirect the end user's User Agent to iWelcome’s proprietary ‘terminate_session’ endpoint. This proprietary endpoint is somewhat similar to OIDC’s ‘end_session’ endpoint; it does however not need the ID token as input. All access tokens and refresh tokens that were issued in the current session are invalidated as well; without asking the user.

query Parameters
post_logout_redirect_uri
string

OPTIONAL. URL to which the RP is requesting that the end user's User Agent be redirected after a logout has been performed. The value MUST have been previously registered with the OP, either using the post_logout_redirect_uris Registration parameter or via another mechanism. If supplied, the OP SHOULD honor this request following the logout.

header Parameters
Cookie
string

The cookie containing the SSO token, as provided by the browser.

Responses