Skip to content

Commit a2c5491

Browse files
authored
initial commit for changelog2.6.1 (#726)
* initial commit for changelog2.6.1 * henrik's comment * JM's comments
1 parent 045b4ed commit a2c5491

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.6.1-preview
2+
=============
3+
- **Setting ForceRefresh = true in AcquireTokenSilent used to skip access token cache lookup** MSAL now handles ForceRefresh=true correctly and circumvents looking up an access token in the cache, instead using the refresh token to acquire a new access token. [MSAL issue #695](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/695)
4+
- **Ensured cache lookup filters on the specified tenantId, otherwise the cache lookup would always find the token for the home tenant** This enables MSAL to acquire tokens for resources outside the home tenant. [MSAL issues #694](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/694)
5+
16
2.6.0-preview
27
=============
38
- **For more info on the release, see https://aka.ms/msal-net-2-6 for details**

0 commit comments

Comments
 (0)