remove option for disabling refresh

Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com>
This commit is contained in:
Daniel Deloff
2022-02-08 14:04:50 -05:00
parent cdc4282e3f
commit 3396bc5973
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
removes disable refresh option in order to properly handle refresh tokens for atlassian
@@ -231,7 +231,6 @@ export const createAtlassianProvider = (
});
return OAuthAdapter.fromConfig(globalConfig, provider, {
disableRefresh: true,
providerId,
tokenIssuer,
callbackUrl,