Skip to main content

Hello,

 

I am develping an app that uses power automate and the Docusign connector. My issue is that I want multiple different users to use the app. So I need to make a separate docusign connection for each one on the platform. The issue is that when deploying to production I should authenticate again and login for each connection separatelly as you can see in the screenshot, and this is only an initial deploy, more user are to be added. Is this the right way to do it? In this case I need to gather everyone when I want to deploy to log in separetelly and do the 2 factor authentication? Are there any guidlines on how to move from docusign demo connectors to Docusign in production?

 

 

aanmelden = sign in

Maybe reference this document:https://www.docusign.com/blog/developers/blog-series-building-clm-power-automate-custom-connector-considerations

how about use JWT for authentication.

https://developers.docusign.com/platform/auth/

  • If each user of your integration will use a single system account to log in, you should use JWT Grant. Note that, when using JWT Grant to obtain an access token, you can still use elements of the other grants to obtain consent.
  • If your integration will not use a single system account to log in, it should use Public Authorization Code Grant or Confidential Authorization Code Grant.
  • A fourth flow, Implicit Grant, is supported for integrations that cannot secure a secret, but is not recommended. Public Authorization Code Grant should be used instead whenever possible.

 

FreeLink/甫连信息
🌍 DocuSign Partner | Partner Profile
🏆 2024 APAC Reseller Growth Partner of the Year
🔧 First globally to pass DocuSign eSignature Technical Consultant certification
🚀 Expertise in DocuSign integrations with in-house systems for leading enterprises across various industries.

Feel free to reach out for collaboration opportunities.


Reply