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
AuthenticatedReactiveAuthorizationManager should filter out anonymous authentication by leveraging AuthenticationTrustResolver.
AuthenticatedReactiveAuthorizationManager
AuthenticationTrustResolver
The text was updated successfully, but these errors were encountered:
Hi @rwinch I would like to take this one.
Sorry, something went wrong.
@mibo Thanks for you volunteering! The issue is yours :) Let me know if you need any help.
@rwinch I checked #6198 and created following PR: #6267
Can you please check if this solution fit and give feedback. Thanks.
Add Anonymous Support to AuthenticatedReactiveAuthorizationManager
f77cfbc
Fixes: spring-projectsgh-6235
60e3bf4
Fixes: gh-6235
No branches or pull requests
Summary
AuthenticatedReactiveAuthorizationManager
should filter out anonymous authentication by leveragingAuthenticationTrustResolver
.The text was updated successfully, but these errors were encountered: