How to revoke the oAuth2 token in the spring boot new authorization server?
Also, where can we find all the endpoints of the authorization server? https://github.com/spring-projects/spring-authorization-server
How to revoke the oAuth2 token in the spring boot new authorization server?
Also, where can we find all the endpoints of the authorization server? https://github.com/spring-projects/spring-authorization-server
Copyright © 2021 Jogjafile Inc.
Endpoint to revoke localhost:9000/oauth2/revoke
We can pass either access/refresh token.