Auditoria.AI · OAuth Scopes

Auditoria.AI OAuth Scopes

OAuth 2.0 probed

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

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

CompanyArtificial IntelligenceFinanceAccountingAccounts PayableAccounts ReceivableAutomationERPAgentsSaaSInvoicingProcurement
Scopes: 14 Flows: authorizationCode, clientCredentials, deviceCode, implicit, refreshToken Method: probed

OAuth endpoints

Authorization URL
https://auth.auditoria.ai/authorize
Token URL
https://auth.auditoria.ai/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCodeimplicitrefreshToken

Scopes (14)

ScopeDescriptionFlows
openid Request an OpenID Connect ID token
profile Basic profile claims
offline_access Issue a refresh token
name Full name claim
given_name Given name claim
family_name Family name claim
nickname Nickname claim
email Email address claim
email_verified Email verification status claim
picture Profile picture claim
created_at Account creation timestamp claim
identities Linked identity-provider identities claim
phone Phone number claim
address Address claim

Source

OAuth Scopes

auditoria-scopes.yml Raw ↑
generated: '2026-08-06'
method: probed
source: https://auth.auditoria.ai/.well-known/openid-configuration
scope_note: >-
  These are the scopes the Auditoria Auth0 tenant advertises for signing in to the customer
  application. They are the standard OpenID Connect identity/claim scopes - Auditoria
  publishes no public API and therefore no resource-permission scope surface. There is no
  scopes reference page in the documentation; nothing here was authored by API Evangelist.
schemes:
  - name: Auth0OIDC
    source: well-known/auditoria-openid-configuration.json
    issuer: https://auth.auditoria.ai/
    flows:
      - flow: authorizationCode
        authorizationUrl: https://auth.auditoria.ai/authorize
        tokenUrl: https://auth.auditoria.ai/oauth/token
      - flow: clientCredentials
        tokenUrl: https://auth.auditoria.ai/oauth/token
      - flow: deviceCode
        deviceAuthorizationUrl: https://auth.auditoria.ai/oauth/device/code
        tokenUrl: https://auth.auditoria.ai/oauth/token
      - flow: implicit
        authorizationUrl: https://auth.auditoria.ai/authorize
      - flow: refreshToken
        tokenUrl: https://auth.auditoria.ai/oauth/token
scopes:
  - {scope: openid, description: 'Request an OpenID Connect ID token', kind: oidc-standard}
  - {scope: profile, description: 'Basic profile claims', kind: oidc-standard}
  - {scope: offline_access, description: 'Issue a refresh token', kind: oidc-standard}
  - {scope: name, description: 'Full name claim', kind: oidc-claim}
  - {scope: given_name, description: 'Given name claim', kind: oidc-claim}
  - {scope: family_name, description: 'Family name claim', kind: oidc-claim}
  - {scope: nickname, description: 'Nickname claim', kind: oidc-claim}
  - {scope: email, description: 'Email address claim', kind: oidc-claim}
  - {scope: email_verified, description: 'Email verification status claim', kind: oidc-claim}
  - {scope: picture, description: 'Profile picture claim', kind: oidc-claim}
  - {scope: created_at, description: 'Account creation timestamp claim', kind: oidc-claim}
  - {scope: identities, description: 'Linked identity-provider identities claim', kind: auth0-extension}
  - {scope: phone, description: 'Phone number claim', kind: oidc-standard}
  - {scope: address, description: 'Address claim', kind: oidc-standard}
resource_scopes: []
x-evidence:
  fetched: '2026-08-06'
  url: https://auth.auditoria.ai/.well-known/openid-configuration
  http_status: 200