The redirect URI is not registered properly with DocuSign

0
I am trying to integrate docusign with mendix . I have created docusign developer account and configured integration key and other configurations and  In additonal settings i have added  this ( http://localhost:8080/index.html?profile=Responsive/auth/docusign/callback ) as Redirect URIs . unfortunately after authorize with JWT. Page is not redirecting to docusign portal instead its throwing error seen below.    
asked
1 answers
0

Hi Naveen , 

 

Your redirect URI must be like this 

 

http://localhost:8080/auth/docusign/callback

answered