Luminary · OAuth Scopes

Luminary OAuth Scopes

OAuth 2.0 searched

Luminary publishes 4 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 Luminary API on a user’s behalf.

Tokens are issued from https://auth.withluminary.com/oauth2/token.

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.

CompanyEstate PlanningWealth ManagementFinancial ServicesLegal TechDocument AIFamily OfficeOAuth2
Scopes: 4 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.withluminary.com/oauth2/authorize
Token URL
https://auth.withluminary.com/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token.
profile Access to the authenticated user's basic profile claims.
email Access to the authenticated user's email address claim.
offline_access Issue a refresh token for long-lived access without re-consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/luminary-openapi-original.yml
docs: https://api.withluminary.com/.well-known/oauth-authorization-server
schemes:
- name: oauth2Profiles
  source: openapi/luminary-openapi-original.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.withluminary.com/oauth2/authorize
    tokenUrl: https://auth.withluminary.com/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://auth.withluminary.com/oauth2/token
# The OpenAPI oauth2Profiles scheme declares empty scope maps (API access is
# governed per-profile, not per-scope). The scopes below are the OIDC/OAuth
# scopes advertised by the authorization server discovery documents
# (scopes_supported in /.well-known/oauth-authorization-server).
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
  sources: [https://auth.withluminary.com/.well-known/openid-configuration]
- scope: profile
  description: Access to the authenticated user's basic profile claims.
  sources: [https://auth.withluminary.com/.well-known/openid-configuration]
- scope: email
  description: Access to the authenticated user's email address claim.
  sources: [https://auth.withluminary.com/.well-known/openid-configuration]
- scope: offline_access
  description: Issue a refresh token for long-lived access without re-consent.
  sources: [https://auth.withluminary.com/.well-known/openid-configuration]