Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
In this article
Table of Contents | ||||
---|---|---|---|---|
|
Overview
You can use this account type to connect Salesforce Snaps with data sources that use Salesforce OAuth account.
Prerequisites
A Salesforce account.
An OAuth-connected App in Salesforce with Redirect URL (also known as call-back domain).
Note The redirect URL must be set differently:
https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/salesforce
Limitations
None.
Account Settings
...
Field | Field Type | Description | ||
---|---|---|---|---|
Label* | String | Specify a unique name for the account. Preferably update the name if your project has multiple accounts of the same type. Default Value: N/A | ||
Instance URL* | String | Specify the instance URL to be used to access the Salesforce portal.
Default Value: N/A
| ||
Client ID* | String | Specify the identification for the client that you obtain from the API Console. Default Value: N/A | ||
Client secret | String | Specify the value for user authentication that you obtain from the API Console. Client secret is not needed for clients registered as Android, iOS, or Chrome applications. Default Value: N/A | ||
Access token* | String | Auto-generated after authorization. The token that SnapLogic uses to make API requests on behalf of the user associated with the client ID. Access tokens have limited lifetimes; you must get a new access token after it expires. Default Value: N/A | ||
Access token expiration | Integer | Auto-generated after authorization.
Default Value: N/A | ||
Header authenticated | Checkbox | Select this checkbox if the endpoint uses the bearer header authentication. Default Value: Deselected | ||
OAuth2 Endpoint* | String | Specify the endpoint to authorize the application. Default Value: N/A
| ||
OAuth2 Token* | String | Specify the endpoint to get the access token. Default Value: N/A
| ||
Token endpoint config | Use this field set to define custom properties for the OAuth2 token endpoint. | |||
Token endpoint parameter | String | Specify the parameter for the token endpoint. Default Value: N/A | ||
Token endpoint parameter value | String | Specify the value for the token endpoint parameter. Default Value: N/A | ||
Auth endpoint config | Use this field set to define custom properties for the OAuth2 authentication endpoint. | |||
Authentication parameter | String | Specify the parameter for OAuth2 authentication. Default Value: N/A | ||
Authentication parameter value | String | Specify the value for the OAuth2 authentication parameter. Default Value: N/A | ||
Auto-refresh token | Checkbox | Select this checkbox to enable auto-refresh of the access token before it expires. Default Value: Deselected |
Troubleshooting
Error | Reason | Resolution |
---|---|---|
403::Handshake denied; 401::Request requires authentication | Client is not authorized to access the server due to either a domain mismatch or authentication failure. | Configure the Enhanced Domain in the Instance URL property to ensure authentication for successful access to the server. |
Access Token Timeout Settings for Salesforce
The expiration timeout (or session timeout) in Salesforce is 14 minutes by default. To change this value:
- Navigate to SnapLogic Manager > Asset Search > Snaplexes and click the Snaplex on which you want to execute the Pipeline containing the Salesforce Snap. The Update Snaplex popup window appears.
Click Node Properties and, at the bottom of the tab that appears, add the following entry into the Global.properties fieldset:
Code Block jcc.jvm_options = -DSFDC_SESSION_TIMEOUT_MINUTES=<NUMBER_OF_MINUTES>
Example
For information about how to use this account type, see Salesforce Bulk Create.