SpringOpaqueTokenIntrospector,重写了 OAuth2AuthenticatedPrincipal
的构建,保持项目内统一使用 User
A Spring implementation of OpaqueTokenIntrospector that verifies and
introspects a token using the configured
OAuth 2.0 Introspection
Endpoint.OpaqueTokenAuthenticationProvider with the provided parametersOpaqueTokenAuthenticationProvider with the provided parameters
The given RestOperations should perform its own client authentication
against the introspection endpoint.Converter used for converting the OAuth 2.0 access token to a
RequestEntity representation of the OAuth 2.0 token introspection request.Copyright © 2023. All rights reserved.