We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be handy to be able to resolve an AuthenticationManager based on request criteria, for example:
AuthenticationManager
HttpServletRequest request = ... AuthenticationManager manager = resolver.resolve(request);
Note that this may complement #6625.
The text was updated successfully, but these errors were encountered:
Introduce AuthenticationManagerResolver
35face5
Suitable for multi-tenant applications needing to branch authentication strategies based on request details. Fixes: spring-projectsgh-6722
e5249bd
jzheaux
No branches or pull requests
It would be handy to be able to resolve an
AuthenticationManager
based on request criteria, for example:Note that this may complement #6625.
The text was updated successfully, but these errors were encountered: