Setting Up Salesforce OAuth

In order to use the Salesforce SOQL plugin, you will need to log into the Salesforce browser interface and setup an OAuth connection. This article summarizes the key steps.  

NOTE: Detailed instructions can be found in the Salesforce support area. Refer to Creating a Connected App for more information.

1. Log into Salesforce

Go to the "Setup" menu.

2. Build New App

Go to Build > Apps > New

Use the Build Section in the Left Sidebar:

  1. Choose Apps in the Create sub-section.
  2. Click the [New] button in the Connected Apps section.

3. Define the Basics

  1. Specify Connected App Name.
    • Enter the API name used when referring to your app from a program.
  2. Enter the Contact Email for Salesforce to use when contacting you or your support team. This address is not given to Salesforce admins who install the app.

For more information, refer to Create a Connected App.

4. Enable OAuth Settings

  1. Choose Enable OAuth Settings.
  2. Provide a Callback URL (endpoint) in this form where example.metricinsights.com is the hostname for your Metric Insights server.
  3. Selected OAuth Scopes should include:
    • Access and manage your data (API).
    • Perform requests on your behalf at any time (refresh_token, offline_access): this will enable Metric Insights to refresh your Token.
  4. Click [Save].

5. Open New App

Click the Connected App Name to open its configuration page containing Consumer Key (ID) and Consumer Secret.

6. Client ID and Client Secret

You should see your Consumer Key (ID) and your Consumer Secret in the middle of the page.