From 7a65ab4e1fdb36818b7b8af99397c8c17f04c111 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Wed, 21 Jan 2026 18:05:51 -0800 Subject: [PATCH] notion and linear missing flag too --- apps/sim/lib/oauth/oauth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/sim/lib/oauth/oauth.ts b/apps/sim/lib/oauth/oauth.ts index 9ae4ac5fa..c8cff3dde 100644 --- a/apps/sim/lib/oauth/oauth.ts +++ b/apps/sim/lib/oauth/oauth.ts @@ -884,6 +884,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig { clientId, clientSecret, useBasicAuth: false, + supportsRefreshTokenRotation: true, } } case 'microsoft': @@ -911,6 +912,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig { clientId, clientSecret, useBasicAuth: true, + supportsRefreshTokenRotation: true, } } case 'dropbox': {