Skip to main content
All CollectionsPartnerships
Salesforce - How do I set up my partner credentials for OAuth?
Salesforce - How do I set up my partner credentials for OAuth?

How to create a Connected App in Salesforce and to enable an OAuth integration

Updated over a week ago

Overview

This guide will walk you through how to create a Connected App in Salesforce and enter your OAuth credentials in Merge.

Instructions

Step 1: Create a Connected App in Salesforce

  1. Log into Salesforce. Click the Gear Icon, and then click "Setup" from the drop down menu.

  2. Using the Quick Find Search box, search "Apps", and select "App Manager".

  3. Click "New Connected App"

  4. Enter a name for the App. Please note that it must be a unique name within your Organization.

Step 2: Enable OAuth settings

  1. In the API (Enable OAuth Settings) area of the page, select "Enable OAuth Settings".

  2. Set Callback URL to β€œhttps://app.merge.dev/oauth/callback”

  3. Complete the Following Fields:

    • Check the "Enable OAuth Settings" Box

    • Check the "Require Secret for Web Server Flow" box

    • Check the "Require Secret Refresh Token Flow" box

    • Add the Three Scopes below to the "Select OAuth Scopes" box

      • Access unique user identifiers (openid)

      • Manage user data via APIs (api)

      • Perform requests at any time (refresh_token, offline_access)

  4. Save the app. Back on the "Manage Connected Apps" screen, you should see a button for "Manage Consumer Details"

  5. On the Manage Connected Apps screen, find the App that was created and click Edit

  6. Make sure the Refresh Token Policy is set to: Refresh token is valid until revoked.

  7. Copy the following values and enter them in the Merge Dashboard


    ​

Did this answer your question?