Releases: AzureAD/microsoft-authentication-library-for-android
Releases · AzureAD/microsoft-authentication-library-for-android
Version 1.3.0
- 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
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
- API change
- Replaced the following PublicClientApplication#create methods.
- create(context, clientId, listener)
- create(context, clientId, authority, listener)
with - create(context, clientId, authority, redirectUri, listener)
- Replaced the following PublicClientApplication#create methods.
- 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
- Fixed issue #882
Common 1.0.13-hf1
Version 1.1.0
- Expose id_token (raw) via IAccount/ITenantProfile from AuthenticationResult (#850)
Version 1.0.1
- 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
- Hot fix release
- Primarily Logging fixes.
- Common version : 1.0.7-hf1
Version 1.0.0 (GA)
- 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
MSAL Preview Release 0.3.1-alpha
- Picks up
[email protected]
- Adds additional validation to
PublicClientApplicationConfiguration
- Adds support for non-
tfp
B2C authority URIs when declared via configuration - Improved logging around network requests
getAccounts()
is now asynchronous- Improved tooltips via nullability annotations
- Introduced 10 minute request timeout to unlock threading resources if a user is inactive
- Improved caching of IdTokens
- Support for
ver: 1
IdTokens added, supports B2C & ADAL backwards compatibility
- Support for
- Improved argument validation
- Fixed an issue where a null callback could be provided to
acquireToken
, triggering an NPE
- Fixed an issue where a null callback could be provided to
- Caching improvements
- Guest-account migration support added
- Network I/O for performing cache migrations has been parallelized
- Adds support for setting cache encryption keys
Known issues:
- Property
authority
ofIAuthenticationResult
is alwaysnull
for AAD authorities
MSAL Preview Release 0.2.2
- Picks up [email protected]