Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Add @Configuration annotation to @AuthorizationServer annotation #1904

Closed
hongji3354 opened this issue Jan 14, 2021 · 3 comments
Closed

Add @Configuration annotation to @AuthorizationServer annotation #1904

hongji3354 opened this issue Jan 14, 2021 · 3 comments
Assignees

Comments

@hongji3354
Copy link

@EnableWebSecurity has @configuration, so just adding @EnableWebSecurity allows automatic setup, but @EnableAuthorizationServer does not have @configuration, so you need to add @configuration to proceed with the auto setup.

Generally, when using @Enable-related annotations, we think that using only that annotation will lead to automatic setup, so we would also like to add @configuration to @EnableAuthorizationServer

@jgrandja jgrandja transferred this issue from spring-projects/spring-security Jan 14, 2021
@jzheaux
Copy link
Contributor

jzheaux commented Jan 19, 2021

@jgrandja
Copy link
Contributor

jgrandja commented Feb 2, 2021

@hongji3354 This change cannot be applied based on comment.

@hongji3354
Copy link
Author

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants