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.
To connect your backup service to Salesforce, please follow these steps:
Log in to your Salesforce account using your admin credentials.
Click “New Connected App” in the top right corner of the App Manager.
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.
Select the following under OAuth Scopes:
Access unique user identifiers (openid)
Full access (full)
Perform requests at any time (refresh_token, offline_access)
Uncheck option “Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows”.
Check option “Require Secret of Web Server Flow”.
Check option “Require Secret for Refresh Token Flow”.
After filling out the form, click Save. Please note that it may take up to 10 minutes for settings to take effect. Salesforce will now redirect to the new Connected App details page.
Under the API section, click Manage Consumer Details.
You will be prompted to verify your identity, follow the on-screen instructions, then click Verify.
You can now copy the Consumer Key and Consumer Secret into the EO Backup for Salesforce setup.