1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Simplified oauth2().client() DSL

Fixes gh-5662
This commit is contained in:
Joe Grandja
2018-08-21 16:33:35 -04:00
parent d7dde707a2
commit 0f89e59707
4 changed files with 89 additions and 161 deletions
@@ -42,8 +42,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.formLogin()
.and()
.oauth2()
.client()
.authorizationCodeGrant();
.client();
}
@Bean