-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
An authorization server should provide an endpoint that allows revoking an access token or refresh token.
The OAuth2TokenRevocationEndpointFilter should be implemented as a Filter.
Implementation Requirements
- the
Filtershould processPOSTrequests for the (default) path/oauth2/revoke - The client must be authenticated Implement Client Authentication #39 before the Revocation Request can be accepted
- the implementation must support the revocation of access tokens and refresh tokens
- the
Filtershould use theOAuth2AuthorizationServiceto invalidate the token - javadoc
classandpublicmethods - Unit tests
Specification References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement