loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content
Download CollectionRun in Postman
Test our APIs instantly!
Download the collection or run it directly in Postman to explore all LoginRadius API endpoints.

Introspect OIDC token

POST 

/api/oidc/:OIDCAppName/introspect

Returns the active state and metadata of an OIDC access or refresh token per RFC 7662 (OAuth 2.0 Token Introspection). The client must authenticate using either HTTP Basic authentication (Authorization: Basic base64(client_id:client_secret)) or by including client_id and client_secret in the POST body, depending on the token_endpoint_auth_method configured for the OIDC application. Returns active: true with associated claims for valid tokens, or active: false for invalid, expired, or revoked tokens.

Request

Responses

OK: Introspection result (active true with claims, or active false).