Reputation: 133
I face frequent disconnections on my application which connects to Docusign REST API using the Docusign SDK. The application runs in a windows VM , in which internet access is regulated through corporate proxy and firewall
To overcome this problem , I want to pass the network credentials to the Docusign SDK classes , so that the credentials be passed to RestRequest of RESTSharp. I can see the credentials property in RestSharp, but no equivalent method to pass the same to Docusign SDK.
Please help , anyone knows how to make this work in corporate proxy env?
Upvotes: 0
Views: 123
Reputation: 7393
DocuSign Rest Api does not support windows authentication. See this for the various forms of authentication supported by DocuSign Rest API.
However DocuSign supports single sign-on with your organizations identity provider.
Here is the related documentation
single-sign-on-implementation-guide PDF
Here is a cool video overview of the authentication mechanisms with docusign api.
Upvotes: 2