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
Responses
- 200
- 400
- 401
- 500
Successful operation
Token or Authorization header is missing
Client authentication failed
Internal server error