Skip to content

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

Version 1.4.1

23 Apr 17:33
097a3f2
Compare
Choose a tag to compare
  • Hotfix release for Teams.
  • Fixes #1005
  • Fixes common #871
  • Limit silent thread pool to 5 threads.
  • Picks up common@2.0.2-hf1

Version 1.4.0

28 Feb 22:21
d5ca755
Compare
Choose a tag to compare
  • Fix for MSAL #920, #924, #935, #940
    • Crash due to error receiving CANCEL broadcast
  • (Preview) Support for AT PoP

Common Version: 2.0.2

Version 1.3.0

12 Feb 20:11
Compare
Choose a tag to compare
  • Fix for msal#915
    • Incorrect id_token returned for B2C app with multiple policies
  • Fix for msal#916
    • WebView calls loadUrl multiple times over lifecycle
  • Fix for msal#921
    • WebView displays error when connectivity lost
  • Fix for msal#904
    • AT caching logic change for scope intersection
  • Enhancement: WebView zoom controls are now configurable

Version 1.2.0-hf1

04 Feb 22:00
Compare
Choose a tag to compare

Version 1.2.0-hf1

  • Fixed issue #910
  • Adds spinner to WebView when loading interactive requests using WEBVIEW authorization_user_agent.

Version 1.2.0

16 Jan 19:55
f1efb2e
Compare
Choose a tag to compare
  • API change
    • Replaced the following PublicClientApplication#create methods.
      • create(context, clientId, listener)
      • create(context, clientId, authority, listener)
        with
      • create(context, clientId, authority, redirectUri, listener)
  • Fixed issue #850, #890.
  • Fixed issue #770 in common.
  • Return AndroidManifest config error in onError() instead of throwing a runtime exception.
  • Added Fragment support in WebView flow.

Version 1.1.0-hf1

07 Jan 18:11
d5ce860
Compare
Choose a tag to compare

Common 1.0.13-hf1

Version 1.1.0

18 Dec 00:40
c7daa6e
Compare
Choose a tag to compare
  • Expose id_token (raw) via IAccount/ITenantProfile from AuthenticationResult (#850)

Version 1.0.1

16 Dec 20:16
9e17b2c
Compare
Choose a tag to compare
  • Fix issue #785, #786, #805, #806, #807, #816, #828, #855, #859
  • Fixed multiple cloud support in MSAL with Broker.
  • Added support for client capabilities to config.
  • Added Server Side Telemetry to MSAL.
  • Added authority to account object.
  • Added support to silently acquire token for a another tenant for an already authorized user for different tenant.
  • Added Broker BrowserSupport for COBO.
  • Enabled MSAL-Broker communication via AccountManager.

Common 1.0.13

Version 1.0.0-hf1

03 Dec 18:47
10557b6
Compare
Choose a tag to compare
  • Hot fix release
  • Primarily Logging fixes.
  • Common version : 1.0.7-hf1

Version 1.0.0 (GA)

30 Sep 18:18
d550897
Compare
Choose a tag to compare
  • MSAL Android is now generally available with MSAL 1.0.0
  • Supported Authorities (Microsoft identity platform and Azure Active Directory B2C)
  • Microsoft authentication broker support
  • Supports enterprise scenarios including:
    • Device Registration
    • Device Management
    • Intune App Protection
    • Device Single Sign On
  • Introduction of Single and Multi Account Public Client Applications
  • IAccount and access to claims
  • Support for synchronous methods from worker threads
  • Improved configuration and control of your PublicClientApplication using configuration file
  • AndroidX Compatible
  • Common version: 1.0.7