Adobe Lightroom · OAuth Scopes

Adobe Lightroom OAuth Scopes

OAuth 2.0 derived

Adobe Lightroom publishes 3 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Adobe Lightroom API on a user’s behalf.

Tokens are issued from https://ims-na1.adobelogin.com/ims/token/v3.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Cloud StorageImage EditingMetadataPhoto ManagementPhotography
Scopes: 3 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://ims-na1.adobelogin.com/ims/authorize/v2
Token URL
https://ims-na1.adobelogin.com/ims/token/v3
Flows
authorizationCodeclientCredentials

Scopes (3)

ScopeDescriptionFlows
firefly_api Access Firefly Services APIs clientCredentials
lr_partner_apis Access Lightroom partner APIs authorizationCode
openid OpenID Connect authorizationCode, clientCredentials

Source

OAuth Scopes

lightroom-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/lightroom-albums-openapi.yml, openapi/lightroom-assets-openapi.yml, openapi/lightroom-catalog-openapi.yml,
  openapi/lightroom-firefly-services-openapi.yml, openapi/lightroom-services-openapi.yml
schemes:
- name: oauth2
  source: openapi/lightroom-albums-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ims-na1.adobelogin.com/ims/authorize/v2
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
- name: oauth2
  source: openapi/lightroom-assets-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ims-na1.adobelogin.com/ims/authorize/v2
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
- name: oauth2
  source: openapi/lightroom-catalog-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ims-na1.adobelogin.com/ims/authorize/v2
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
- name: oauth2
  source: openapi/lightroom-firefly-services-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
  description: OAuth 2.0 via Adobe IMS for Firefly Services
- name: oauth2
  source: openapi/lightroom-services-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ims-na1.adobelogin.com/ims/authorize/v2
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
  description: OAuth 2.0 authorization code flow via Adobe Identity Management System (IMS).
    Partner applications must be registered in the Adobe Developer Console.
scopes:
- scope: firefly_api
  description: Access Firefly Services APIs
  flows:
  - clientCredentials
  sources:
  - openapi/lightroom-firefly-services-openapi.yml
- scope: lr_partner_apis
  description: Access Lightroom partner APIs
  flows:
  - authorizationCode
  sources:
  - openapi/lightroom-albums-openapi.yml
  - openapi/lightroom-assets-openapi.yml
  - openapi/lightroom-catalog-openapi.yml
  - openapi/lightroom-services-openapi.yml
- scope: openid
  description: OpenID Connect
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/lightroom-firefly-services-openapi.yml
  - openapi/lightroom-services-openapi.yml