Salesforce | How to access CLIENT_ID, CLIENT_SECRET in salesforce

|
| By Webner

Problem: How to access CLIENT_ID, CLIENT_SECRET in salesforce.

We can access the ClientID and ClientSecret by creating Connected app in Salesforce.

Solution: Follow these Steps to create a new app in salesforce.

1. Click on setup then under Build click on Create under create click on the App.
1
2. The New App page opens. Under Connected Apps click new.
2
3. New Connected App page opens. Fill the required fields like Connected App name, APi Name, Contact Email.
3
Also check the establish OAuth Settings check box then fill this information.
4
Give callbackurl where control will go back after authentication.
In Available OAuth Scopes select Full access(full).
4. Click on the Save button.
5
You app is created And the following screen displays user consumer (client) Secret and consumer (client) key.
6
Hit Click to reveal to see the Consumer Secret

Leave a Reply

Your email address will not be published. Required fields are marked *