-
Notifications
You must be signed in to change notification settings - Fork 6k
Configure HTTP Security without extending WebSecurityConfigurerAdapter #8804
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
Labels
Milestone
Comments
eleftherias
added a commit
to eleftherias/spring-security
that referenced
this issue
Jul 13, 2020
eleftherias
added a commit
that referenced
this issue
Aug 5, 2020
this good |
What about the
sample project: https://github.com/gbaso/spring-security-auth-config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Expected Behavior
Similar to the WebFlux security configuration, we should add the capability to configure HTTP Security by registering a
SecurityFilterChain
bean, in Servlet applications.Current Behavior
The equivalent configuration by extending the
WebSecurityConfigurerAdapter
looks like thisThe text was updated successfully, but these errors were encountered: