2-legged OAuth 2.0 prerequisites for the Salesforce connector in Jitterbit Studio
Introduction
These are the prerequisites for using 2-legged OAuth 2.0 with the Salesforce connector. You need your Salesforce instance URL, a client ID, and a client secret for a successful connection using 2-legged OAuth 2.0 authentication.
Note
Agent version 11.59 / 12.3 or later is required to use 2-legged OAuth 2.0 with the Salesforce connector.
Instance URL
Your Salesforce instance URL depends on your organization's My Domain setting:
- If My Domain is enabled (default), your instance URL is
https://exampleDomain.my.salesforce.com. - If My Domain is disabled, your instance URL is
https://exampleInstance.salesforce.com.
Connected app
Important
As of Spring 2026, Salesforce restricted the creation of connected apps. If you are not already using an existing connected app, use an external client app instead.
If you have a previously configured Salesforce connected app, navigate to the app and click Manage Consumer Details. Retain the Consumer Key and Consumer Secret values to enter for the client ID and client secret during Salesforce connection configuration.
External client app
To create and configure a Salesforce external client app to obtain the required client credentials, follow these steps:
- Create an external client app.
-
Configure the external client app's OAuth settings
-
Set the Callback URL to one of the following URLs (depending on your organization's region):
Region URL APAC https://apps.apac-southeast.jitterbit.com/design-studio/api/v1/oauth/authcodeEMEA https://apps.emea-west.jitterbit.com/design-studio/api/v1/oauth/authcodeNA https://apps.na-east.jitterbit.com/design-studio/api/v1/oauth/authcode -
Under OAuth Scopes, select Manage user data via APIs (api). Consider additional OAuth scopes your implementation may require. For example, Access the identity URL service (id, profile, email, address, phone).
-
-
Navigate to the app's OAuth settings and click Manage Consumer Details. Retain the Consumer Key and Consumer Secret values to enter for the client ID and client secret during Salesforce connection configuration.
Next steps
Use the instance URL, client ID, and client secret to configure a Salesforce connection using 2-legged OAuth 2.0 authentication.