Skip to content

Commit 92adf73

Browse files
authored
initial changelog 4.6 commit (#1489)
* initial changelog 4.6 commit * add blog post link
1 parent dcca700 commit 92adf73

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
4.6.0
2+
============
3+
New Features:
4+
**MSAL .NET now stores the application token returned from the iOS broker (Authenticator)**. This may result in the user experiencing less prompts. [Issue](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1396)
5+
**New TokenCacheNotificationArgs.IsApplicationCache property simplifies the development of token cache serialization**. TokenCacheNotificationArgs now include a flag named `IsApplicationCache`, which disambiguates between the app token cache and the user token cache.
6+
7+
Bug Fixes:
8+
- **Device Code Flow would fail with a misleading error message if the app was misconfigured in the Azure Application Portal**. MSAL.NET now provides a better error message. - #1407
9+
- **Setting a non tenanted authority when calling AcquireTokenXX is now ignored**. #1456
10+
- **Setting an authority audience of `AzureADMyOrg` and a tenant ID would fail**. It's now possible to specify `.WithAuthority(audience)` and `.WithTenantId()` #1320
11+
12+
Fundamentals:
13+
- Added tests which check cache format interoperability between MSAL Java and MSAL .NET
14+
15+
See the [MSAL .NET 4.6.0 blog post](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/msal-net-4.6) for more details.
16+
117
4.5.1
218
=============
319
Bug Fix:

0 commit comments

Comments
 (0)