Copy link to clipboard
Copied
We are developing a partner application for Adobe Acrobat Sign and have followed the OAuth 2.0 Authorization Code Flow specifiations here: https://secure.echosign.com/public/static/oauthDoc.jsp
Several members of our team have created accounts for testing.
When a user in our application chooses to integrate with Acrobat Sign, we redirect them to the following URL:
https://secure.echosign.com/public/oauth/v2?redirect_uri=https://<OUR_SERVERS>/oauth-code-flow/oauth-redirect&response_type=code&client_id=<OUR_CLIENT_ID>&state=<OUR_CSRF_TOKEN_THAT_IS_A_UUID>&scope=agreement_read:account+agreement_write:account+agreement_send:account+library_read:account
Has anyone come across the "Scopes not enabled for this application"?
We do have the correct scopes enabled for our Acrobat Sign API Application that match the scopes being requested (see screen capture, with sensitive data redacted).
We resolved this issue. It turned out that error was indicating the problem:
We did the following:
Copy link to clipboard
Copied
We resolved this issue. It turned out that error was indicating the problem:
We did the following:
This resolved our issue. We suspect that the older accounts may not be considered "enterprise" and the application scope modifier is for enterprise level accounts.