Merge pull request #23582 from manuelfalcon/fixing-refresh-onelogin-auth-provider

OneLogin auth provider refresh method fixing scope as start method
This commit is contained in:
Ben Lambert
2024-03-19 14:31:41 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Fixed refresh scope to match start method in OneLogin provider.
@@ -120,7 +120,7 @@ export class OneLoginProvider implements OAuthHandlers {
await executeRefreshTokenStrategy(
this._strategy,
req.refreshToken,
req.scope,
'openid',
);
const fullProfile = await executeFetchUserProfileStrategy(