Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency microsoft.identity.client.extensions.m…
Browse files Browse the repository at this point in the history
…sal to v4 (#515)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[Microsoft.Identity.Client.Extensions.Msal](https://go.microsoft.com/fwlink/?linkid=844761)
([source](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet))
| nuget | major | `2.32.0` -> `4.56.0` |

---

### Release Notes

<details>
<summary>AzureAD/microsoft-authentication-library-for-dotnet
(Microsoft.Identity.Client.Extensions.Msal)</summary>

###
[`v4.56.0`](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/HEAD/CHANGELOG.md#4560)

\==========

##### New Features

- MSAL.NET cache extensions
([Microsoft.Identity.Client.Extensions.Msal](https://www.nuget.org/packages/Microsoft.Identity.Client.Extensions.Msal))
package has been moved to the main MSAL.NET repository (where any [new
issues](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues)
should be created). The package version has been increased to match the
main MSAL version. Along with this move, support for .NET 4.5 and .NET
Core 3.1 was removed and this package now only supports .NET Standard
2.0. Additionally,
[Microsoft.Identity.Client.Extensions.Adal](https://www.nuget.org/packages/Microsoft.Identity.Client.Extensions.Adal)
has been deprecated. See
[3152](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3152),
[4330](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4330).
- Added `AuthenticationResult.AuthenticationResultMetadata.Telemetry`
that currently contains telemetry from the [Windows broker
(WAM)](https://learn.microsoft.com/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam).
See
[4159](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4159).

##### Bug Fixes

- Added throttling logic for acquiring tokens for managed identity
(using `AcquireTokenForManagedIdentity` and `WithAppTokenProvider`) to
prevent the throttling exceptions thrown by the managed identity
endpoints. See
[4196](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4196).
- Enabled cache synchronization by default. This helps to keep the cache
consistent when a singleton confidential client application (CCA) is
used with enabled external token cache serialization. The cache
synchronization has a negligible performance effect when CCA is created
per request. See
[4268](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4268).
- Fixed an authority validation error in interactive flows when an
Active Directory Federation Services (ADFS) authority with a tenant ID
was used. See
[4272](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4272).
- Added clarity to the Windows broker logs. See
[4318](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4318).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent d8604be commit c60f4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-preview.7.23375.4"/>
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0-preview.7.23375.6"/>
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.0-preview.7.23375.6"/>
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.32.0" />
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.56.0" />
<PackageVersion Include="Microsoft.Identity.Web" Version="2.13.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
Expand Down

0 comments on commit c60f4ce

Please sign in to comment.