bennage opened a new issue, #53181: URL: https://github.com/apache/airflow/issues/53181
### Description Our instance of Airflow uses Microsoft Entra of authentication. Our dev team has been testing locally using `airflow standalone`. We are no longer able to do this because it forces the simple auth manager: https://github.com/apache/airflow/blob/8bee736db80eebc9d66cd31af1b1019ea8acbd22/airflow-core/src/airflow/cli/commands/standalone_command.py#L182-L185 We would like a way to have `standalone` honor the provided config and not force assumed preferences. ### Use case/motivation We have custom extensions to Airflow that depend on integration with Microsoft Entra. Our dev team often needs to test locally functionality related to this integration. Using `airflow standalone` has been a convenient method, but it is no longer useful if we can't control the configuration. ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
