Opaque Token Introspector should return an Authenticated Principal #7345
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Similar to
OAuth2UserService
, which returns anOAuth2User
(which is anAuthenticatedPrincipal
), it'd be appropriate forOpaqueTokenIntrospector
to returnOAuth2AuthenticatedPrincipal
.It shouldn't return an
OpaqueToken
because the token is no longer opaque once it returns from introspection.The text was updated successfully, but these errors were encountered: