You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
4.69.1
2
+
==========
3
+
### Features
4
+
- Enabled broker support on the Linux platform. See [Issue #5086](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5086)
5
+
- Added a `WithCertificate(..., bool associateTokensWithCertificateSerialNumber)` overload to enable the use of the certificate's serial number as part of the cache key for tokens. [Issue #5150](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5150)
6
+
7
+
### Bug Fixes
8
+
- MSAL will now stop replacing "%20" with "+" since it is obsolete. See [Issue #5061](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5061)
9
+
- Exposed client capabilities in AssertionRequestOptions for MSI FIC scenarios [Issue #4948](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4948)
10
+
- Added the missing claims in SignedAssertion when using the AssertionRequestOptions Delegate [Issue #5143](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5143)
0 commit comments