From 7ddc6191f3aefd7ea1f6cf5a0d6ebe8b6918ee16 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Wed, 21 Jan 2026 18:02:33 -0800 Subject: [PATCH] fix(x): missing token refresh flag --- apps/sim/lib/oauth/oauth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sim/lib/oauth/oauth.ts b/apps/sim/lib/oauth/oauth.ts index 2f812b13f..9ae4ac5fa 100644 --- a/apps/sim/lib/oauth/oauth.ts +++ b/apps/sim/lib/oauth/oauth.ts @@ -835,6 +835,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig { clientId, clientSecret, useBasicAuth: true, + supportsRefreshTokenRotation: true, } } case 'confluence': {