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

Add ContinueOnError Support for Failed Authentications #14591

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

franticticktick
Copy link
Contributor

@franticticktick franticticktick commented Feb 13, 2024

continueOnError flag has been added to DelegatingReactiveAuthenticationManager

Closes gh-14521

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 13, 2024
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @CrazyParanoid! I've left some feedback for you inline. Will you please take a look?

Also, when you are ready, please squash all your changes into a single commit and see if you can shorten the title of the commit a bit, maybe something like:

"Add ContinueOnError Support For Failed Authentications

Closes gh-14521"

@franticticktick
Copy link
Contributor Author

Maybe we should change the comments? The old description is no longer entirely complete. For example, describe the behavior with continueOnError true.

@jzheaux
Copy link
Contributor

jzheaux commented Feb 22, 2024

Good point, @CrazyParanoid. Would you like to take a crack at updating the JavaDoc? If not, I can add it in a polish commit.

@jzheaux jzheaux added in: core An issue in spring-security-core type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 22, 2024
@jzheaux jzheaux added this to the 6.3.0-M3 milestone Feb 22, 2024
@franticticktick
Copy link
Contributor Author

Added a comment and fixed the format.

@jzheaux jzheaux changed the title continueOnError flag has been added to DelegatingReactiveAuthenticati… Add continue on error to DelegatingReactiveAuthenticationManager Feb 23, 2024
@jzheaux jzheaux changed the title Add continue on error to DelegatingReactiveAuthenticationManager Add ContinueOnError Support for Failed Authentication Feb 23, 2024
@jzheaux jzheaux changed the title Add ContinueOnError Support for Failed Authentication Add ContinueOnError Support for Failed Authentications Feb 23, 2024
@franticticktick
Copy link
Contributor Author

Sorry, this is my first contribution, I didn’t pay attention to important points such as checkstyle and format.

@jzheaux jzheaux merged commit c5a4405 into spring-projects:main Feb 26, 2024
3 checks passed
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
Status: No status
Development

Successfully merging this pull request may close these issues.

Create composite ReactiveAuthenticationManager
3 participants