Jwt DSL Configuration should accept an AuthenticationManager #6832
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
In Reactive Resource Server, one can switch out the JWT authentication manager:
It'd be nice to have this same feature on the Servlet side. This
AuthenticationManager
would be used by theBearerTokenAuthenticationFilter
instead of any shared one.The text was updated successfully, but these errors were encountered: