-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement
Milestone
Description
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
.
Metadata
Metadata
Assignees
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement