rakam · Authentication Profile

Rakam Authentication

Authentication

rakam secures its APIs with saml, oauth2, and apiKey across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyAnalyticsProduct AnalyticsData WarehouseBusiness IntelligenceEvent TrackingdbtEmbedded AnalyticsSemantic LayerOpen Source
Methods: saml, oauth2, apiKey Schemes: 3 OAuth flows: authorizationCode API key in:

Security Schemes

SAML SSO saml
Google Workspace OAuth2 oauth2
API key (event collection) apiKey

Source

Authentication Profile

rakam-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.rakam.io/docs/saml-authentication, https://docs.rakam.io/docs/google-oauth2-authentication
note: >-
  No committed OpenAPI/Swagger spec exists to derive securitySchemes from (the
  open-source rakam-api Java server generated Swagger at runtime; api.rakam.io is
  defunct). This profile is searched from the Rakam Data Platform docs.
summary:
  types: [saml, oauth2, apiKey]
  oauth2_flows: [authorizationCode]
  sso: true
schemes:
  - name: SAML SSO
    type: saml
    description: SAML 2.0 single sign-on for platform access (Enterprise plan).
    docs: https://docs.rakam.io/docs/saml-authentication
  - name: Google Workspace OAuth2
    type: oauth2
    flow: authorizationCode
    description: GSuite / Google Workspace OAuth2 authentication for platform login.
    docs: https://docs.rakam.io/docs/google-oauth2-authentication
  - name: API key (event collection)
    type: apiKey
    description: >-
      The open-source rakam-api event-collection server authenticates ingest with
      project write/master API keys sent by the client SDKs.
    source: https://github.com/rakam-io/rakam-api