AdobeDocs/adobeio-auth

offline_access returning invalid_scope error

Opened this issue · 3 comments

lou-k commented

I'm working with the lightroom api and trying to get a refreshable token so the user doesn't need to login every 24 hours.

When I hit ims/authorize/v2 and request the scopes openid,lr_partner_apis,offline_access, the callback returns an invalid_scope error, even though offline_access is a valid scope listed in the docs.

I am trying the adobe-auth-python sample and get "error=invalid_scope". I have not changed any code, just trying it out of the box. I also get the same issue with other code when I try to access Lightroom api.

lou-k commented

As far as I am concerned, this issue is resolved, but I don't have permissions to close it.