Skip to content

MSAL Python 1.19.0

Compare
Choose a tag to compare
@rayluo rayluo released this 21 Sep 04:17
· 199 commits to main since this release
a0a59f1
  • New feature: A new ClientApplication(..., instance_discovery=False) parameter to turn off MSAL's Instance Discovery behavior. See more details in its full documentation. Also, ADFS authority will no longer trigger Instance Discovery. (#496)
  • Enhancement: Use provided authority port when building the tenant discovery endpoint (#484)
  • Bugfix: Fix a regression in regional endpoint which affects MSAL Python 1.14+ (#485)
  • Enhancement: Tolerate home_account_id to be None