Logout and LogoutToken Parameters
When a user logs out from CONNECT, it triggers the Logout Endpoint for all applications the user logged in during a given session.
This request includes a single parameter, the logoutToken, which is a signed JWT containing the following additional parameters:
Parameter Name | Description |
---|---|
lss | The issuer of the token. In this case it is the URL of CONNECT. |
sub | The unique user ID. |
aud | The client_id of the application. |
iat | Timestamp |
jti | The JWT unique ID. |
sid | The ID of the session that is being terminated. |