• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Authentication fails for Lightroom API

New Here ,
Oct 28, 2020 Oct 28, 2020

Copy link to clipboard

Copied

Hey,

I set up an integration in my Adobe developer console and followed the OAuth 2.0 guideline for gathering an access token. The problem is that I am not able to access any of the Lightroom API services (e.g. catalog) using this token. I tested it with the following command: 

 

curl -H "x-api-key: [API_KEY]" -H "Authorization: Bearer [ACCESS_TOKEN]" https://lr.adobe.io/v2/catalog

 

The response from the Adobe server is: 

 

while (1) {} {
    "code": 4300,
    "description": "Access is forbidden"
}

 

I made the following observations that might help to find the problem:

- When I grant my integration access on the user side, it only asks for permission to log me in. According to the OAuth 2.0 guideline, it should request some more permissions. 

- When I request the access token using the authorization code, the reply only contains access_token, sub, id_token, token_type and expires_in. According to the OAuth 2.0 guideline, it should return information about the user in addition. 

 

Do you have any idea how to fix that problem? I am grateful for any advice. 

 

 

Thank you, 
Best, 

Sebastian 

Views

289

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation