github AzureAD/microsoft-authentication-library-for-python 1.32.0
MSAL Python 1.32.0

one day ago

Noticeable Changes

  • New feature: Supports dSTS by ClientApplication(..., authority="https://...example.com/dstsv2/...") (#767, #772)
  • New feature: Start to support POD Identity, configured by env var AZURE_POD_IDENTITY_AUTHORITY_HOST=http://ip:port (#794, #795)
  • Bugfix: Support resource with the format of "GUID/.default" when running inside Cloud Shell. (#784, #785)

More details

  • Refactor to allow adding new field into cache key and/or content by @rayluo in #751
  • Warning when obsolete msal-extensions is detected by @rayluo in #752
  • Add msal_cache.bin to .gitignore by @DharshanBJ in #753
  • MSAL will use env var MSAL_FORCE_REGION by default by @rayluo in #756
  • allow MI endpoint changing through environment variable by @jimdigriz in #754
  • Revert "allow MI endpoint changing through environment variable" by @rayluo in #769
  • Fix document for using SystemAssigned managed identity by @jiasli in #764
  • Suppress a false positive CodeQL alarm by @rayluo in #783
  • Pass Sku and Ver to MsalRuntime by @Ugonnaak1 in #786
  • Try to suppress another verify=False by @rayluo in #788
  • Supports dSTS by ClientApplication(..., authority="https://...example.com/dstsv2/...") by @rayluo in #772
  • Add test case to show that OBO supports SP by @rayluo in #481
  • Enable Issue-Sentinel to scan for similar issues by @DharshanBJ in #790
  • Support pod identity by @rayluo in #795
  • Scope to resource by @rayluo in #785

New Contributors

Full Changelog: 1.31.1...1.32.0

Don't miss a new microsoft-authentication-library-for-python release

NewReleases is sending notifications on new releases.