Reputation: 1
I am working on developing a DocuSign integration with the DocuSign Sandbox. I have an API key created with a redirect_uri of "https://www.google.com" specified for the api key, and an RSA keypair generated. My app creates the url for user consent which ends up looking something like:
I redirect to that Url and get the DocuSign login screen. I login and it takes me to https://appdemo.docusign.com/home. There is no ask for permission and no redirect to the redirect_uri.
Any help is greatly appreciated, thank you.
Upvotes: 0
Views: 200
Reputation: 49114
As Amit suggests, to debug the problem have your code print out the url you are redirecting the user to. Then paste it into a browser to see what happens.
Ensure that, for example, MyID is being properly substituted.
Check that your client_id (Integration Key) is setup properly in DocuSign.
See my video for more info.
Upvotes: 1