You are here:
Create an Authentication Provider to Connect to DocuSign
Add an authentication provider for Salesforce to create a secure connection to your DocuSign account. Omnistudio uses these credentials to fetch document templates from DocuSign.
Before you begin: Prepare a DocuSign Account for Omnistudio
- In your Salesforce org, from Setup, enter Auth. Providers in the Quick Find box, then select Auth. Providers.
- Click New, and select Open ID Connect as the Provider Type.
- Name the Auth Provider DocuSign, and enter DocuSign in the URL Suffix field.
- In the Consumer Key field, enter your DocuSign App's Integration Key.
- For Consumer Secret, enter your DocuSign App's Secret Key.
- For Authorize Endpoint URL, enter https://account-d.docusign.com/oauth/auth.
- For Token Endpoint URL, enter https://account-d.docusign.com/oauth/token.
- For Default Scopes, enter refresh_token full.
- Ensure that Send access token in header is selected.
- Ensure that Include Consumer Secret in API Responses is selected.
-
Click Save.
This saves your auth provider and generates Salesforce Configuration URLs.
- Copy the Callback URL.
- Log into your DocuSign developer account.
- From your DocuSign account, in the App and Keys section, click Edit for your app.
- Paste the Callback URL in the Redirect URIs field.
- Click Save.

