Session Check
GET /oauth/oidc/session/check
Check if the user's session is still valid. Returns unchanged if the session is active, or changed if it has been invalidated.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
client_id |
query | yes | OIDC Client ID. |
session_state |
query | yes | Session state value received from the token exchange. |
Responses
| Status | Description |
|---|---|
200 OK | Session status |
Content type text/plain
Example 200 response
unchanged
Example request
curl --request GET \
--url https://sandbox.truevault.com.au/oauth/oidc/session/check