Skip to content

MSAL 1.11.0

Compare
Choose a tag to compare
@rayluo rayluo released this 09 Apr 15:01
· 425 commits to main since this release
928d4ea
  • Enhancement: ConfidentialClientApplication also supports acquire_token_by_username_password() now. (#294, #344)
  • Enhancement: PublicClientApplication's acquire_token_interactive() also supports WSL Ubuntu 18.04 (#332, #333)
  • Enhancement: Enable a retry once behavior on connection error. (But this is only available from the default http client. If your app supplies your customized http_client via MSAL constructors, it is your http_client's job to decide whether retry.) (#326)
  • Enhancement: MSAL improves the internal telemetry mechanism. (#137, #175, #329, #345)
  • Bugfix: Better compatibility on handling SAML token when using acquire_token_by_username_password() with ADFS. (#336)