OneLogin auth provider refresh method fixing scope as start method

Signed-off-by: manuel.falcon <manuel.falcon@glovoapp.com>
This commit is contained in:
manuel.falcon
2024-03-15 15:29:19 +01:00
parent 8c68f0e1c0
commit 7c29e7fdbe
2 changed files with 7 additions and 1 deletions
@@ -120,7 +120,7 @@ export class OneLoginProvider implements OAuthHandlers {
await executeRefreshTokenStrategy(
this._strategy,
req.refreshToken,
req.scope,
'openid',
);
const fullProfile = await executeFetchUserProfileStrategy(