Kaishu
Kaishu

Reputation: 301

Docusign authentication without consent prompt/permission to each user of application for Email delivery

I am trying to achieve document signing using email delivery for an web application. But I don't wanted each user to see consent/permission prompt from docusign. Simply, user should able to click send document for esignature to docusign and should get response without leaving application.

How can I achieve that?

Upvotes: 1

Views: 520

Answers (1)

IvanD
IvanD

Reputation: 783

@Kaishu you can use JWT flow to achieve this. You can read more here https://developers.docusign.com/docs/platform/auth/jwt/jwt-get-token/ code example https://github.com/docusign/code-examples-csharp/tree/master/launcher-csharp

Upvotes: 1

Related Questions