-
Notifications
You must be signed in to change notification settings - Fork 41.1k
configureGlobal on @SpringBootApplication fails #2473
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
Comments
See #2475 |
I didn't see the 1.1.11 milestone on this. Is it a change we want/need in 1.1? |
Yes I view this as a bug (this use to work). Issues like this are also one of the most frequent issues I see when dealing with Spring Security and Boot. |
@rwinch I've backported this to 1.1.x. For future reference, if you have a pull request that you'd like to be included in a maintenance branch, please open the PR against that branch rather than master as we prefer to merge things forwards into master rather than cherry picking them backwards. If you're interested, the rationale for this approach is in the wiki. |
Thanks for back porting this into 1.1.x @wilkinsona Also thanks for the information. I will keep that in mind in the future. Thanks again! |
The following fails:
We should allow Spring Security's Global Authentication to be configured from any class annotated with
@EnableGlobalAuthentication
,@EnableAutoConfiguration
, or@SpringBootApplication
. This can be done by adding the following:The text was updated successfully, but these errors were encountered: