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 0a2aefa0709 Docs: fix removed webserver command in FAB SSO guide for 
Airflow 3 (#68166)
0a2aefa0709 is described below

commit 0a2aefa0709d2e12d6c70aa019bcda2f73f9a862
Author: Dushyant Acharya <[email protected]>
AuthorDate: Mon Jun 8 19:53:09 2026 +0530

    Docs: fix removed webserver command in FAB SSO guide for Airflow 3 (#68166)
    
    Replace outdated `airflow webserver --reload` (Airflow 2) with the
    correct `airflow api-server` command for Airflow 3. Also update the
    step heading from 'Restart Airflow Webserver' to 'Restart Airflow API
    Server' to match current Airflow 3 terminology.
---
 providers/fab/docs/auth-manager/sso.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/fab/docs/auth-manager/sso.rst 
b/providers/fab/docs/auth-manager/sso.rst
index 925f27927f7..837ffd1fd78 100644
--- a/providers/fab/docs/auth-manager/sso.rst
+++ b/providers/fab/docs/auth-manager/sso.rst
@@ -145,11 +145,11 @@ Configuration Steps
 
    Adjust these values according to your provider's documentation.
 
-5. **Restart Airflow Webserver**
+5. **Restart Airflow API Server**
 
    .. code-block:: bash
 
-      airflow webserver --reload
+      airflow api-server
 
 6. **Test SSO Login**
 

Reply via email to