Skip to main content
March 21, 2016
Question

Keep getting "Scopes not enabled for this application" on redirect after initial OAuth step regardless of scopes included in request and enabled in developer account.

  • March 21, 2016
  • 1 reply
  • 2831 views

We are embedding eSign services into an external app using the REST api.  However, I am having trouble with the first authorization step.  After the request, I am redirected to the Adobe form page where I can enter my account credentials.  From there I am redirected to the specified redirect URI, however, I'm getting an error saying "Scopes are not enabled for this application".  For testing purposes, I have even tried enabling all possible scopes for this application in my eSign dev account.  Am I missing something?

This topic has been closed for replies.

1 reply

Participant
November 25, 2017

I have the same problem. Were you able to solve it?

Participant
January 25, 2018

Just in case you still have it unresolved.

1. Check all the boxes and setup the same modifier (let's say account) on "Configure OAuth" application menu

2. Make sure you have the same modifier in scope parameter in your request (https://secure.na2.echosign.com/public/oauth?redirect_uri=https://yourSite.com&response_type=code&client_id=youClientId&scope=user_login:self+agreement_send:account)

Hope this will help.