Skip to main content

Revoke a token for the AuthorizationServer

POST 

/oauth/revoke

Revokes the submitted token using the single AuthorizationServer configured in this service instance; this form omits the path parameter and is only valid when exactly one authstates entry is present. The form body, response codes, and authentication requirements are identical to the parameterized endpoint. When multiple authorization servers are configured, use the /{tokenRevokerName} path-parameter form instead.

Request

Header Parameters

    authorization string

Body

    token string
    token_type_hint string

Responses

Token revoked; also returned when the token was already expired or unknown, to avoid leaking validity information

Loading...