Merge pull request #9414 from rv-ddeloff/fix/atlassian-refresh

atlassian: remove option for disabling refresh
This commit is contained in:
Patrik Oldsberg
2022-02-08 20:32:18 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Enabled refresh for the Atlassian provider.
@@ -231,7 +231,6 @@ export const createAtlassianProvider = (
});
return OAuthAdapter.fromConfig(globalConfig, provider, {
disableRefresh: true,
providerId,
tokenIssuer,
callbackUrl,