Docusign embedded sign and code grant authorization

Certified Senior Developer

We are trying to integrate with docusign embedded component in appian. 

I used a code grant authorization with a connected system, with a single user. 

When the token is not valid i go to the connected system and click on authorize.

And like that i can even sign embedded in appian or with the url generated.

The problem is that we have a requirements to provide signing with docusign for two distincted users,

That user are not administrator or designer(like me) so cant click the authorize button everytime.

And i see that in the connected system are not a user reference to pass. 

So how can i authorize two different user with codegrant?

I have to use two different connected system with a different secret keys?

Use an a!authorizationLink?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    In the end, I approached a similar solution using OAuth 2 and an authorization link. I have a list of attachments and need to allow either single or bulk signing, embedded. Which approach would you use? Once the token is obtained through the authorization link, would you use a dedicated process for signing (with the issue of potentially closing the task), or would you do everything in the interface without dedicated processes, except for those that handle the creation and sending of the envelope and then retrieve the signing link to use in the interface?

Reply
  • 0
    Certified Senior Developer

    In the end, I approached a similar solution using OAuth 2 and an authorization link. I have a list of attachments and need to allow either single or bulk signing, embedded. Which approach would you use? Once the token is obtained through the authorization link, would you use a dedicated process for signing (with the issue of potentially closing the task), or would you do everything in the interface without dedicated processes, except for those that handle the creation and sending of the envelope and then retrieve the signing link to use in the interface?

Children
No Data