Skip to content

Commit 6db99dc

Browse files
author
Robert Knight
committed
In ds_config.py: changed hashtag (#) to double-whack (//) in comment for redirect URI and removed comma (,) at the end of DS_JWT.
1 parent 5a480a0 commit 6db99dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/ds_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
@@ -31,5 +31,5 @@
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
}

0 commit comments

Comments
 (0)