Create a Consumer key and Consumer Secret in DocuSign
Create an Authentication Provider to Connect to DocuSign
- In your Salesforce Org, from Setup, enter Auth Providers in the Quick Find box, then select Providers.
- Click New, and select Open ID Connect as the Provider Type.
- Name the Auth Provider DocuSign Auth Provider and enter "DocuSign_Auth_Provider" 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 UAT and enterhttps://account.docusign.com/oauth/auth
for Production. - For Token Endpoint URL, enter
https://account-d.docusign.com/oauth/token
for UAT and enterhttps://account.docusign.com/oauth/token
for Production. - For Default Scopes, enter refresh_token full.
- Ensure that the 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 URLs.
- Click Save.