GitHub user aeroyorch added a comment to the discussion: Enable multiple Authentication method in Airflow 3
We also want to support both local users and Keycloak authentication in Airflow. From the FAB docs, it seems possible to integrate multiple auth mechanisms, but I haven’t found a concrete example of how to configure more than one at the same time. You mentioned this can be done with a custom AuthManager, but I couldn’t find an example in the documentation. Should we, for instance, enable ```AUTH_API_LOGIN_ALLOW_MULTIPLE_PROVIDERS``` to support both local and OAuth logins? Any minimal example or clarification on how to properly configure both methods would be greatly appreciated :). GitHub link: https://github.com/apache/airflow/discussions/56594#discussioncomment-14895387 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
