OAuth2IntrospectionAuthenticationToken should be marked as @Transient #6829
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
By default, Resource Server should be stateless. This is achieved in its JWT support via the
@Transient
annotation:For introspection, it would be better if
OAuth2IntrospectionAuthenticationToken
did the same thing:It'd also be good to add a test to confirm that by default no session is created when an app is configured for introspection.
The text was updated successfully, but these errors were encountered: