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

Polish OAuth Security Configurers

This commit is contained in:
Joe Grandja
2017-10-09 23:35:35 -04:00
parent 97c938e7f3
commit 6b16fa0d8c
6 changed files with 397 additions and 366 deletions
@@ -351,7 +351,7 @@ public class OAuth2LoginApplicationTests {
.authorizationCodeTokenExchanger(this.mockAuthorizationCodeTokenExchanger())
.and()
.userInfoEndpoint()
.userInfoService(this.mockUserInfoService());
.userService(this.mockUserInfoService());
}
// @formatter:on