-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
for: team-attentionThis ticket should be discussed as a team before proceedingThis ticket should be discussed as a team before proceedingin: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement
Description
CAUTION This is a ticket that needs to be considered by the Spring Security team and thus is not currently a candidate for a pull request.
Currently, there is a lot of duplicated logic for merging two Authentication instances that cannot be replaced (see 64c9e3e for the locations).
We should consider adding Authentication.Builder.authentication(Authentication) which can encapsulate the logic and allow custom Authentication.toBuilder() implementations to replace the way in which the Authentication instances are merged.
Metadata
Metadata
Assignees
Labels
for: team-attentionThis ticket should be discussed as a team before proceedingThis ticket should be discussed as a team before proceedingin: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement