Update authorizeHttpRequests
Closes gh-49
This commit is contained in:
@@ -72,7 +72,7 @@ public class OAuth2AuthorizationServerSecurityConfiguration {
|
||||
public SecurityFilterChain standardSecurityFilterChain(HttpSecurity http) throws Exception {
|
||||
// @formatter:off
|
||||
http
|
||||
.authorizeRequests((authorize) -> authorize
|
||||
.authorizeHttpRequests((authorize) -> authorize
|
||||
.anyRequest().authenticated()
|
||||
)
|
||||
.formLogin(Customizer.withDefaults());
|
||||
|
||||
Reference in New Issue
Block a user