Skip to content

Releases: AzureAD/microsoft-authentication-library-for-dotnet

4.79.0

10 Nov 14:27
3e2555d

Choose a tag to compare

What's Changed

Full Changelog: 4.78.0...4.79.0

4.78.0

24 Oct 12:57
d6f9310

Choose a tag to compare

Changes

  • Update SDK version from 8.0.404 to 8.0.415. #5543
  • Hide / deprecate some obscure APIs. #5484

Bug Fixes

  • Support Android edge-to-edge. #5499
  • Android broker does not support ADFS authority. #5522

4.77.1

25 Sep 17:35
e118a9f

Choose a tag to compare

What's Changed

Full Changelog: 4.77.0...4.77.1

4.77.0

11 Sep 13:24
f3ddbdd

Choose a tag to compare

Features

  • Added WinUI 3 support for Desktop Broker flows. #5411
  • Introduced extensibility API to allow users to add custom HTTP headers to token acquisition requests (under extensibility). #5440

Changes

  • Remove passing x-client-os as a query parameter in the authorization URI. #5456
  • Bump Microsoft.IdentityModel.Abstractions to a supported version. #5452

Bug fixes

  • Remove confusing error text as it only applies to one of many possible causes. #5467

4.76.0

15 Aug 12:44
c21e39b

Choose a tag to compare

What's Changed

  • Removal of ExperimentalFeatures flag on WithMtlsProofOfPossession API: by @gladjohn in #5402
  • #5400 Fixing issue that leads to multiple active access tokens in the cache for non-tenanted oidc authority by @andkorsh in #5401
  • Add Service Fabric token revocation support by @gladjohn in #5421
  • Update NativeInterop package version to 0.19.4 by @ashok672 in #5434
  • Adding WithExtraBodyParameters api by @trwalke in #5389
  • Enable mTLS Proof‑of‑Possession for Client‑Assertion Delegates by @gladjohn in #5409

New Contributors

Full Changelog: 4.74.1...4.76.0

4.74.1

21 Jul 18:00
890cede

Choose a tag to compare

Bug fixes

  • When you configure MSAL with WithOidcAuthority(), the library now confirms that the issuer returned by the OIDC discovery endpoint matches the expected authority (including CIAM patterns) and throws an exception if it does not. #5358

  • Re-expose public AuthenticationResult constructor. A public, test-friendly constructor of AuthenticationResult was inadvertently hidden behind [Obsolete] and [EditorBrowsable(Never)]. The constructor is now publicly available again. #5392

4.74.0

14 Jul 19:32
5db383a

Choose a tag to compare

Features

  • Deprecate ROPC flow in Public Client Applications #5355.
  • AuthenticationResult exposes a new BindingCertificate property that returns the X.509 certificate bound to the access token in mTLS-PoP scenarios. #5370.

Bug fixes

  • MSAL now honors the DEFAULT_IDENTITY_CLIENT_ID environment variable when acquiring tokens from Azure Machine Learning managed-identity endpoint. #5350.

4.73.1

25 Jun 19:04
07f9c3b

Choose a tag to compare

What's Changed

  • Deprecate AcquireTokenByIntegratedWindowsAuth API by @ashok672 in #5345
  • Update native interop to 0.19.2 by @fengga in #5362
  • update the deprecated openURL(:) api to openURL(:options:completionHandler) by @DharshanBJ in #5354

Full Changelog: 4.73.0...4.73.1

4.73.0

17 Jun 22:26
1bfa527

Choose a tag to compare

What's Changed

Full Changelog: 4.72.1...4.73.0

4.72.1

20 May 23:11
428838e

Choose a tag to compare

4.72.1

Bug Fixes

  • Ensure instance of IMsalHttpClientFactory passed by the user is used for managed identity flows that do not require cert validation. See Issue #5286
  • Fix a URL typo in the API comments. See #5277

Full Changelog: 4.72.0...4.72.1