- Enhancement:
ConfidentialClientApplication
also supportsacquire_token_by_username_password()
now. (#294, #344) - Enhancement:
PublicClientApplication
'sacquire_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 yourhttp_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)