Luminary · Authentication Profile

Luminary Authentication

Authentication

Luminary secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

CompanyEstate PlanningWealth ManagementFinancial ServicesLegal TechDocument AIFamily OfficeOAuth2
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

oauth2Profiles oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/luminary-openapi-original.yml
docs: https://api.withluminary.com/.well-known/openid-configuration
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  # From the authorization-server discovery docs (well-known/): PKCE S256 is
  # supported, plus the device_code grant and refresh_token. SDKs default to the
  # client_credentials flow (CLIENT_ID / CLIENT_SECRET env vars).
  discovery:
  - https://api.withluminary.com/.well-known/openid-configuration
  - https://api.withluminary.com/.well-known/oauth-authorization-server
  pkce: S256
  additional_grants:
  - refresh_token
  - urn:ietf:params:oauth:grant-type:device_code
  issuer: https://auth.withluminary.com
schemes:
- name: oauth2Profiles
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.withluminary.com/oauth2/authorize
    tokenUrl: https://auth.withluminary.com/oauth2/token
    scopes: 0
  - flow: clientCredentials
    tokenUrl: https://auth.withluminary.com/oauth2/token
    scopes: 0
  sources:
  - openapi/luminary-openapi-original.yml