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
The current release (5.5.1 at the time of writing this) has no documentation on SecurityFilterChain@Bean based configuration. Since configuration support is one the central aspects to Spring Security, and this approach has been referred to as recommended going forward (see spring-projects/spring-boot#23421), I find it unfortunate that 9+ months after it hit the GA there's still mention of it in the docs.
I've been trying to educate the developers within my organization about this new approach, but that's quite challenging without the proper resources in place.
The text was updated successfully, but these errors were encountered:
Thanks @vpavic!
This is fixed via 4492e5b.
We will also be writing a blog post about common scenarios and how to migrate to the SecurityFilterChain based configuration.
The current release (
5.5.1
at the time of writing this) has no documentation onSecurityFilterChain
@Bean
based configuration. Since configuration support is one the central aspects to Spring Security, and this approach has been referred to as recommended going forward (see spring-projects/spring-boot#23421), I find it unfortunate that 9+ months after it hit the GA there's still mention of it in the docs.I've been trying to educate the developers within my organization about this new approach, but that's quite challenging without the proper resources in place.
The text was updated successfully, but these errors were encountered: