I am currently trying to establish a connection from Matillion to Salesforce using OAuth.
Here is what I’ve done so far and the current situation:
- I followed the instructions in the following documentation to create an application in Salesforce and obtained the
client_id
andclient_secret
:
Salesforce Query authentication guide - Matillion Docs - In the Matillion OAuth configuration, I selected Salesforce and entered the
client_id
andclient_secret
obtained in step 1. - The “Authorization Successful” message briefly appears, and the screen returns to Matillion, but it remains stuck at “Waiting for response from service…” indefinitely.
The relevant settings are as follows:
- The Salesforce application was created as a standard Connected App, not as an “External Client Application”.
- The OAuth scope is set to Full access, and the Callback URL matches the one shown in Matillion.
- Both Require Secret for Web Server Flow and Require Secret for Refresh Token Flow are enabled.
- The domain is properly set to a registered FQDN and SSL is successfully configured.
What other possible causes could there be?
If anyone has encountered a similar issue, I would appreciate your insights.