"Failed to authenticate user" Docusign 签名设备演示的 c# Hello world 示例中的异常
"Failed to authenticate user" exception in the c# Hello world sample of Docusign Signature Appliance demo
我已经为 Windows 桌面安装了 DocuSign SA 客户端试用版。然后我检查了 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,我首先从中获得了 GitHub link。
如 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 文件中所述。
我还打开了作为 Docusign SA 客户端的一部分安装的 Docusign SA 准备和签名工具,并尝试对 PDF 进行签名。这样做时,系统提示我输入凭据,并且我输入了相同的凭据。但是我得到了 "Invalid username or password, operation canceled" 错误对话框。
我还确保 DocuSign 的旧凭据不会缓存在我的桌面上。如何让用户认证成功?
听起来您的帐户详细信息有问题。请填写 web form 或发送电子邮件至:DSAsupport@docusign.com
联系我们的 DSA 支持
您是否将 DSA 客户端配置为指向 prime-dsa-devctr.docusign.net 设备?
您也可以尝试重新注册到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/。一旦正确,请在 Program.cs 文件第 47 行的 SAPI.Logon 方法中使用它们。
我已经为 Windows 桌面安装了 DocuSign SA 客户端试用版。然后我检查了 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,我首先从中获得了 GitHub link。
如 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 文件中所述。
我还打开了作为 Docusign SA 客户端的一部分安装的 Docusign SA 准备和签名工具,并尝试对 PDF 进行签名。这样做时,系统提示我输入凭据,并且我输入了相同的凭据。但是我得到了 "Invalid username or password, operation canceled" 错误对话框。
我还确保 DocuSign 的旧凭据不会缓存在我的桌面上。如何让用户认证成功?
听起来您的帐户详细信息有问题。请填写 web form 或发送电子邮件至:DSAsupport@docusign.com
联系我们的 DSA 支持您是否将 DSA 客户端配置为指向 prime-dsa-devctr.docusign.net 设备?