Closed
Description
In Reactive Resource Server, one can switch out the JWT authentication manager:
http
.oauth2ResourceServer()
.jwt()
.authenticationManager(...)
It'd be nice to have this same feature on the Servlet side. This AuthenticationManager
would be used by the BearerTokenAuthenticationFilter
instead of any shared one.