Fix package tangles -> OAuth2/Oidc AuthenticationProvider's
Fixes gh-4614
This commit is contained in:
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user