DocuSign initial setup

To ensure the proper functionality of the Docu application, administrators need to configure essential settings such as the API, Account ID etc. This documentation provides guidance on locating and inputting these settings within the application interface.

Using the example of a developer account https://developers.docusign.com/ , the documentation shows the step-by-step process.

 

  1. As an admin log in to your account and choose “My Apps & Keys”.

login_docusign_developers.png
My Apps & Keys

You can see here global User ID (1), API Account ID (2) Account Base URL (3), “ADD APP AND INTEGRATION KEY” button (4).

 

Account Information.png
Apps and Keys

Each user has an original User ID, found in USERS AND GROUPS (1) → Users (2) → Actions button (3) → Edit (4), which should be used during configuration. This is an individual and unique key associated with a specific person. This is particularly important if multiple users are using the same DocuSign account.

 

 

 

  1. Add your application and generate the Integration Key by clicking on “ADD APP AND INTEGRATION KEY” button (4).

  2. Type in App name (1) of your choose and click “Create App” (2)

 

  1. Here you can get Integration Key (1) RSA keypair (2). 

     

It's crucial to note that you must generate a RSA key pair (1) and copy Private Key (2). This key pair is utilized for JSON Web Token (JWT) authentication and remains valid only for the environment in which it's generated.

 

 

 

 

The RSA keypair can also be generated later when configuring the application in Jira.
To do this, back to “My Apps & Keys”App and Integration Keys section → click the Actions button (1) next to created app → select Edit (2) from the drop down list → go to Service Integration and click + Generate RSA. Copy the RSA keys to a secure location immediately after DocuSign generates them.

  1. Next you need to define Redirect URIs (1) with following pattern:

(2) https://test.docusign.ttae.com.pl/callback/docusign

(3) https://test.docusign.ttae.com.pl/callback/docusign-permission

 

After setting all of those press Save (4)