Reset Authentication Session by Session ID
POST {{apiPath}}/environments/{{envID}}/sessions/{{sessionID}}
Use POST {{apiPath}}/environments/{{envID}}/sessions/{{sessionID}}
to reset an existing session based on the specified sessionID
. This effectively signs the user out of the existing SSO session. The user is then required to be authenticated again for the SSO session indicated by sessionID
.
You need to include in the header, the Content-Type application/vnd.pingidentity.sso.session.logout
. The request body is empty.
A successful execution returns 204 No Content.
Prerequisites
- See Sessions for important overview information.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |