Introduction
When you want to control who can access your Airflow web interface, you use authentication backends. LDAP and OAuth let you connect Airflow to existing login systems so users can sign in with their usual credentials.
When your company uses LDAP for employee login and you want Airflow to use the same login system.
When you want users to log in to Airflow using their Google or GitHub accounts via OAuth.
When you want to avoid managing separate usernames and passwords for Airflow.
When you want to improve security by using centralized authentication.
When you want to allow single sign-on (SSO) for Airflow users.