Skip to main content

Introspect a token for the AuthorizationServer

POST 

/oauth/introspect

Validates the submitted token against the single AuthorizationServer configured in this service instance and returns an introspection response per RFC 7662. This endpoint omits the path parameter and is only available when exactly one authstates entry is configured. Active tokens return "active": true with metadata claims; inactive tokens return {"active": false}. When multiple authorization servers are configured, use the /{tokenIntrospectorName} path-parameter form instead.

Request

Header Parameters

    authorization string

Body

    token string
    token_type_hint string

Responses

Successful operation

Schema
    any
Loading...