Customize Salesforce Connector App
Select the Salesforce solution you imported and on the main menu, click Apps and click on the Salesforce app.
The Salesforce app configuration page appears.
Configure the app by setting up the parameters described in the table below:
Parameter |
Description |
---|---|
Base URL |
Base URL for all further method calls. It is the URL of the Salesforce instance you connect to. For free trial versions, the base URL is https://druid-dev-ed.my.salesforce.com. For enterprise and licensed versions, enter the URL you get from the Salesforce team. |
Security Type |
Select JWTBearer. Each Salesforce user account has an associated security token that is commonly required when integrating with Salesforce. DRUID built a native Salesforce Server-To-Server authentication, exactly as described in Salesforce documentation here. |
Consumer Key |
The Consumer Key associated to your Salesforce app. To get this key, in Salesforce, go to your app, To retrieve the Consumer key
|
Authorization Server |
The authorization server must verify that it is the intended audience for the token. Use the following authorization server URL: https://login.salesforce.com, https://test.salesforce.com, or https://site.force.com/customers if implementing an Experience Cloud site. |
User name |
The username associated to the Salesforce account with privileges to access the Salesforce connected app. |
Private Key |
Upload private key. The OAuth 2.0 JWTbearer authorization flow requires a digital certificate and the private key used to sign the certificate. For information on how to generate a private key, see Salesforce documentation. |
Token Expires After |
The time after which the JWT token expires. A new one will be automatically generated. |
After customizing the Salesforce app, save it.