# Create a Salesforce Connected App To connect your backup service to Salesforce, you need to create a Salesforce Connected App. This app acts as a secure link between your service and Salesforce. This guide is based on the [Veeam documentation](https://www.veeam.com/kb4240). To connect your backup service to Salesforce, please follow these steps: 1. [Log in to your Salesforce account](https://login.salesforce.com/lightning/setup/NavigationMenus/home) using your admin credentials. 2. Click "New Connected App" in the top right corner of the App Manager. ![New Connected App](/images/sf/sf_app_1.png){.eo-image} 3. Fill out the form with the following details: - **App Name**: (e.g., “EO Backup Integration”) - **Contact Email**: (enter a valid email address) - **Check** option "Enable OAuth Settings" - **Callback URL**: Displayed during setup on step 3. ![New Connected App](/images/sf/sf_app_2.png){.eo-image} 4. Select the following under OAuth Scopes: - **Access unique user identifiers (openid)** - **Full access (full)** - **Perform requests on your behalf at any time (refresh\_token, offline\_access)** ![New Connected App](/images/sf/sf_app_3.png){.eo-image} 5. **Uncheck** option "Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows" 6. **Check** option "Require Secret of Web Server Flow" 7. **Check** option "Require Secret for Refresh Token Flow" 8. After filling out the form, click "Save." Salesforce will generate a Consumer Key and Consumer Secret for your app.