Skip to content

4.69.1

Latest
Compare
Choose a tag to compare
@trwalke trwalke released this 04 Mar 05:23
· 3 commits to main since this release
25ff828

4.69.1

Features

  • Enabled broker support on the Linux platform. See Issue #5086
  • 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

Bug Fixes

  • MSAL will now stop replacing "%20" with "+" since it is obsolete. See Issue #5061
  • Exposed client capabilities in AssertionRequestOptions for MSI FIC scenarios Issue #4948
  • Added the missing claims in SignedAssertion when using the AssertionRequestOptions Delegate Issue #5143