Home > OS >  Why am I unable to authenticate my app against DocuSign?
Why am I unable to authenticate my app against DocuSign?

Time:03-31

I have created an app in DocuSign and am following the instructions to get it set up enter image description here

As far as I can tell, these instructions simply don't work. Is there any alternative documentation for authenticating an app in DocuSign? Or is there something I am missing?

Thanks in advance for any help!

CodePudding user response:

redirect_uri={callback}

replace {callback} with some URL you want to be redirected with.

Then, go to the Apps and Keys page and find your IK and configure it by adding this URL in the list.

Wait 30 seconds try again (make sure you updated your URL correctly)

CodePudding user response:

Nevermind. I found a video that answered my question. The URL in the {callback} value needs to include the "http://" in order to work.

  • Related