Skip to content

MSAL Python 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 05 Mar 21:36
· 356 commits to master since this release
08b20d4

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 in this release which prevented the confidential client with certificate from working. It will be fixed in 0.3.1

  • Breaking Change: The internal cache serialization format has been adjusted since MSAL Python 0.1.0, so that it is possible to share same token cache with latest version of MSAL .Net. (#19)
  • Enhancement: Support 2 more SAML token types (#20)
  • Enhancement: Also support verify and proxies behaviors during Authority discovery. API surface remains unchanged. (#15, #17)
  • Bugfix: Now assertions would also work in Python 3 (#16)