Vetsoftone
Vetsoftone
I tried to set the consens manually with the URL below. But I receive the (Login Window) the error invalid Authorization: RequestType is not supported. https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature%20impersonation&client_id=a5ed47d5-xxxx-xxxx-8a19-756da64391de&redirect_uri=https://www.docusign.com Is the something wrong...
I found the solution. instead of reponse_type= `code` I have to use `token`
We choose Implicit grant we have a SPA App. I read this article.[https://developers.docusign.com/platform/auth/]( https://developers.docusign.com/platform/auth/). Is Implicit grant not correct for SPA Apps?