Skip to main content
Participant
December 22, 2021
Question

Problem with creating OAuth access token

  • December 22, 2021
  • 1 reply
  • 255 views

Hi guys,

 

I'm trying to create an Adobe Sign API, but I'm already failing at creating OAuth access token.

Here are my configurations:

 

When I'm trying to create an access token based on the settings by calling https://secure.eu2.echosign.com/public/oauth?redirect_uri=https://localhost/&response_type=code&client_id=xxxxxxxxxxxxxxxx&scope=user_login:self+agreement_write:account (of course with the ) I'm just getting redirected to https://secure.adobesign.com/public/userMessage with an error "Unable to authorize access because the client configuration is invalid: invalid_request".

I also tried in Postman and got the same error page. What am I doing wrong?

This topic has been closed for replies.

1 reply

Tony263Author
Participant
December 22, 2021

The URL ist https://secure.eu2.echosign.com/public/oauth?redirect_uri=https://www.google.de&response_type=code&client_id=xxxxxxxxxxxxxxxx&scope=user_login:self+agreement_write:account
I had agreement_send in the original post, but agreement_write in the screenshot, because I tried something out, while writing this post. But the error page is still showing up. I also tried only user_login:self and some other combinations.