This is an automated email from the ASF dual-hosted git repository.

vincbeck 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 47ad38d4d74 Clarify note re: webserver_config.py deprecation (#59529)
47ad38d4d74 is described below

commit 47ad38d4d74fe667b74be2cb3f969b78775ba674
Author: Brian G. Shacklett <[email protected]>
AuthorDate: Mon Jan 5 11:26:18 2026 -0500

    Clarify note re: webserver_config.py deprecation (#59529)
    
    Co-authored-by: Brian Shacklett <[email protected]>
---
 providers/fab/docs/auth-manager/webserver-authentication.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/providers/fab/docs/auth-manager/webserver-authentication.rst 
b/providers/fab/docs/auth-manager/webserver-authentication.rst
index 3720d9f6056..1d7500fc9a2 100644
--- a/providers/fab/docs/auth-manager/webserver-authentication.rst
+++ b/providers/fab/docs/auth-manager/webserver-authentication.rst
@@ -23,7 +23,9 @@ FAB auth manager authentication
    While this documentation refers to authentication using the 
``apache-airflow-providers-fab`` package, please note:
 
    - The **FAB auth provider** is actively maintained and compatible with the 
latest versions of Airflow.
-   - The legacy ``webserver_config.py`` file referenced in older docs is **no 
longer used** in recent versions of Airflow. Instead, authentication is handled 
via the new ``auth_manager`` framework configured in ``airflow.cfg``.
+   - It is preferred to configure supported authentication options using the 
new ``auth_manager`` framework configured in ``airflow.cfg``.
+   - The ``webserver_config.py`` file is still used for more advanced options,
+     such as Single Sign-On with OAuth.
 
    For more, see the :doc:`token`.
 

Reply via email to