Arundo Analytics · OAuth Scopes

Arundo Analytics OAuth Scopes

OAuth 2.0 probed

Arundo Analytics 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 Arundo Analytics API on a user’s behalf.

Tokens are issued from https://arundo.eu.auth0.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.

CompanyIndustrial AIIndustrial IoTAnalyticsMachine LearningTime SeriesAsset Performance ManagementAnomaly DetectionEnergyMaritimeOil and GasManufacturing
Scopes: 14 Flows: authorizationCode, clientCredentials, deviceCode Method: probed

OAuth endpoints

Authorization URL
https://arundo.eu.auth0.com/authorize
Token URL
https://arundo.eu.auth0.com/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCode

Scopes (14)

ScopeDescriptionFlows
openid Request an ID token (OpenID Connect Core).
profile Access the end user's default profile claims.
offline_access Issue a refresh token for long-lived access.
email Access the end user's email address.
email_verified Access whether the end user's email address has been verified.
name Access the end user's full name claim.
given_name Access the end user's given name claim.
family_name Access the end user's family name claim.
nickname Access the end user's nickname claim.
picture Access the end user's profile picture claim.
created_at Access the end user's account creation timestamp claim.
identities Access the end user's linked identity provider records.
phone Access the end user's phone number claim.
address Access the end user's address claim.

Source

OAuth Scopes

arundo-analytics-scopes.yml Raw ↑
generated: '2026-08-06'
method: probed
source: https://arundo.eu.auth0.com/.well-known/openid-configuration
docs: null
note: >-
  These are the scopes the Arundo Auth0 tenant advertises in its OIDC discovery
  document — the standard OpenID Connect identity scopes and claim-scopes. Arundo
  publishes NO API-resource scope vocabulary (no read:/write: style permissions),
  because the Foundation APIs have no public reference. Anything beyond this list
  would require an authenticated look at the tenant's API (audience) definitions.
schemes:
- name: OpenIDConnect
  source: well-known/arundo-analytics-openid-configuration.json
  issuer: https://arundo.eu.auth0.com/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://arundo.eu.auth0.com/authorize
    tokenUrl: https://arundo.eu.auth0.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://arundo.eu.auth0.com/oauth/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://arundo.eu.auth0.com/oauth/device/code
    tokenUrl: https://arundo.eu.auth0.com/oauth/token
scopes:
- scope: openid
  description: Request an ID token (OpenID Connect Core).
  kind: openid-connect
- scope: profile
  description: Access the end user's default profile claims.
  kind: openid-connect
- scope: offline_access
  description: Issue a refresh token for long-lived access.
  kind: openid-connect
- scope: email
  description: Access the end user's email address.
  kind: openid-connect
- scope: email_verified
  description: Access whether the end user's email address has been verified.
  kind: claim
- scope: name
  description: Access the end user's full name claim.
  kind: claim
- scope: given_name
  description: Access the end user's given name claim.
  kind: claim
- scope: family_name
  description: Access the end user's family name claim.
  kind: claim
- scope: nickname
  description: Access the end user's nickname claim.
  kind: claim
- scope: picture
  description: Access the end user's profile picture claim.
  kind: claim
- scope: created_at
  description: Access the end user's account creation timestamp claim.
  kind: claim
- scope: identities
  description: Access the end user's linked identity provider records.
  kind: claim
- scope: phone
  description: Access the end user's phone number claim.
  kind: claim
- scope: address
  description: Access the end user's address claim.
  kind: claim
coverage:
  identity_scopes: 14
  api_resource_scopes: 0
  api_resource_scopes_note: not published — the Foundation API audiences are not publicly documented
x-evidence:
  fetched: '2026-08-06'
  url: https://arundo.eu.auth0.com/.well-known/openid-configuration
  http_status: 200