spring-authorization-server
spring-authorization-server copied to clipboard
How-to: Use third-party opaque tokens for authentication.
My current project needs to use third-party authentication, and the other party is not compatible with oauth2, but it can obtain an opaque token, and through the opaque token, user information can be obtained. Is it possible to give an example in this case.