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
This commit was created on github.com and signed with GitHub’s verified signature.
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