This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new bb04b5d69ab Add Keycloak token documentation to Security/API (#61228)
bb04b5d69ab is described below
commit bb04b5d69ab7fd1b410652d70b84c8607abc52f0
Author: Bugra Ozturk <[email protected]>
AuthorDate: Fri Jan 30 10:29:38 2026 +0100
Add Keycloak token documentation to Security/API (#61228)
---
airflow-core/docs/security/api.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/airflow-core/docs/security/api.rst
b/airflow-core/docs/security/api.rst
index 65469c880f9..811e51084d6 100644
--- a/airflow-core/docs/security/api.rst
+++ b/airflow-core/docs/security/api.rst
@@ -33,8 +33,7 @@ The token can be generated by making a ``POST`` request to
the ``/auth/token`` e
credentials (e.g., username and password). The ``/auth/token`` endpoint is
provided by the auth manager, therefore,
please read the documentation of the auth manager configured in your
environment for more details.
-* :doc:`/core-concepts/auth-manager/simple/token`
-* :doc:`apache-airflow-providers-fab:auth-manager/token`
+The list of supported auth managers is available in
:doc:`apache-airflow-providers:core-extensions/auth-managers` list.
Example
*******