OneLogin auth provider refresh method fixing scope as start method
Signed-off-by: manuel.falcon <manuel.falcon@glovoapp.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user