offline_access returning invalid_scope error
Opened this issue · 3 comments
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.
@matsskoglund I posted about this on their forum:
https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-console-questions/lightroom-api-invalid-scope-error-when-requesting-offline-access/qaq-p/388595
Turns out it's something they are slowly rolling out.
As far as I am concerned, this issue is resolved, but I don't have permissions to close it.