AdobeDocs / adobeio-auth

Developer documentation for Adobe I/O Authentication.
MIT License
36 stars 69 forks source link

invalid_scope when generating authorization code #69

Open jdegardeyn opened 4 years ago

jdegardeyn commented 4 years ago

hello

I am trying to obtain an authorization code that has enough scope to call Adobe Analytics APIs. The scopes specified in the documentation for this are: openid,AdobeID,read_organizations,additional_info.job_function,additional_info.projectedProductContext

However, I get an error response "invalid_scope", because of the last 3. If I use only openid,AdobeID it works but then later my API key says it is invalid and I suspect this is due to insufficient scope.

My question is, are the scope permissions assigned to developers internally by our Adobe admin or is there maybe some issue, like scope names changed.

lou-k commented 3 years ago

I'm having the same issue requesting the offline_access scope.