App Connect

 View Only
  • 1.  DocuSign Integration from ACE v12

    Posted Sun May 26, 2024 04:27 AM

    Hello All,

    I'm looking for sample or document to provide details to connect to docusign. I'm more interested to provide details around out of the box connector like how and the way it sends the request to Docusign. Protocol and format it sends the request. There aren't any details around it or any demo provided from IBM



    ------------------------------
    MOHIT SAXENA
    ------------------------------


  • 2.  RE: DocuSign Integration from ACE v12

    Posted Mon June 03, 2024 12:45 AM

    Hi Mohit,

    Can you check the following documentation to start with let us know if you have any specific questions:

    https://www.ibm.com/docs/en/app-connect/12.0?topic=nodes-docusign-request-node

    https://www.ibm.com/docs/en/app-connect/containers_cd?topic=apps-docusign



    ------------------------------
    Srihari Ananda Kumar
    ------------------------------



  • 3.  RE: DocuSign Integration from ACE v12

    Posted Mon June 03, 2024 06:45 AM

    Hi Mohit, 

    Find the documentation link here https://www.ibm.com/docs/en/app-connect/12.0?topic=applications-using-docusign-app-connect-enterprise



    ------------------------------
    Edwin Jacob Baby
    ------------------------------



  • 4.  RE: DocuSign Integration from ACE v12

    Posted 28 days ago
    Edited by MOHIT SAXENA 28 days ago

    Thanks Edwin for providing the insights. Actually as per our architecture we would want to go with API approach using REST nodes and consumes any of the API's provided in DocuSign API catalogue. Now, question is before accessing any of the DocuSign API's, they would want us to authenticate and as per the documentation one of the way is Provide credentials for App Connect to use (BASIC OAUTH) Link https://www.ibm.com/docs/en/app-connect/saas?topic=apps-docusign

    So, to get the access token on of the way is Authorization Code Grant Link https://developers.docusign.com/platform/auth/authcode/authcode-get-token/ but this would require to get the code from browser as per step 1 Request the authorization code in above link. So, since we are using IIB/ACE/Postman question is how to copy that code from browser ? 

    Please if you can suggest. 



    ------------------------------
    MOHIT SAXENA
    ------------------------------



  • 5.  RE: DocuSign Integration from ACE v12

    Posted 28 days ago

    Thanks Edwin for providing the insights. Actually as per our architecture we would want to go with API approach using REST nodes and consumes any of the API's provided in DocuSign API catalogue. Now, question is before accessing any of the DocuSign API's, they would want us to authenticate and as per the documentation one of the way is Provide credentials for App Connect to use (BASIC OAUTH) Link https://www.ibm.com/docs/en/app-connect/saas?topic=apps-docusign

    So, to get the access token on of the way is Authorization Code Grant Link https://developers.docusign.com/platform/auth/authcode/authcode-get-token/ but this would require to get the code from browser as per step 1 Request the authorization code in above link. So, since we are using IIB/ACE/Postman question is how to copy that code from browser ? 

    Please if you can suggest. 



    ------------------------------
    MOHIT SAXENA
    ------------------------------



  • 6.  RE: DocuSign Integration from ACE v12

    Posted 28 days ago

    Hi Mohit, 

    Not sure if I followed your question well. If you are looking for the authorisation code, you can follow the below instruction shared in the docusign page. 

    After selecting Accept, if you used localhost as your redirect URI, your browser may attempt to load the query parameters as a web page. This will result in a display error message, which you can safely ignore. Select the value of the code query parameter in the page URI, then save it to use in the next step.

    You will be able to see that value in the browser URI itself (start with "ey.......")once you hit the accept button, like you see in the video at "4:04". 



    ------------------------------
    Edwin Jacob Baby
    ------------------------------



  • 7.  RE: DocuSign Integration from ACE v12

    Posted 27 days ago
    Edited by MOHIT SAXENA 25 days ago

    Yes, you did follow but my question was since we are connecting through APP Connect, there wont be an option to copy the code from browser, since ESB follows request and response pattern, so somehow this code should come as response to App Connect and not from browser



    ------------------------------
    MOHIT SAXENA
    ------------------------------



  • 8.  RE: DocuSign Integration from ACE v12

    Posted 25 days ago

    Hi Mohit,

    Firstly can you help me understand why you want to use the direct ReST API using HTTP nodes rather than Docusign connector. Is there any operation / capability you expect which is missing. That can raised as an Enhancement / RFE.

    AppConnect Enterprise may not have Code grant flow as there is no public URL for which the authorisation code can be redirected to. The equivalent of Code grant flow is to exchange the authorisation code for access token and refresh token on a browser as a one time operation. Later the Docusign connector will be able to continuously handle the refresh of access_token using refresh_token without any user intervention or explicit flow logic. The documentation helps you to generate the one time access and refresh token for performing the BASIC_OAUTH.



    ------------------------------
    Srihari Ananda Kumar
    ------------------------------



  • 9.  RE: DocuSign Integration from ACE v12

    Posted 24 days ago

    Hi Srihari,

    There could be multiple reasons for not going with the OOB connector approach one could be operations and maintainability but any approach would still need authorization code grant flow where the code can be redirected to by DocuSign. We might need to get that admin consent in order to avoid every time login to give consent.

    Also, could you provide documentation for below if this is automated through connector ? 

    " Docusign connector will be able to continuously handle the refresh of access_token using refresh_token without any user intervention or explicit flow logic. "

     



    ------------------------------
    MOHIT SAXENA
    ------------------------------



  • 10.  RE: DocuSign Integration from ACE v12

    Posted 21 days ago

    Hi Mohit,

    Here is the Docusign documentation on handling refresh logic of access_token using refresh_token. https://developers.docusign.com/platform/auth/authcode/authcode-get-token/

    You will need another HTTP API call to get the new access_token and further API calls you can make use of the new access_token. Again on expiry your refresh logic should be used.



    ------------------------------
    Srihari Ananda Kumar
    ------------------------------