File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
certified-connectors/DocuSignDemo Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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" : {
3844 "publisher" : " DocuSign, Inc." ,
3945 "stackOwner" : " DocuSign, Inc."
4046 }
41- }
47+ }
You can’t perform that action at this time.
0 commit comments