-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki | ||
|
||
Version 1.3.0 | ||
------------ | ||
- Picks up fixes in [email protected] | ||
- 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 | ||
- MSAL Enhancement: WebView zoom controls are now configurable | ||
|
||
Version 1.2.0-hf1 | ||
------------ | ||
- Fixed issue #910 | ||
|