Skip to content

MSAL Python 1.29.0

Compare
Choose a tag to compare
@rayluo rayluo released this 22 Jun 02:11

What's Changed

  • New feature: Supports Managed Identity for Azure VM, App Service (including Azure Functions, Azure Automation), Service Fabric, Azure Machine Learning, Arc, etc.. Comes with a sample, its configuration via ENV VAR, and its API documentation. (#58, #480, #634, #674)
  • New feature: Support reading ConfidentialClientApplication's cert from a pfx file (#684, #699)
  • New feature: TokenCache class has a new search() method which will return a generator of tokens. The old find() method still exists and returns a list, but MSAL 1.27+ will not call find() anymore. (#693, #644)
  • Change: Re-enable the username password flow to go through broker, if available. (#712)

New Contributors

Full Changelog: 1.28.1...1.29.0