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
Recently, #6722 introduced a contract for resolving an AuthenticationManager via some context, like a request.
A natural implementation for this would be one that contained a Map<RequestMatcher, AuthenticationManager> and selected the AuthenticationManager from the configured Map.
This aligns with other request-matching API implementations like DelegatingAuthenticationEntryPoint and RequestMatcherDelegatingAccessDeniedHandler.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Recently, #6722 introduced a contract for resolving an
AuthenticationManager
via some context, like a request.A natural implementation for this would be one that contained a
Map<RequestMatcher, AuthenticationManager>
and selected theAuthenticationManager
from the configuredMap
.This aligns with other request-matching API implementations like
DelegatingAuthenticationEntryPoint
andRequestMatcherDelegatingAccessDeniedHandler
.The text was updated successfully, but these errors were encountered: