You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

First of all, a Connected App must be configured in SalesForce.

Access Setup in SalesForce:

Enter "Apps" and select "Build ... Create ... Apps".

Create the connected app. The most important settings are the following:

SettingValueExplanation
Enable OAuth SettingsONOAUTH is required.
Callback URL

https://login.salesforce.com/services/oauth2/token(Production or Developer)

https://test.salesforce.com/services/oauth2/token(Sandbox)

The jtel system does not expect callbacks, so the authorisation URL is provided here.
Selected OAuth ScopesAccess and manage your data (api)The jtel system requires access to the data in the SalesForce instance.
   

The following screenshot shows an example configuration:

After saving the configuration, the settings "Consumer Key" and "Consumer Secret" can be obtained from the following page. These details must be entered into the jtel system, see Client Master Data.

 

  • No labels