Server Initiated Logout

Terminating a CONNECT session can also be initiated with a server-to-server call as follows: POST https://appname.scienceconnect.io/api/oidc/logout.

The request parameters are:

Parameter Name Description
post_logout_redirect_uri The URL where CONNECT redirects back to, after the logout. This URL is configured on the CONNECT side as an authorized origin.
client_id The client_id of the application.
id_token_hint A signed JWT used as a hint to which session to terminate. It contains the session ID of the user on CONNECT (sid claim name).