---
title: "Salesforce OAuth App"
slug: "salesforce-oauth-app"
updated: 2025-01-07T21:20:31Z
published: 2025-01-07T21:20:31Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.unleash.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Salesforce OAuth App

1. To create a Salesforce OAuth App, navigate to your Salesforce instance App Manager and create a new Connected App

![Salesforce App Manager interface displaying various connected apps and their descriptions.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc01.png)

1. In the pop-up select *Create a Connected App*

![Salesforce interface showing options to create connected and external client apps.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc02.png)
2. In the *Basic Information* section fill in the following details on the new OAuth app page
  1. Application Name: `Unleash`
  2. API Name: `Unleash`
  3. Contact Email: `support@unleash.so`![Form for creating a new connected app with required fields and options.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc03.png)
3. Check the *Enable OAuth Settings* checkbox and ensure the following:
  1. The callback URL is set based on the URL that was provided by your Unleash representative
  2. The following scopes are added to the right column:
    1. Access the identity URL service
    2. Manage user data via APIs
    3. Performs requests at any time
  3. Require Secret for Web Server Flow is ticked
  4. Enable Authorization Code and Credentials Flow is ticked

![API settings for OAuth with selected scopes and callback URL configuration displayed.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc04.png)

1. Save the App at the bottom of the page and confirm the following message

![New Connected App notification about changes and deletion consequences for connected apps.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc05.png)

1. Collect your Consumer Key and Consumer Secrets and share them with your Unleash representative

![Manage consumer details section in API settings for Unleash SH application.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc06.png)

![Consumer details for Unleash SH app, including keys and secrets to copy.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/sfdc07.png)
