Skip to content

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

Version 1.0.8

22 Oct 00:17
3deb520

Choose a tag to compare

  • Command caching and Throttling requests related changes.
  • Client Capabilities support related changes.
  • Server side telemetry changes.
  • Lock the cache during read/writes.
  • Fix to remove defaulting BadError on the ClientException in AdalResultAdapter.
  • Add IOException translation to AdalBrokerResultAdapter.
  • Fixes Telemetry thread issues and NullPointerExceptions.
  • Fix WebView SDK28 issue.
  • Refactor code to support FLW command migration
  • Get Correlation id from Operation parameters if available.
  • Fixed minor bugs as needed.
  • Added more robolectric tests.
  • Artifact for Broker 3.1.4 release.

Version 1.0.7

27 Sep 18:41
fc12172

Choose a tag to compare

  • Fix Concurrent exception issue in Telemetry emit.
  • Artifact for MSAL GA.
  • AndroidX changes included.

Version 1.0.3

20 Sep 19:18
e83024d

Choose a tag to compare

  • Fix Null pointer on Authorixation Request builder.
  • Broker V2 support with MSAL
  • TenantProfile support
  • FLW support
  • Multiple Bug Fixes.
  • Initial release with MSAL GA support.

Version 0.0.20

04 Sep 01:13
a19c09a

Choose a tag to compare

  • Fix Ntlm challenge issue.

Version 0.0.18

28 Aug 23:16
14dfeb1

Choose a tag to compare

  • BugFix : Complete the auth request as cancel if the activity is destroyed

Version 0.0.17

22 Aug 00:31
5da39aa

Choose a tag to compare

  • BugFix : Fix for foci lookup issue relative to migration
  • Add clearBrokerSecretKeys() to AuthenticationSettings.

Version 0.0.15

08 Aug 18:54
0fda5ad

Choose a tag to compare

  • Bug Fix : Adding null safety check to avoid crash on EmbeddedWebViewStrategy
  • Bug fix : Read user id from the request bundle for broker silent request.
  • Add shouldResolveInterrupt field to parameters.

Version 0.0.12

01 Aug 19:33

Choose a tag to compare

  • Broker V2 protocol support changes for v1 parity with ADAL.
  • Introduced new bound service IMicrosoftAuthService for MSAL.
  • Key Transfer changes from inactive broker
  • Introduced various adapters to translate betwewn broker request and responses.
  • Multiple bug fixes.

Version 0.0.10

20 May 21:34
34b3593

Choose a tag to compare

  • Adds support HTTP response caching
  • Bugfixes:
    • Pass claims in non-joined acquireTokenSilentCall
    • Fixes the assertion check for IntuneAppProtectionPolicyRequiredException

Version 0.0.10-alpha

23 Apr 20:21

Choose a tag to compare

  • Adds support for declared non-tfp B2C authorities
  • Fix setting correct id token for B2C if v1 id token is returned
  • Fix incorrect parsing of not_before as Date
  • V2 Broker changes with MSAL (Alpha)