Arist · OAuth Scopes

Arist OAuth Scopes

OAuth 2.0 searched

Arist publishes 14 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Arist API on a user’s behalf.

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

CompanyLearningTrainingEnablementMicrolearningHuman ResourcesMessagingArtificial IntelligenceEmployee CommunicationsSaaS
Scopes: 14 Flows: authorizationCode, clientCredentials, deviceCode Method: searched

OAuth endpoints

Authorization URL
https://auth.arist.app/authorize
Token URL
https://auth.arist.app/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCode

Scopes (14)

ScopeDescriptionFlows
openid Request an ID token — the base OpenID Connect scope. authorizationCode, deviceCode
profile Release the standard profile claims for the authenticated user. authorizationCode, deviceCode
offline_access Issue a refresh token so the client can renew access without user presence. authorizationCode, deviceCode
name Release the user's full name claim. authorizationCode
given_name Release the user's given name claim. authorizationCode
family_name Release the user's family name claim. authorizationCode
nickname Release the user's nickname claim. authorizationCode
email Release the user's email address claim. authorizationCode
email_verified Release whether the user's email address has been verified. authorizationCode
picture Release the user's profile picture URL. authorizationCode
created_at Release the timestamp the user record was created. authorizationCode
identities Release the linked identity-provider identities for the user. authorizationCode
phone Release the user's phone number claims. authorizationCode
address Release the user's address claim. authorizationCode

Source

OAuth Scopes

arist-scopes.yml Raw ↑
generated: '2026-08-02'
method: searched
source: https://auth.arist.app/.well-known/openid-configuration
note: |
  Arist publishes no OpenAPI and no product-level permission/scope reference, so these are
  the scopes advertised by its own OIDC authorization server (an Auth0 tenant on the
  auth.arist.app hostname). They are the standard OIDC / Auth0 claim-release scope set —
  identity scopes, not Arist product scopes. No documented scope governs access to the
  gated platform API at api.arist.app.
schemes:
- name: AristOIDC
  issuer: https://auth.arist.app/
  source: well-known/arist-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.arist.app/authorize
    tokenUrl: https://auth.arist.app/oauth/token
  - flow: clientCredentials
    tokenUrl: https://auth.arist.app/oauth/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://auth.arist.app/oauth/device/code
    tokenUrl: https://auth.arist.app/oauth/token
scopes:
- scope: openid
  description: Request an ID token — the base OpenID Connect scope.
  flows: [authorizationCode, deviceCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: profile
  description: Release the standard profile claims for the authenticated user.
  flows: [authorizationCode, deviceCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token so the client can renew access without user presence.
  flows: [authorizationCode, deviceCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: name
  description: Release the user's full name claim.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: given_name
  description: Release the user's given name claim.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: family_name
  description: Release the user's family name claim.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: nickname
  description: Release the user's nickname claim.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: email
  description: Release the user's email address claim.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: email_verified
  description: Release whether the user's email address has been verified.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: picture
  description: Release the user's profile picture URL.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: created_at
  description: Release the timestamp the user record was created.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: identities
  description: Release the linked identity-provider identities for the user.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: phone
  description: Release the user's phone number claims.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
- scope: address
  description: Release the user's address claim.
  flows: [authorizationCode]
  sources: [well-known/arist-openid-configuration.json]
x-evidence:
  fetched: '2026-08-02'
  url: https://auth.arist.app/.well-known/openid-configuration
  http_status: 200
  scope_count: 14