File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "signer_name" : "{USER_FULLNAME}" ,
1010 "app_url" : "{APP_URL}" , # The url of the application. Eg http://localhost:5000
1111 # 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
1313 "authorization_server" : "https://account-d.docusign.com" ,
1414 "allow_silent_authentication" : True , # a user can be silently authenticated if they have an
1515 # active login session on another tab of the same browser
3131 "ds_client_id" : "{CLIENT_ID}" ,
3232 "ds_impersonated_user_id" : "{IMPERSONATED_USER_ID}" , # the id of the user
3333 "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"
3535}
You can’t perform that action at this time.
0 commit comments