Support Center
Logs a user out of an existing SSO session - this makes the user no longer logged into any of the SSO-based applications.
This call never reports if input UST was valid or not, it always returns status "ok" even if UST did not exist. This is in order to make it more difficult for attackers to discover what of UST they may have access to are, or were, valid.
Note that there may be additional details in server logs in case of input validation errors.
Name | Datatype | Optional | Notes |
---|---|---|---|
ust | string | --- | User session token to log out by |
current_app | string | --- | Name of application that the call is attempted from |
Name | Datatype | Optional | Notes |
---|---|---|---|
cid | string | --- | Correlation ID assigned to request |
status | string | --- | Always equal to "ok" |