Hello, I am trying to authenticate with DocuSign through Oauth following their documentation of oauth https://developers.docusign.com/platform/auth/authcode/authcode-get-token/
The thing is that I am trying to achieve this without using a connected system.
I have created an integration that makes the request of the first step which is:
Which the response according to the docusign documentation should be a callback with a code:
But the response I am getting on my integration is this (the code that should be received is nowhere to be found):
Here is how I have configured the integration:
Does anyone know how to configure the integration in order to get the correct response? What I need is the code that should come in the response.
Thank you!
Discussion posts and replies are publicly visible
You mentioned that you want to set this up without using a Connected System - but why do you want to do that? In general it should be much easier to set up OAuth using the Connected System, since it will automatically handle the authorization code.
Hello, we need to retrieve the client id and client secret on execution form an external repository. With a connected system we cannot do that, that is why we are trying to do it the way I explained.