Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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.

  • No labels