Hi,
Please find the below steps to configure
- Kindly copy the JWT template(Setup) and save the file extension as “. json”
- Kindly login to (https://developers.docusign.com/)
- Click on the profile and select Myapps & Keys.
- If your login for first time, click on “Add app and integration key” and provide app name.
- Kindly generate client secret by clicking “add secret key” button under authentication label.
- Kindly generate private and public key by clicking “Generate RSA” button.
- Kindly provide below url under redirect uri’s section and click on save
- Kindly open saved json template file and modify as per below
{
“typ”: “JWT”,
“alg”: “RS256”,
“iss”: "3662508e-851e-4b16-b5b0-xxxxxxxxxxxx”, (Kindly copy Integration key)
“sub”: "0099b00b-990f-4666-98d7-xxxxxxxxxxxx”, (Kindly copy User ID)
“aud”: “account-d.docusign.com”,
“scope”: “signature impersonation”,
“privatekey”: “your private key text” (Kindly copy the private key)
}
Note:
Error: - While executing docusign application scope. If your facing application consent error. Kindly follow below steps to avoid this error.
DocuSign?
response_type=code
&scope=YOUR_REQUESTED_SCOPES (signature impersonation)
&client_id=YOUR_INTEGRATION_KEY (Integration key)
&redirect_uri=YOUR_REDIRECT_URI (http://127.0.0.1:10001/authorize/)
Note: - Kindly please add the related information and paste it in chrome browser and hit enter. It will navigate to allow access page. Kindly click on allow.