OAuth Redirect URI: error: access_denied, error_description: Scopes not enabled for this application
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.
- Some accounts are older accounts and are on the na3 shard.
- Other accounts are newer and are on the na4 shard.
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
- For our test accounts that are on the na3 shard, we are getting an error access_denied, with an error_description: Scopes not enabled for this application
- However, it works fine (we get a code) for our test accounts on the na4 shard.
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).
