Skip to content
Prev Previous commit
Next Next commit
fix(ironclad): add supportsRefreshTokenRotation to token refresh config
  • Loading branch information
waleedlatif1 committed Mar 26, 2026
commit 800cfb072f86e4b57a2ff960aed17f2305b44778
1 change: 1 addition & 0 deletions apps/sim/lib/oauth/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
clientId,
clientSecret,
useBasicAuth: false,
supportsRefreshTokenRotation: true,
}
}
case 'notion': {
Expand Down
Loading