Spring Boot 3 SecurityConfiguration sends 403 from requestMatchers
I’m trying to upgrade Spring Boot 2.7 to Spring boot 3.0. As WebSecurityConfigurerAdapter
is deprecated in Spring 3.0 I’m going ahead with the filterChain
approach.
I’m trying to upgrade Spring Boot 2.7 to Spring boot 3.0. As WebSecurityConfigurerAdapter
is deprecated in Spring 3.0 I’m going ahead with the filterChain
approach.