belegdol opened a new issue, #70822: URL: https://github.com/apache/airflow/issues/70822
### Under which category would you file this issue? Providers ### Apache Airflow version 3.2.2 ### What happened and how to reproduce it? Microsoft Graph Filesystem fails to initialise properly with `get_fs()` due to `scope` OAuth parameter being missing. The connection template defines a default `scopes` value, but no `scope`. ### What you think should happen instead? It should be possible to initialise the file system. Manually adding `scope` parameter with the same value as existing `scopes` one allows `get_fs()` function to work properly. ### Operating System Ubuntu 22.04 ### Deployment Virtualenv installation ### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers 14.0.0 ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? The issue was likely masked by https://github.com/apache/airflow/issues/69463, missing `token_endpoint` was being hit before missing `scope` was being reached. ### Are you willing to submit PR? - [ ] 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]
