'Why am I unable to authenticate my app against DocuSign?
I have created an app in DocuSign and am following the instructions to get it set up here. I have created the integration key and secret key, and set my redirect uri to "http://localhost"
However, when I attempt to substitute these values into the url below, I only get an error
Here is a screenshot of the error I receive
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!
Solution 1:[1]
Nevermind. I found a video that answered my question. The URL in the {callback} value needs to include the "http://" in order to work.
Solution 2:[2]
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)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Wumbowarrior |
| Solution 2 | Inbar Gazit |
