1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Fix package tangles -> OAuth2/Oidc AuthenticationProvider's

Fixes gh-4614
This commit is contained in:
Joe Grandja
2017-10-16 20:27:49 -04:00
parent 983d019ee8
commit 7b8d131386
13 changed files with 160 additions and 94 deletions
@@ -359,7 +359,6 @@ public class OAuth2LoginApplicationTests {
TokenResponse tokenResponse = TokenResponse.withToken("access-token-1234")
.tokenType(AccessToken.TokenType.BEARER)
.expiresIn(60 * 1000)
.scope(Collections.singleton("openid"))
.build();
AuthorizationGrantTokenExchanger mock = mock(AuthorizationGrantTokenExchanger.class);