Flatten ServerHttpSecurity.oauth2()
Fixes: gh-5712
This commit is contained in:
@@ -95,8 +95,7 @@ public class OAuth2ClientSpecTests {
|
||||
@Bean
|
||||
SecurityWebFilterChain springSecurity(ServerHttpSecurity http) {
|
||||
http
|
||||
.oauth2()
|
||||
.client();
|
||||
.oauth2Client();
|
||||
return http.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user