“Failed to authenticate user” exception in the c# Hello world sample of Docusign Signature Appliance demoDocuSign not accepting Salesforce user in sandboxDocuSign API: “Invalid Signature Credentials” error using Captive (Embedded) RecipientsHow does actual “signing” happen “offline” via API?DocuSign Captive Recipient - XML SigningHow to get and use Docusign api keyTrouble linking clients DocuSign accounts via APIUnable to use CoSign Api by logging in with a DocuSign sandbox accountGoing live with PHP SDK: Error 401 UnauthorizedProblems using different login credentials to connect to DocuSign APII have free DocuSign Signature Appliance Developer Sandbox account.but can not perform signature operation using DssSign
Yet another calculator problem
Is mountain bike good for long distances?
Are there any space probes or landers which regained communication after being lost?
Do you need to burn fuel between gravity assists?
The meaning of "offing" in "an agreement in the offing"
What is the difference between a translation and a Galilean transformation?
After a few interviews, What should I do after told to wait?
Methods and Feasibility of Antimatter Mining?
How can faith be maintained in a world of living gods?
When does order matter in probability?
Short story: Interstellar inspector senses "off" nature of planet hiding aggressive culture
How to descend a few exposed scrambling moves with minimal equipment?
Is a MySQL database a viable alternative to LDAP?
UK citizen travelling to France at the end of November
Infestation of Locust borers on Black locust tree. Too late for it?
How do I decide when to use MAPE, SMAPE and MASE for time series analysis on stock forecasting
Owner keeps cutting corners and poaching workers for his other company
More than three domains hosted on the same IP address
What's the biggest difference between these two photos?
What is this sticking out of my wall?
Why does low tire pressure decrease fuel economy?
Was Robin Hood's point of view ethically sound?
What is the difference between tl_to_str:V and tl_to_str:N?
How can Schrödinger's cat be both dead and alive?
“Failed to authenticate user” exception in the c# Hello world sample of Docusign Signature Appliance demo
DocuSign not accepting Salesforce user in sandboxDocuSign API: “Invalid Signature Credentials” error using Captive (Embedded) RecipientsHow does actual “signing” happen “offline” via API?DocuSign Captive Recipient - XML SigningHow to get and use Docusign api keyTrouble linking clients DocuSign accounts via APIUnable to use CoSign Api by logging in with a DocuSign sandbox accountGoing live with PHP SDK: Error 401 UnauthorizedProblems using different login credentials to connect to DocuSign APII have free DocuSign Signature Appliance Developer Sandbox account.but can not perform signature operation using DssSign
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have installed the trial version of DocuSign SA client for Windows desktop. Then I have checked out the docusign-signature-appliance-api-recipes repository and ran the C# Hello World demo in the dsa-local folder. The code from the demo is explained in the DocuSign Local API guide from which I have acquired the GitHub link in the first place.
As mentioned in the Quickstart section of the guide, I have created a Developer SandBox account. I have used the credentials of that account in the code, but the SAPI.Logon method fails at line 47 of Program.cs file.
I have also opened Docusign SA Prepare & Sign tool that was installed as part of the Docusign SA client and tried to sign a PDF. While doing so, I was prompted the credentials and I have entered the same credentials. But I got "Invalid username or password, operation canceled" error dialog.
I have also ensured that old credentials for DocuSign are not cached in my desktop. How can I make the user authentication succeed?
docusignapi digital-signature
add a comment |
I have installed the trial version of DocuSign SA client for Windows desktop. Then I have checked out the docusign-signature-appliance-api-recipes repository and ran the C# Hello World demo in the dsa-local folder. The code from the demo is explained in the DocuSign Local API guide from which I have acquired the GitHub link in the first place.
As mentioned in the Quickstart section of the guide, I have created a Developer SandBox account. I have used the credentials of that account in the code, but the SAPI.Logon method fails at line 47 of Program.cs file.
I have also opened Docusign SA Prepare & Sign tool that was installed as part of the Docusign SA client and tried to sign a PDF. While doing so, I was prompted the credentials and I have entered the same credentials. But I got "Invalid username or password, operation canceled" error dialog.
I have also ensured that old credentials for DocuSign are not cached in my desktop. How can I make the user authentication succeed?
docusignapi digital-signature
add a comment |
I have installed the trial version of DocuSign SA client for Windows desktop. Then I have checked out the docusign-signature-appliance-api-recipes repository and ran the C# Hello World demo in the dsa-local folder. The code from the demo is explained in the DocuSign Local API guide from which I have acquired the GitHub link in the first place.
As mentioned in the Quickstart section of the guide, I have created a Developer SandBox account. I have used the credentials of that account in the code, but the SAPI.Logon method fails at line 47 of Program.cs file.
I have also opened Docusign SA Prepare & Sign tool that was installed as part of the Docusign SA client and tried to sign a PDF. While doing so, I was prompted the credentials and I have entered the same credentials. But I got "Invalid username or password, operation canceled" error dialog.
I have also ensured that old credentials for DocuSign are not cached in my desktop. How can I make the user authentication succeed?
docusignapi digital-signature
I have installed the trial version of DocuSign SA client for Windows desktop. Then I have checked out the docusign-signature-appliance-api-recipes repository and ran the C# Hello World demo in the dsa-local folder. The code from the demo is explained in the DocuSign Local API guide from which I have acquired the GitHub link in the first place.
As mentioned in the Quickstart section of the guide, I have created a Developer SandBox account. I have used the credentials of that account in the code, but the SAPI.Logon method fails at line 47 of Program.cs file.
I have also opened Docusign SA Prepare & Sign tool that was installed as part of the Docusign SA client and tried to sign a PDF. While doing so, I was prompted the credentials and I have entered the same credentials. But I got "Invalid username or password, operation canceled" error dialog.
I have also ensured that old credentials for DocuSign are not cached in my desktop. How can I make the user authentication succeed?
docusignapi digital-signature
docusignapi digital-signature
asked Mar 28 at 7:32
Navaneetha KannanNavaneetha Kannan
457 bronze badges
457 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Have you configured the DSA Client to point prime-dsa-devctr.docusign.net appliance?
You can also try to register again to https://go.docusign.com/signup/dsa-developer using the same credentials or new ones. Then make sure your credentials are correct by testing them at https://webapp-dsa-devctr.docusign.net/. Once correct use them in the SAPI.Logon method at line 47 of Program.cs file.
add a comment |
Sounds like something is wrong with your account details. Please contact our DSA Support by filling-in our web form, or by sending an email to: DSAsupport@docusign.com
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392260%2ffailed-to-authenticate-user-exception-in-the-c-sharp-hello-world-sample-of-doc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you configured the DSA Client to point prime-dsa-devctr.docusign.net appliance?
You can also try to register again to https://go.docusign.com/signup/dsa-developer using the same credentials or new ones. Then make sure your credentials are correct by testing them at https://webapp-dsa-devctr.docusign.net/. Once correct use them in the SAPI.Logon method at line 47 of Program.cs file.
add a comment |
Have you configured the DSA Client to point prime-dsa-devctr.docusign.net appliance?
You can also try to register again to https://go.docusign.com/signup/dsa-developer using the same credentials or new ones. Then make sure your credentials are correct by testing them at https://webapp-dsa-devctr.docusign.net/. Once correct use them in the SAPI.Logon method at line 47 of Program.cs file.
add a comment |
Have you configured the DSA Client to point prime-dsa-devctr.docusign.net appliance?
You can also try to register again to https://go.docusign.com/signup/dsa-developer using the same credentials or new ones. Then make sure your credentials are correct by testing them at https://webapp-dsa-devctr.docusign.net/. Once correct use them in the SAPI.Logon method at line 47 of Program.cs file.
Have you configured the DSA Client to point prime-dsa-devctr.docusign.net appliance?
You can also try to register again to https://go.docusign.com/signup/dsa-developer using the same credentials or new ones. Then make sure your credentials are correct by testing them at https://webapp-dsa-devctr.docusign.net/. Once correct use them in the SAPI.Logon method at line 47 of Program.cs file.
answered Apr 1 at 16:46
Aviv SimionoviciAviv Simionovici
814 bronze badges
814 bronze badges
add a comment |
add a comment |
Sounds like something is wrong with your account details. Please contact our DSA Support by filling-in our web form, or by sending an email to: DSAsupport@docusign.com
add a comment |
Sounds like something is wrong with your account details. Please contact our DSA Support by filling-in our web form, or by sending an email to: DSAsupport@docusign.com
add a comment |
Sounds like something is wrong with your account details. Please contact our DSA Support by filling-in our web form, or by sending an email to: DSAsupport@docusign.com
Sounds like something is wrong with your account details. Please contact our DSA Support by filling-in our web form, or by sending an email to: DSAsupport@docusign.com
answered Mar 31 at 10:43
AlonAlon
363 bronze badges
363 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392260%2ffailed-to-authenticate-user-exception-in-the-c-sharp-hello-world-sample-of-doc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown