Releases: AzureAD/microsoft-authentication-library-for-android
Releases · AzureAD/microsoft-authentication-library-for-android
Version 2.0.8
- [MINOR] Changes to Broker Validation to allow setting whether to trust debug brokers (prod brokers are always trusted) (#1274)
Uses Common@3.1.2
Note
There is no release v2.0.7 since it was accidentally published before testing was done. Hence we had to release it as v2.0.8
Version 2.0.6
- Warn if SAPCA used with B2C. Throw Exception if Multiple Policies are Configured (#1270)
Uses common@3.0.9
Version 2.0.5
- Fix exception casting issue in CommandDispatcher (common #1121)
Uses common@3.0.8
Version 2.0.4
- Fix syntax error in proguard rules, add usage of proguard to test app #1224
- Uses
common@3.0.6
Version 2.0.3
Version 2.0.2
- Correct capitalization of client_capabilities claim 'xms_cc' (LLT) #1191
- Uses common@3.0.2
Version 2.0.1
- Added a check for UNSET OpenIdConnectPromptParameter value.
- Picks up common@3.0.2
Version 2.0.0
- Add Device Code Flow Support (#1112)
- Moved broker controller and strategy classes to common for MSALCPP brokered auth. (#1115)
- Allow Broker apps to obtain an RT associated to Broker's client ID (for WPJ). (#1126)
- (API Breaking Change) Removed 'defaultAuthority' param from TokenShareUtility; MSA RT ingestion always uses WW-/consumers. (#1147)
- Picks up common@3.0.1
Note: This release shipped a serialization bug affecting OpenIdConnectPromptParameter usage with broker. It has been fixed in
2.0.1
Version 1.6.0
- Introduces new AadAuthorityAudience enum to support new syntax for specifying cloud + audience
- Adds new property to IAuthenticationResult: correlation_id
- Fix for String encoding issue affecting devices with Turkish locale
- Fix for #1092: (Single Account Mode) getCurrentAccount() does not return MSA accounts if broker is installed
- Fix for #1096: (Single Account Mode) signOut() doesn't remove MSA accounts if broker is installed
- Picks up common@2.0.15
Version 1.5.5
- Hotfix release: catch
JsonSyntaxExceptionthat can be thrown when importing malformed ADAL cache data into MSAL - Picks up common@2.0.12-hf1