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
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-auth-backend': patch
---
OneLogin auth provider
Refresh method fixed scope matching start method
@@ -120,7 +120,7 @@ export class OneLoginProvider implements OAuthHandlers {
await executeRefreshTokenStrategy(
this._strategy,
req.refreshToken,
req.scope,
'openid',
);
const fullProfile = await executeFetchUserProfileStrategy(