| title | Salesforce (Sandbox) API Tutorial | |
|---|---|---|
| name | Salesforce (sandbox) | |
| thirdParty | true | |
| alias |
|
|
| image | /media/addons/salesforce_sandbox_api.svg | |
| tags |
|
${include('./_thirdPartyApi')}
Auth0 supports both the production connection to Salesforce and the Sandbox, the only difference being the endpoints hosted by Salesforce: https://login.salesforce.com and https://test.salesforce.com respectively.
Under the hood, Auth0 uses OAuth 2.0 JWT Bearer Token Flow to obtain an
access_token. All details of construction of the right JWT are taken care of by Auth0.