Skip to content

Commit 6dfb943

Browse files
Update DocuSign API properties for OAuth settings (#4003)
1 parent 895f7e6 commit 6dfb943

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

certified-connectors/DocuSignDemo/apiProperties.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@
44
"token": {
55
"type": "oauthSetting",
66
"oAuthSettings": {
7-
"identityProvider": "DocuSign",
7+
"identityProvider": "oauth2",
88
"clientId": "<<Please add your clientID here>>",
99
"scopes": [
10-
"all,aow_manage,account_product_read"
10+
"signature extended aow_manage account_product_read connect_org_config_write_api organization_read"
1111
],
1212
"redirectMode": "Global",
1313
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
1414
"customParameters": {
15-
"LoginUri": {
16-
"value": "https://account-d.docusign.com"
15+
"authorizationUrl": {
16+
"value": "https://account-d.docusign.com/oauth/auth"
17+
},
18+
"tokenUrl": {
19+
"value": "https://account-d.docusign.com/oauth/token"
20+
},
21+
"refreshUrl": {
22+
"value": "https://account-d.docusign.com/oauth/token"
1723
}
1824
},
1925
"properties": {
@@ -38,4 +44,4 @@
3844
"publisher": "DocuSign, Inc.",
3945
"stackOwner": "DocuSign, Inc."
4046
}
41-
}
47+
}

0 commit comments

Comments
 (0)