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
https://auth.adonis.io/authorize
Token URL
https://auth.adonis.io/oauth/token
https://auth.adonis.io/oauth/token
Flows
authorizationCodeclientCredentials
authorizationCodeclientCredentials
Scopes (14)
| Scope | Description | Flows |
|---|---|---|
| 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 |
| 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 |
📄 Provider scope reference: https://adonis.io/platform