You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user wanted to supply a custom authentication manager for a Reactive OAuth2 Resource Server, then she would need to create the entire AuthenticationWebFilter from scratch.
Since on the Reactive side of Spring Security, authentication managers are typically separated by Authentication type, it makes sense to expose OAuth2 Resource Server's authentication manager to be configurable: