You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2022. It is now read-only.
@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
The text was updated successfully, but these errors were encountered:
jgrandja
transferred this issue from spring-projects/spring-security
Jan 14, 2021
@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
The text was updated successfully, but these errors were encountered: