Lightforce · OAuth Scopes

Lightforce OAuth Scopes

OAuth 2.0 searched

Lightforce publishes 14 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Lightforce API on a user’s behalf.

Tokens are issued from https://id.lightforceortho.com/oauth/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.

CompanyHealthtechOrthodonticsDentistryMedical Devices3D PrintingDigital ManufacturingIdentity
Scopes: 14 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://id.lightforceortho.com/authorize
Token URL
https://id.lightforceortho.com/oauth/token
Flows
authorizationCode

Scopes (14)

ScopeDescriptionFlows
openid Request an ID token; required for OpenID Connect authentication.
profile Basic profile claims for the authenticated user.
offline_access Issue a refresh token for long-lived access.
name The user's full name claim.
given_name The user's given (first) name claim.
family_name The user's family (last) name claim.
nickname The user's nickname claim.
email The user's email address claim.
email_verified Whether the user's email address has been verified.
picture The user's profile picture URL claim.
created_at The timestamp the user record was created.
identities Linked identity-provider identities for the user.
phone The user's phone number claim.
address The user's address claim.

Source

OAuth Scopes

lightforce-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://id.lightforceortho.com/.well-known/openid-configuration
docs: https://id.lightforceortho.com/.well-known/openid-configuration
notes: >-
  Scopes are taken verbatim from `scopes_supported` in the live OIDC discovery document.
  These are the standard OpenID Connect / Auth0 identity scopes — LightForce publishes
  no product/API-resource scope reference, because there is no public LightForce API
  behind this authorization server that outside developers can call. Treat this as the
  identity scope surface only.
schemes:
- name: OpenIDConnect
  source: well-known/lightforce-openid-configuration.json
  issuer: https://id.lightforceortho.com/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://id.lightforceortho.com/authorize
    tokenUrl: https://id.lightforceortho.com/oauth/token
scopes:
- scope: openid
  description: Request an ID token; required for OpenID Connect authentication.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: profile
  description: Basic profile claims for the authenticated user.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token for long-lived access.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: name
  description: The user's full name claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: given_name
  description: The user's given (first) name claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: family_name
  description: The user's family (last) name claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: nickname
  description: The user's nickname claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: email
  description: The user's email address claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: email_verified
  description: Whether the user's email address has been verified.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: picture
  description: The user's profile picture URL claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: created_at
  description: The timestamp the user record was created.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: identities
  description: Linked identity-provider identities for the user.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: phone
  description: The user's phone number claim.
  sources: [well-known/lightforce-openid-configuration.json]
- scope: address
  description: The user's address claim.
  sources: [well-known/lightforce-openid-configuration.json]