Code Monkey home page Code Monkey logo

Comments (4)

umeshlumbhani247 avatar umeshlumbhani247 commented on August 26, 2024

@mlehotskylf
I have done my investigation about new authentication strategy, and i found there are two authentication flow for docusign as below:

  1. Authorization Code Grant : It is centered on interactions between the user and the identity server via the browser, the SDK is not used.
  2. JSON Web Tokens: It is used with sdk, Also there are two JWT grant method:
    • request_jwt_user_token: that will represent a specific user, which will handle all rest API operations
    • request_jwt_application_token: that will represent the application itself (not a user). This will handle all admin operations.

According to me, we need to follow JWT token with user_token for our application usecase.
Also the sdk library we are using currently pydocusign is deprecated and new authentication strategy is not supported with it so we need to replace it with docusign-esign, which cause update the whole docusign integration.

from easycla.

thakurveerendras avatar thakurveerendras commented on August 26, 2024

Story implementation will be tracked on the below issue, So moving status Done

  • Upgrade DocuSign Integration for EasyCLA #4002

from easycla.

thakurveerendras avatar thakurveerendras commented on August 26, 2024

@nickmango, Kindly review the below issue

  1. request-individual-signature API is failed with 502 status on ICLA sign-in process
  2. CLA System is not able to support your request that appears on CCLA sign-in process
    Refer screenshot for more details
    image (87)
    image (88)

from easycla.

mlehotskylf avatar mlehotskylf commented on August 26, 2024

We switched to Golang instead of Python so this ticket in no longer relevant, so closing. Ticket related to Golang is here: #4002

from easycla.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.