Salesforce OAuth 2.0 Client Credentials Flow to get Access Token

1. Create a Connected App in Salesforce Setup under App Manager. Make sure “Enable Client Credentials Flow” is enabled on the Connected App. Callback URL can be https://{Your Salesforce Domain}.my.salesforce.com/services/oauth2/callback. Example: 2. Click Manage button on the Connected App. 3. Click Edit Policies. 4. Under “Client Credentials Flow” section, select the Run As. 5. For … Continue reading Salesforce OAuth 2.0 Client Credentials Flow to get Access Token