TrueVault Identity Manager

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

NameInRequiredDescription
client_id query yes

OIDC Client ID.

session_state query yes

Session state value received from the token exchange.

Responses

StatusDescription
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