Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce AuthenticationManagerResolver #6722

Closed
jzheaux opened this issue Mar 29, 2019 · 0 comments
Closed

Introduce AuthenticationManagerResolver #6722

jzheaux opened this issue Mar 29, 2019 · 0 comments
Assignees
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Mar 29, 2019

It would be handy to be able to resolve an AuthenticationManager based on request criteria, for example:

HttpServletRequest request = ...
AuthenticationManager manager = resolver.resolve(request);

Note that this may complement #6625.

@jzheaux jzheaux added in: core An issue in spring-security-core New Feature labels Mar 29, 2019
@jzheaux jzheaux added this to the 5.2.0.M2 milestone Mar 29, 2019
@jzheaux jzheaux self-assigned this Mar 29, 2019
jzheaux added a commit to jzheaux/spring-security that referenced this issue Mar 29, 2019
Suitable for multi-tenant applications needing to branch
authentication strategies based on request details.

Fixes: spring-projectsgh-6722
@rwinch rwinch added the type: enhancement A general enhancement label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants