morelgeorge commented on PR #61199: URL: https://github.com/apache/airflow/pull/61199#issuecomment-3829519084
Hello @dabla, I am able to connect through msal proxy parameter. I had to add following extra parameter to the connection: > "authority": "login.microsoftonline.com" After that proxy authentication is working well even with the original code. However I would recommend to update a documentation when the client wants to use a proxy connectivity. It is a little bit confusing how the proxies are transformed and finally passed when connecting to a Microsoft services in my opinion. You have to go deep to the code to understand whole logic. -- 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]
