OneLogin auth provider refresh method fixing scope as start method
Signed-off-by: manuel.falcon <manuel.falcon@glovoapp.com>
This commit is contained in:
@@ -120,7 +120,7 @@ export class OneLoginProvider implements OAuthHandlers {
|
||||
await executeRefreshTokenStrategy(
|
||||
this._strategy,
|
||||
req.refreshToken,
|
||||
req.scope,
|
||||
'openid',
|
||||
);
|
||||
|
||||
const fullProfile = await executeFetchUserProfileStrategy(
|
||||
|
||||
Reference in New Issue
Block a user