AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
756 stars 191 forks source link

app: Include trust_env as optional argument #579

Closed WesleyFransin closed 11 months ago

WesleyFransin commented 11 months ago

trust_env parameter was added to ClientApplication and wired up to requests.Session, allowing users to choose the behavior when dealing with proxies (use environment variables or manually set up). This can be useful when working behind company set proxies.