How to configure DocuSign Application Scope?
Issue Description: How to confire DocuSign Application Scope (including where to find the Integrator Key, Base URI, and OAuth token endpoint in the DocuSign Developer Center).
Steps:
- Create a developer account on the DocuSign website
- Next, add an app to your developer account by accessing Apps and Keys > Add App and Integration Key:
Note: Also find the base URL (highlighted in yellow) - copy it to a Notepad so we can use it in the DocuSign Application Scope activity.
- Give a name to your DocuSign app > Create App:
- On the new page displayed, spot the Integration key below your app name - copy this to the Notepad as well:
- Under the Authentication section on the same page, make the following settings:
Note: View the secret key immediately after creating it, so copy it to the Notepad as well, because it is required to use it as the Client Secret in the Scope.
- Now that all the required information is present, go to Studio, download the DocuSign activities package and configure the DocuSign Application Scope:
Auth Type: Oauth2AuthorizationCode
Base URL: Copy the URL found at step 2.
Client ID: This is the Integration Key found at step 4.
Client Secret: This parameter requires a secure string, so create a variable called ClientSecret and assign it the value
(New System.Net.NetworkCredential("", "pasteyourclientsecrethere")).SecurePassword
Output: Create a variable called DocuSignConnection.
- Post run the workflow, a pop-up will appear in your browser to request your consent to perform actions on your behalf - approve it and then start working with the DocuSign activities.
Activities guide: Activities .