Setup
Follow these steps if you have not created a Salesforce OAuth client yet.- Navigate to your Applications or by going to Setup > App Manager. For more information, check out Salesforce’s Authentication guide here.
- Create a New Connected App with your application name and contact email and phone number.
- Toggle Enable OAuth Settings in the API menu
- Copy-paste the Redirect URI from the Dashboard into the Callback URL section.
- Make sure to include at least Access the identity URL service (id, profile, email, address, phone) and Access unique user identifiers (openid) scopes.
- Check the Enable Client Credentials Flow checkbox.
Follow these steps if you already have an existing Salesforce OAuth client.
- Navigate to your project by clicking your application from your organizations app manager page.
- Copy-paste the Redirect URI from the Dashboard into the Callback URL section by clicking Enable OAuth Settings.