Flatten ServerHttpSecurity.oauth2()

Fixes: gh-5712
This commit is contained in:
Rob Winch
2018-08-21 15:48:21 -05:00
parent 59cdfc7d6e
commit 0dc80aed40
4 changed files with 156 additions and 207 deletions

View File

@@ -40,8 +40,7 @@ public class SecurityConfig {
.and()
.formLogin()
.and()
.oauth2()
.client();
.oauth2Client();
return http.build();
}