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

AuthenticationEventPublisher bean is not picked up if no UserDetailsService bean #11726

Closed
marcusdacoregio opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
in: config An issue in spring-security-config status: backported An issue that has been backported to maintenance branches type: bug A general bug
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

Related to #11449

@marcusdacoregio marcusdacoregio added in: config An issue in spring-security-config type: bug A general bug labels Aug 19, 2022
@marcusdacoregio marcusdacoregio added this to the 5.8.0-M3 milestone Aug 19, 2022
@marcusdacoregio marcusdacoregio self-assigned this Aug 19, 2022
marcusdacoregio added a commit that referenced this issue Aug 19, 2022
…rBuilder

Prior to this, the HttpSecurity bean was not consistent with WebSecurityConfigurerAdapter's HttpSecurity because it did not setup a default AuthenticationEventPublisher. This also fixes a problem where the AuthenticationEventPublisher bean would only be considered if there was a UserDetailsService

Closes gh-11449
Closes gh-11726
marcusdacoregio added a commit that referenced this issue Aug 19, 2022
…rBuilder

Prior to this, the HttpSecurity bean was not consistent with WebSecurityConfigurerAdapter's HttpSecurity because it did not setup a default AuthenticationEventPublisher. This also fixes a problem where the AuthenticationEventPublisher bean would only be considered if there was a UserDetailsService

Closes gh-11449
Closes gh-11726
marcusdacoregio added a commit that referenced this issue Aug 19, 2022
…rBuilder

Prior to this, the HttpSecurity bean was not consistent with WebSecurityConfigurerAdapter's HttpSecurity because it did not setup a default AuthenticationEventPublisher. This also fixes a problem where the AuthenticationEventPublisher bean would only be considered if there was a UserDetailsService

Closes gh-11449
Closes gh-11726
@github-actions github-actions bot added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.7.x labels Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: config An issue in spring-security-config status: backported An issue that has been backported to maintenance branches type: bug A general bug
Projects
Status: Done
Development

No branches or pull requests

1 participant