File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"signer_name" : "{USER_FULLNAME}" ,
10
10
"app_url" : "{APP_URL}" , # The url of the application. Eg http://localhost:5000
11
11
# NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
12
- # Example: http:# localhost:5000/ds/callback
12
+ # Example: http:// localhost:5000/ds/callback
13
13
"authorization_server" : "https://account-d.docusign.com" ,
14
14
"allow_silent_authentication" : True , # a user can be silently authenticated if they have an
15
15
# active login session on another tab of the same browser
31
31
"ds_client_id" : "{CLIENT_ID}" ,
32
32
"ds_impersonated_user_id" : "{IMPERSONATED_USER_ID}" , # the id of the user
33
33
"private_key_file" : "private.key" , # path to file which hold private key or private key itself
34
- "authorization_server" : "account-d.docusign.com" ,
34
+ "authorization_server" : "account-d.docusign.com"
35
35
}
You can’t perform that action at this time.
0 commit comments