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.
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.