Configuring the Salesforce.com App with OAuth Permissions

You must configure the connected OAuth app in Salesforce.com with OAuth permissions before you install the TIBCO Flogo® Connector for Salesforce.com.

To configure the OAuth permission in Salesforce.com, follow these steps:

Procedure

  1. Log into your Salesforce.com account.
  2. Open the App Manager and create a New Connected App.
  3. When creating the new connected app, make sure to do the following:
    • Select the Enable OAuth Settings check box.
    • Set the Callback URL to http://localhost:<port>/wistudio/connectiondetails where port is 8090 by default, but if you have configured a different port on which to run Flogo® Enterprise, use that port instead of the default port.
    • Make sure you have selected the following OAuth permissions by moving them from Available OAuth Scopes to the Selected OAuth Scopes pane:
      • Access and manage your data (api)
      • Full access (full)
      • Perform requests on your behalf at any time (refresh_token, offline_access)
    • Once the new app is activated (it will take a few minutes for the app to activate), copy the following and have it handy. You need to enter this information when creating a Salesforce.com Connection in Flogo® Enterprise.

      The Consumer Key field in Salesforce.com corresponds to Client ID in Salesforce.com Connection dialog, and the Consumer Secret in Salesforce.com corresponds to Client Secret in Salesforce.com Connection dialog.