Apache Airflow · Authentication Profile

Apache Airflow Authentication

Authentication

Apache Airflow secures its APIs with http and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow
Methods: http, openIdConnect Schemes: 3 OAuth flows: API key in:

Security Schemes

Basic http
scheme: basic
GoogleOpenId openIdConnect
Kerberos http
scheme: negotiate

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/apache-airflow-openapi.yaml
summary:
  types:
  - http
  - openIdConnect
schemes:
- name: Basic
  type: http
  scheme: basic
  sources:
  - openapi/apache-airflow-openapi.yaml
- name: GoogleOpenId
  type: openIdConnect
  openIdConnectUrl: https://accounts.google.com/.well-known/openid-configuration
  sources:
  - openapi/apache-airflow-openapi.yaml
- name: Kerberos
  type: http
  scheme: negotiate
  sources:
  - openapi/apache-airflow-openapi.yaml