Dremio · Authentication Profile

Dremio Authentication

Authentication

Dremio secures its APIs with http, oauth2, and apiKey across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the tokenExchange flow(s).

CompanyData LakehouseAnalyticsSQL Query EngineApache IcebergApache ArrowData CatalogSemantic LayerAI AgentsMCP
Methods: http, oauth2, apiKey Schemes: 4 OAuth flows: tokenExchange API key in: header

Security Schemes

PersonalAccessToken apiKey
· in: header (Authorization)
OAuthAccessToken oauth2
ExternalJWT openIdConnect
SSO sso

Source

Authentication Profile

dremio-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.dremio.com/dremio-cloud/security/authentication/
docs: https://docs.dremio.com/dremio-cloud/security/authentication/
summary:
  types: [http, oauth2, apiKey]
  api_key_in: [header]
  oauth2_flows: [tokenExchange]
  transport: Authorization Bearer header on every REST request
schemes:
- name: PersonalAccessToken
  type: apiKey
  in: header
  parameter: Authorization
  format: "Bearer <PAT>"
  description: >-
    Personal Access Token minted per user or service user; sent as a bearer token.
    The primary credential for scripts, the CLI, and the MCP server.
- name: OAuthAccessToken
  type: oauth2
  flow: tokenExchange
  description: >-
    OAuth access token obtained by exchanging a PAT at login.dremio.cloud;
    Dremio recommends exchanging the PAT for an OAuth access token before
    production use.
- name: ExternalJWT
  type: openIdConnect
  description: >-
    External JWT exchange lets an external IdP-issued token be exchanged for a
    Dremio token for federated / SSO connection types.
- name: SSO
  type: sso
  description: >-
    Console/web sign-in via SSO or username/password; third-party identity
    providers (Google, GitHub, IdP) are supported for account login.
notes:
  - No OpenAPI is captured for this stub, so schemes are searched from the docs
    auth page rather than derived from securitySchemes.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/dremio-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.