1

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?

Kaishu
  • 181
  • 4
  • 13
  • Welcome to StackOverflow! PLEASE check/accept the best answer to each of your questions. – Larry K Sep 23 '20 at 14:23
  • 1
    You'd have to use the Admin Consent feature: https://developers.docusign.com/platform/auth/consent/obtaining-admin-consent-internal/ – madalex Sep 10 '21 at 08:47

1 Answers1

1

@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

IvanD
  • 773
  • 5
  • 7