Apache Airflow · OAuth Scopes
Apache Airflow OAuth Scopes
OAuth 2.0
derived
Apache Airflow uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.
Tokens are issued from /auth/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.
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering
Scopes: 0
Flows: password
Method: derived
OAuth endpoints
Token URL
/auth/token
/auth/token
Flows
password
password
Scopes (0)
Apache Airflow implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.
Apache Airflow does not publish OAuth scopes; the REST API authenticates with JWT tokens from POST /auth/token and authorization is handled by the configured auth manager's roles and permissions rather than OAuth scopes (see https://airflow.apache.org/docs/apache-airflow/stable/security/api.html).
Apache Airflow does not publish OAuth scopes; the REST API authenticates with JWT tokens from POST /auth/token and authorization is handled by the configured auth manager's roles and permissions rather than OAuth scopes (see https://airflow.apache.org/docs/apache-airflow/stable/security/api.html).
📄 Provider scope reference: https://airflow.apache.org/docs/apache-airflow/stable/security/api.html