简体   繁体   English

Docusign电子邮件验证

[英]Docusign Email authentication

I am using DocuSign for sending email to client/end user by using createEnvelope API of DocuSign. 我正在使用DocuSign通过使用DocuSign的createEnvelope API向客户端/最终用户发送电子邮件。 if the end user forwards the email to someone else he /she can view the document and sign on his/her behalf. 如果最终用户将电子邮件转发给其他人,则他/她可以查看文档并代表他/她签名。 so I have used signer.accessCode = "random value" and passing this value again to end-user/client so that while viewing document he/she needs to place the code which I sent in a different email and its working properly till now. 因此,我使用了signer.accessCode = "random value"并将此值再次传递给最终用户/客户端,以便在查看文档时,他/她需要将我发送的代码放入另一封电子邮件中,并且该代码signer.accessCode = "random value"正常工作。 The problem arises when the recipient views the document and did not sign it and accidentally forward the email to someone else..now that person can view document easily without entering the access code as DocuSign does not ask to place an accessCode second time or once the document is viewed. 当收件人查看文档但未签名并意外将电子邮件转发给其他人时,就会出现问题。由于DocuSign不会要求第二次或一次输入accessCode,此人可以轻松查看文档而无需输入访问代码。文档被查看。 Is there any config setting or any property in code which I can apply for this case? 我可以在这种情况下在代码中使用任何配置设置或属性吗? I want DocuSign to ask the accessCode popup every time when the end user wants to view it. 我希望DocuSign每次最终用户想要查看时都要求accessCode弹出窗口。

Secondly, is there any provision to automatically delete a document from DocuSign if the end user did not sign the document for any specific number of days. 其次,如果最终用户在任何特定天数内未签署文档,是否有任何条款可以自动从DocuSign删除文档。

There are two options under Go to Admin > Security Settings that can mitigate this concern. 转到管理>安全设置下有两个选项可以缓解此问题。 The primary option you want is Recipient Authentication Triggers: Every Time a recipient accesses an envelope . 您想要的主要选项是“ 收件人身份验证触发器”:收件人每次访问信封时 You may also want Login Requirements: Login Required if Signer has an Account . 您可能还需要登录要求:如果Signer有一个Account,则需要登录

For the second question, you'll want to set an Envelope Expiration. 对于第二个问题,您需要设置一个信封到期时间。 When an envelope has expired, recipients who have not signed are unable to access it. 信封过期后,未签名的收件人将无法访问它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM