This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 374fc553bc4 [v3-1-test] Add Keycloak token documentation to
Security/API (#61228) (#61248)
374fc553bc4 is described below
commit 374fc553bc46e23091034a245c0f6f321addfe38
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 30 12:18:15 2026 -0500
[v3-1-test] Add Keycloak token documentation to Security/API (#61228)
(#61248)
(cherry picked from commit bb04b5d69ab7fd1b410652d70b84c8607abc52f0)
Co-authored-by: Bugra Ozturk <[email protected]>
---
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
*******