Hello,
I’m trying to integrate Zoom with Salesforce following the [Zoom-Salesforce OAuth documentation]. I created an OAuth app in Zoom, added the necessary scopes, and entered the Callback URL generated by Salesforce into the Zoom App settings.
In Salesforce, I configured the Auth Provider with the Zoom app’s Client ID and Secret, and created a Named Credential that uses that Auth Provider.
When I click “Save” on the Named Credential (with “Start Authentication Flow on Save” checked), I’m redirected to Zoom but receive this error:
Oops! We were unable to complete your request. Please try again. (4,700)
I’ve verified:
The callback URL is correct and matches exactly in Zoom and Salesforce.
The app is in Development mode.
Scopes are correct.
Zoom OAuth URLs are correct.
Could someone please help identify what’s causing the 4700 error? Is there something I’m missing in the Zoom OAuth app configuration?
Thanks!