Calyptia · OAuth Scopes

Calyptia OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://sso.calyptia.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.

CompanyInfrastructureObservabilityTelemetryLoggingFluent BitData PipelineKubernetesDevOps
Scopes: 6 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://sso.calyptia.com/authorize
Token URL
https://sso.calyptia.com/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (6)

ScopeDescriptionFlows
openid OIDC authentication (issue an ID token). authorizationCode
profile Basic profile claims (name, nickname, picture, etc.). authorizationCode
email Email address and email_verified claim. authorizationCode
offline_access Issue a refresh token for long-lived sessions. authorizationCode
address Postal address claim. authorizationCode
phone Phone number claim. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/calyptia-cloud-openapi-original.yml
docs: https://sso.calyptia.com/.well-known/openid-configuration
notes: >-
  The Calyptia Cloud OpenAPI declares the auth0 oauth2 scheme with EMPTY scope
  maps on both flows (clientCredentials + authorizationCode) β€” the API does not
  define resource scopes; authorization is coarse-grained via project tokens
  (X-Project-Token) and user bearer JWTs. The scopes below are the OIDC identity
  scopes advertised by the Auth0 tenant's published openid-configuration
  (scopes_supported), used for the authorizationCode / login flow only. They are
  identity/profile scopes, not API-resource permissions.
schemes:
  - name: auth0
    source: openapi/calyptia-cloud-openapi-original.yml
    flows:
      - flow: clientCredentials
        tokenUrl: https://sso.calyptia.com/oauth/token
        scopes: []
      - flow: authorizationCode
        authorizationUrl: https://sso.calyptia.com/authorize
        tokenUrl: https://sso.calyptia.com/oauth/token
scopes:
  - scope: openid
    description: OIDC authentication (issue an ID token).
    flows: [authorizationCode]
    source: sso openid-configuration scopes_supported
  - scope: profile
    description: Basic profile claims (name, nickname, picture, etc.).
    flows: [authorizationCode]
    source: sso openid-configuration scopes_supported
  - scope: email
    description: Email address and email_verified claim.
    flows: [authorizationCode]
    source: sso openid-configuration scopes_supported
  - scope: offline_access
    description: Issue a refresh token for long-lived sessions.
    flows: [authorizationCode]
    source: sso openid-configuration scopes_supported
  - scope: address
    description: Postal address claim.
    flows: [authorizationCode]
    source: sso openid-configuration scopes_supported
  - scope: phone
    description: Phone number claim.
    flows: [authorizationCode]
    source: sso openid-configuration scopes_supported