Datasaur · Authentication Profile

Datasaur Authentication

Authentication

Datasaur secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

CompanyEnterprise SaasData LabelingArtificial IntelligenceMachine LearningLarge Language ModelsNLPData AnnotationGraphQL
Methods: oauth2 Schemes: 1 OAuth flows: clientCredentials API key in:

Security Schemes

OAuth2ClientCredentials oauth2

Source

Authentication Profile

datasaur-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.datasaur.ai/api/credentials
docs: https://docs.datasaur.ai/api/credentials
summary:
  types: [oauth2]
  oauth2_flows: [clientCredentials]
  platform_sso: [SAML, SCIM]
schemes:
  - name: OAuth2ClientCredentials
    type: oauth2
    flow: clientCredentials
    grant_type: client_credentials
    token_url: https://datasaur.ai/api/oauth/token
    rfc: RFC 6749 section 4.4 (Client Credentials Grant)
    credentials: [client_id, client_secret]
    token_type: bearer
    token_ttl_seconds: 3600
    request_header: 'Authorization: Bearer <access token>'
    scopes: []
    scopes_note: >-
      Datasaur's client-credentials flow does not document a scope parameter;
      access is governed by the credential's team/workspace membership and role,
      not OAuth scopes.
    sources: [https://docs.datasaur.ai/api/credentials]
platform_authentication:
  note: >-
    Workspace/console access (distinct from the API) supports enterprise SSO via
    SAML and user/group provisioning via SCIM.
  saml: https://docs.datasaur.ai/integrations/saml
  scim: https://docs.datasaur.ai/integrations/scim