-
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
Comments
this good |
What about the
sample project: https://github.com/gbaso/spring-security-auth-config |
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: