Adonis · OAuth Scopes

Adonis OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://auth.adonis.io/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.

CompanyHealthcareRevenue Cycle ManagementRCMMedical BillingHealth ITEligibility VerificationClaimsPaymentsArtificial IntelligenceAutomation
Scopes: 14 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.adonis.io/authorize
Token URL
https://auth.adonis.io/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (14)

ScopeDescriptionFlows
openid Request an OpenID Connect ID token for authentication. authorizationCode
profile Access the end user's default profile claims. authorizationCode
offline_access Issue a refresh token for long-lived access. authorizationCode
name Access the end user's name. authorizationCode
given_name Access the end user's given (first) name. authorizationCode
family_name Access the end user's family (last) name. authorizationCode
nickname Access the end user's nickname. authorizationCode
email Access the end user's email address. authorizationCode
email_verified Access the end user's email verification status. authorizationCode
picture Access the end user's profile picture. authorizationCode
created_at Access the timestamp the end user's account was created. authorizationCode
identities Access the end user's linked identity providers. authorizationCode
phone Access the end user's phone number. authorizationCode
address Access the end user's address. authorizationCode

Source

OAuth Scopes

adonis-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://auth.adonis.io/.well-known/openid-configuration
docs: https://adonis.io/platform
schemes:
- name: OpenIDConnect
  source: well-known/adonis-openid-configuration.json
  issuer: https://auth.adonis.io/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.adonis.io/authorize
    tokenUrl: https://auth.adonis.io/oauth/token
  - flow: clientCredentials
    tokenUrl: https://auth.adonis.io/oauth/token
scopes:
- scope: openid
  description: Request an OpenID Connect ID token for authentication.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: profile
  description: Access the end user's default profile claims.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token for long-lived access.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: name
  description: Access the end user's name.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: given_name
  description: Access the end user's given (first) name.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: family_name
  description: Access the end user's family (last) name.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: nickname
  description: Access the end user's nickname.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: email
  description: Access the end user's email address.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: email_verified
  description: Access the end user's email verification status.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: picture
  description: Access the end user's profile picture.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: created_at
  description: Access the timestamp the end user's account was created.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: identities
  description: Access the end user's linked identity providers.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: phone
  description: Access the end user's phone number.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
- scope: address
  description: Access the end user's address.
  flows: [authorizationCode]
  sources: [well-known/adonis-openid-configuration.json]
notes: >-
  Scopes are the standard OpenID Connect / Auth0 identity scopes advertised in
  the discovery document's scopes_supported. Adonis application- and
  resource-specific API scopes (RCM, eligibility, claims) are provisioned per
  Auth0 API/audience and are not published in the public discovery document.