To change HTTP Basic authentication to form login in Spring Boot's Spring Security,
add the following configuration:
@Configuration
@Order(ManagementServerProperties.ACCESS_OVERRIDE_ORDER)
public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
}
No comments:
Post a Comment