Skip to content

Commit 800cfb0

Browse files
committed
fix(ironclad): add supportsRefreshTokenRotation to token refresh config
1 parent 8e68483 commit 800cfb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
11411141
clientId,
11421142
clientSecret,
11431143
useBasicAuth: false,
1144+
supportsRefreshTokenRotation: true,
11441145
}
11451146
}
11461147
case 'notion': {

0 commit comments

Comments
 (0)