-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement Token Revocation Endpoint #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I like to have a go at this one @jgrandja if that's possible. |
Thanks for your interest @synek. This has already been assigned to an internal team member. Please keep an eye out for other issues coming up. |
babuv2
added a commit
to babuv2/spring-authorization-server
that referenced
this issue
Jun 5, 2020
babuv2
added a commit
to babuv2/spring-authorization-server
that referenced
this issue
Jun 5, 2020
babuv2
added a commit
to babuv2/spring-authorization-server
that referenced
this issue
Jun 11, 2020
babuv2
added a commit
to babuv2/spring-authorization-server
that referenced
this issue
Jun 23, 2020
This was referenced Nov 3, 2020
jgrandja
added a commit
that referenced
this issue
Nov 4, 2020
jgrandja
added a commit
that referenced
this issue
Nov 4, 2020
doba16
pushed a commit
to doba16/spring-authorization-server
that referenced
this issue
Apr 21, 2023
doba16
pushed a commit
to doba16/spring-authorization-server
that referenced
this issue
Apr 21, 2023
doba16
pushed a commit
to doba16/spring-authorization-server
that referenced
this issue
Apr 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An authorization server should provide an endpoint that allows revoking an access token or refresh token.
The
OAuth2TokenRevocationEndpointFilter
should be implemented as aFilter
.Implementation Requirements
Filter
should processPOST
requests for the (default) path/oauth2/revoke
Filter
should use theOAuth2AuthorizationService
to invalidate the tokenclass
andpublic
methodsSpecification References
OAuth 2.0 Token Revocation
The text was updated successfully, but these errors were encountered: