Reputation: 301
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
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