Client configuration is invalid
I have opened up a developer/sandbox account since I am looking into building an integration with Adobe Sign. I am following the steps to generate the access token that I can consume in the subsequent API requests.
I have added an application, got my my client id/client secret and also have added a redirect URL. I have hosted a web application at a redirect URL As per your documentation, I am trying to get the access token from the link below..
https://secure.echosign.com/public/oauth?
redirect_uri=https://myserver.com&
response_type=code&
client_id=CBAThIsIsNoTaReAlmPBvPF&
scope=user_login:self+agreement_send:accountI have replaced my redirect url and client id but am getting an error stating that my configuraiton is invalid.I think that I have enabled the correct scope as well.
Please advise,
Thanks
