Skip to content

Releases: AzureAD/microsoft-authentication-library-common-for-android

Version 2.0.14

21 Jul 23:36
a8f376c

Choose a tag to compare

  • Functionally identical to 2.0.13 release
  • Updates Device.java PRODUCT_VERSION property for MSAL 1.5.5 release

Notice: MSAL 1.5.5 did not ship with this library version; see MSAL release notes.

Version 2.0.13

21 Jul 23:35
dc286b9

Choose a tag to compare

Limited audience release; artifact may not be available on Maven Central.

  • Create abstract b2c login component handler
  • Changes to add enrollment id to the token request in the interrupt flow
  • Catch JsonSyntaxException while performing ADAL -> MSAL migration
  • Close 959 - Adds authentication_scheme property to ApiEvent
  • Fix MSAL issue 1096 - Documentation updates

Version 2.0.12

01 Jul 19:29
c4a5777

Choose a tag to compare

  • Hotfix: NPE fix when sub_error is null (#946 #945)

Version 2.0.11

25 Jun 00:16
a552433

Choose a tag to compare

  • Changes to delete RT on bad_token suberror.

Version 2.0.10

12 Jun 22:53
e5bafd1

Choose a tag to compare

  • Broker Content Provider changes
  • Fix a null pointer for getFragmentManager.
  • FOCI support for local MSAL.
  • Proguard consumer rules addition.
  • Roboelectric version update.
  • HttpRequest changes for MSAL CPP.

Version 2.0.9

19 May 22:56
a7f6c03

Choose a tag to compare

  • Add constant for email scope (fix ad-accounts#1291)
  • Move canUseAccountManagerOperation() to common.
  • Support null 'm' & 'p' claims in SHRs (#899)
  • Resolves naming issue around power optimization flag (#907)
  • Changing log level of few logs to reduce noise in broker

Version 2.0.8

05 May 21:48
32ce57a

Choose a tag to compare

  • Fix to add the throwIfNetworkNotAvailable API back for ADAL back compat.

Version 2.0.7

27 Apr 21:01
2e3a068

Choose a tag to compare

  • This version is incompatible with ADAL due a breaking API change. It's is fixed in 2.0.8
  • Added throttling
  • Added Dual Client Stack support for FoCI apps
  • Added support to compress broker payload using GZIP
  • Added flag to enable/disable power optimization check
  • Removed check for usage stat manager to determine if network is disabled
  • Project wide internal code refactoring using Lombok

Version 2.0.5

08 Apr 17:56

Choose a tag to compare

  • Adds support for multiple IdToken lookups in a single call when dual stacking with FoCi (common#871)
  • Implements Client Clock Skew Mitigation for AT/PoP (common#864)
  • ESTS telemetry V2.
  • Fix for msal#963
    • onCancel callback not called when Browser is used.
  • Returns MDM_REQUIRED when the user clicks on an MDM link in the webview.
  • Adds dual screen support.

Version 2.0.3

19 Mar 00:17
88c92d7

Choose a tag to compare

  • Fix to use default scopes on request to determine foci app
  • Fix fragment state issue (#838), (#839)