belegdol opened a new issue, #69463: URL: https://github.com/apache/airflow/issues/69463
### Under which category would you file this issue? Providers ### Apache Airflow version 3.2.2 ### What happened and how to reproduce it? I tried to initialize ObjectStoragePath of sharepoint type: `sp = ObjectStoragePath (foo, protocol="sharepoint", conn_id="bar")` Connection has `client_id`, `client_secret`, `tenant_id` and `drive_id` set. According to analysis done by Claude, it fails because msgraph does not attempt to construct `token_endpoint` if `client_params` is not empty and airflow only passes it if it is an explicit connection extra. ### What you think should happen instead? ObjectStoragePath successfully initializes. ### Operating System Ubuntu 22.04 ### Deployment Virtualenv installation ### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers 13.5.0 ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### 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]
