Skip to content

4.68.0

Latest
Compare
Choose a tag to compare
@trwalke trwalke released this 07 Feb 22:25
· 15 commits to main since this release
235d32d

Features

  • Added WithFmiPath() api to support FMI scenarios in MSAL. See Issue #5110
  • MSAL will now pass Client sku and Version to MsalRuntime for MSAL Runtime's client telemetry. See Issue #5103

Bug Fixes

  • Reordered the condition for ManagedIdentitySource.MachineLearning to be checked after ManagedIdentitySource.AppService instead of before it. See Issue #5077
  • Improved Managed Identity Source Detection Logging for Debugging. See Issue #5097
  • When a 404 error occurs, MSAL will now include the endpoint and authority URLs in the exception message for better debugging. See Issue #4769
  • MSAL will now set UseShellExecute to false in OpenLinuxBrowser. See Issue #5075
  • Fixed a threading exception when using ExtraQueryParameters. See Issue #5108