Skip to content

MSAL Python 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhidnya13 abhidnya13 released this 02 Apr 22:00
7acfdc5

NEWS UPDATE at 2019-8-13: There was a bug affecting all previous MSAL Python versions until it is now fixed in MSAL Python 0.6.1. We recommend customer to upgrade to MSAL Python 0.6.1 or above.

NEWS UPDATE at 2019-4-11: There was a regression since 0.2.0 which prevented the confidential client with certificate from working. It will be fixed in 0.3.1

  • Bugfix: Fix cache.has_state_changed not being initiailized (#24)
  • Cache compatibility with MSAL .NET - The following two features are added to allow token sharing with MSAL .NET and be able to read tokens from .NET cache:
    • Added Family of Client Id (FoCI) support (#27)
    • Added support for reading token cache with authority aliases (#25)