Saturday 19 December 2015

Client Id and Client Secret for Salesforce

Obtaining an Client Id and Client Secret for Salesforce

To configure a Salesforce OAuth2 connection you will need to register your Auth0 tenant on their instance.

1. Log in into Salesforce and register a new App:

Log into login.salesforce.com, and click on the New button of Connected Apps in Build | Create | Apps:

2. Complete the basic information about your app, define the scope of access and enter your callback URL:

Complete the basic information about your app (Connected App Name, API Name and Contact Email), complete the callback URL and define Selected OAuth Scopes and click on Save:
https://YOUR_NAMESPACE/login/callback

3. Get your Client Id and Client Secret

Once the application is registered, enter your new Consumer Key and Consumer Secret into the connection settings in Auth0.

No comments:

Post a Comment