/
Adding OAuth Connection String (Optional)
Adding OAuth Connection String (Optional)
Salesforce provides an OAuth (Open Authorization) solution that allows secure API authorization using a Refresh Token. Instead of using Salesforce login credentials, the Refresh Token can be used to obtain a Salesforce session.
Using OAuth, the connection string will look similar to this:
<add name="S4SConnString" connectionString="S4S:refresh token=5Aep8617VFpo****************cU4W4SzB2;environment=Production" />
You can use the FuseIT SFDC Explorer to get the Refresh Token for your Salesforce instance. Use the OAuth Login tab to obtain the token.
, multiple selections available,
Related content
Establishing a Salesforce Session
Establishing a Salesforce Session
More like this
Adding Connection String
Adding Connection String
More like this
JWT Bearer Flow Guide
JWT Bearer Flow Guide
More like this
Adding Connection String (Pre-Sitecore 9)
Adding Connection String (Pre-Sitecore 9)
More like this
Logging in
Logging in
More like this
Configure S4S Now Client Certificate
Configure S4S Now Client Certificate
More like this