Skip to content

Commit 7a65ab4

Browse files
committed
notion and linear missing flag too
1 parent 7ddc619 commit 7a65ab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/sim/lib/oauth/oauth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
884884
clientId,
885885
clientSecret,
886886
useBasicAuth: false,
887+
supportsRefreshTokenRotation: true,
887888
}
888889
}
889890
case 'microsoft':
@@ -911,6 +912,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
911912
clientId,
912913
clientSecret,
913914
useBasicAuth: true,
915+
supportsRefreshTokenRotation: true,
914916
}
915917
}
916918
case 'dropbox': {

0 commit comments

Comments
 (0)