未经同意 prompt/permission 的 Docusign 身份验证给电子邮件发送应用程序的每个用户
Docusign authentication without consent prompt/permission to each user of application for Email delivery
我正在尝试使用 email delivery
为 web application
实现文档签名。但我不希望每个用户都看到来自 docusign
的 consent/permission 提示。简单地说,用户应该能够单击将 esignature
的文档发送到 docusign
,并且应该在不离开应用程序的情况下得到响应。
我怎样才能做到这一点?
@Kaishu 你可以使用 JWT 流来实现这个。您可以在此处阅读更多内容 https://developers.docusign.com/docs/platform/auth/jwt/jwt-get-token/
代码示例 https://github.com/docusign/code-examples-csharp/tree/master/launcher-csharp
我正在尝试使用 email delivery
为 web application
实现文档签名。但我不希望每个用户都看到来自 docusign
的 consent/permission 提示。简单地说,用户应该能够单击将 esignature
的文档发送到 docusign
,并且应该在不离开应用程序的情况下得到响应。
我怎样才能做到这一点?
@Kaishu 你可以使用 JWT 流来实现这个。您可以在此处阅读更多内容 https://developers.docusign.com/docs/platform/auth/jwt/jwt-get-token/ 代码示例 https://github.com/docusign/code-examples-csharp/tree/master/launcher-csharp