Skip to content

Commit 78b686c

Browse files
gladjohnrayluotrwalke
authored
Update CHANGELOG.md for MSAL 4.70.0 (#5196)
* Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Ray Luo <[email protected]> * Update CHANGELOG.md Co-authored-by: Travis Walker <[email protected]> --------- Co-authored-by: Ray Luo <[email protected]> Co-authored-by: Travis Walker <[email protected]>
1 parent 76844bd commit 78b686c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
4.70.0
2+
==========
3+
### Features
4+
- Added a .WithAccessTokenSha256ToRefresh() method to AcquireTokenForClientParameterBuilder for ConfidentialClientApplication, allowing finer control over token refresh scenarios. [Issue #5111](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5111), PR #5179
5+
- Added `TokenCacheNotificationArgs.NoDistributedCacheUseReason` in order to indicate that the configured serialized cache should not be a distributed cache to prevent issues when acquiring tokens. [Issue #5199](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5199)
6+
7+
### Bug Fixes
8+
- Removed invalid tenant checks (/organizations or /common) in MTLS flows for AAD/dSTS authorities. [Issue #5093](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5093)
9+
- Fixed an issue where specifying a null service config region in MTLS scenarios did not correctly throw an exception. [Issue #5181](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5181)
10+
111
4.69.1
212
==========
313
### Features

0 commit comments

Comments
 (0)