Skip to content

Implement Token Revocation Endpoint #83

@jgrandja

Description

@jgrandja

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 Filter should process POST requests 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 Filter should use the OAuth2AuthorizationService to invalidate the token
  • javadoc class and public methods
  • Unit tests

Specification References

OAuth 2.0 Token Revocation

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions