PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, August 26, 2022

[FIXED] Why am I unable to authenticate my app against DocuSign?

 August 26, 2022     api, authentication, docusignapi     No comments   

Issue

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

https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature&client_id={iKey}&redirect_uri={callback}

Here is a screenshot of the error I receiveenter 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!


Solution

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



Answered By - Wumbowarrior
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing