Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 835 Bytes

File metadata and controls

19 lines (15 loc) · 835 Bytes
title Salesforce (Sandbox) API Tutorial
name Salesforce (sandbox)
thirdParty true
alias
salesforce
image /media/addons/salesforce_sandbox_api.svg
tags
quickstart

${include('./_thirdPartyApi')}

Additional information

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.