suii2210 commented on PR #60756: URL: https://github.com/apache/airflow/pull/60756#issuecomment-3796549828
Hi @vincbeck @shahar1 @potiuk , I’ve now tested this end-to-end using a real Azure AD tenant. I configured an Azure app registration with OAuth enabled, set up the redirect URI, enabled role/group claims, and used the example webserver_config.py configuration (including a custom SecurityManager) as documented.The OAuth flow completed successfully, including Azure MFA approval, and Airflow authenticated the user and mapped Azure role/group claims to the expected Airflow RBAC role on first login. Testing was performed against `Apache Airflow 3.1.6`. The configuration shown in the docs lives in `$AIRFLOW_HOME/webserver_config.py (deployment-specific)` and is therefore intentionally not included in the repository. Please let me know if you’d like me to add any additional clarification or notes to the documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
