Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Identity.Web from 2.16.0 to 2.17.0 in /webapi #795

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps Microsoft.Identity.Web from 2.16.0 to 2.17.0.

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #2645](AzureAD/microsoft-identity-web#2645)
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence

2.16.1

  • Update Microsoft.Identity.Abstractions 5.1.0 and Microsoft.IdentityModel.* 7.1.2

Bug Fixes

  • In OWIN, Id Web now respects the passed in user argument. See issue #2585 for details.
Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #2645](AzureAD/microsoft-identity-web#2645)
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence

2.16.1

  • Update Microsoft.Identity.Abstractions 5.1.0 and Microsoft.IdentityModel.* 7.1.2

Bug Fixes

  • In OWIN, Id Web now respects the passed in user argument. See issue #2585 for details.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.16.0...2.17.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 12, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Feb 12, 2024
@glahaye glahaye added this pull request to the merge queue Feb 12, 2024
Merged via the queue into main with commit 1299119 Feb 12, 2024
7 checks passed
@glahaye glahaye deleted the dependabot/nuget/webapi/Microsoft.Identity.Web-2.17.0 branch February 12, 2024 18:16
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…ft#795)

Bumps
[Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)
from 2.16.0 to 2.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-identity-web/releases">Microsoft.Identity.Web's
releases</a>.</em></p>
<blockquote>
<h1>2.17.0</h1>
<ul>
<li>Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0</li>
</ul>
<h3>New features</h3>
<ul>
<li>Added support for Microsoft.NET.Sdk.Worker. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/worker%E2%80%90app%E2%80%90calling%E2%80%90downstream%E2%80%90apis">Worker
calling APIs</a></li>
<li>Added support for Managed identity when calling a downstream API on
behalf of the app. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/calling-apis-with-managed-identity">Calling
APIs with Managed Identity</a> and <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2650">PR
2650</a>. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>In OWIN applications, GetTokenForUserAsync now respects the
ClaimsPrincipal. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2629">#2629</a>
for details.</li>
<li>After setting <code>AddTokenAcquisition(useSingleton:true)</code> to
use token acquisition as a singleton, if you use
<code>.AddMicrosoftGraph</code> and/or <code>.AddDownstreamApi</code>
after this call,
the GraphServiceClient and IDownstreamApis are now registered as a
singleton service. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
<li>Added check Against Injection Attacks. For details see <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2619">PR
2619</a></li>
</ul>
<h3>Engineering excellence</h3>
<ul>
<li>Added a benchmark running on PR merges, available from <a
href="https://azuread.github.io/microsoft-identity-web/benchmarks">https://azuread.github.io/microsoft-identity-web/benchmarks</a>
on GitHub pages</li>
</ul>
<h1>2.16.1</h1>
<ul>
<li>Update Microsoft.Identity.Abstractions 5.1.0 and
Microsoft.IdentityModel.* 7.1.2</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>In OWIN, Id Web now respects the passed in user argument. See issue
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2585">#2585</a>
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md">Microsoft.Identity.Web's
changelog</a>.</em></p>
<blockquote>
<h1>2.17.0</h1>
<ul>
<li>Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0</li>
</ul>
<h3>New features</h3>
<ul>
<li>Added support for Microsoft.NET.Sdk.Worker. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/worker%E2%80%90app%E2%80%90calling%E2%80%90downstream%E2%80%90apis">Worker
calling APIs</a></li>
<li>Added support for Managed identity when calling a downstream API on
behalf of the app. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/calling-apis-with-managed-identity">Calling
APIs with Managed Identity</a> and <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2650">PR
2650</a>. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>In OWIN applications, GetTokenForUserAsync now respects the
ClaimsPrincipal. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2629">#2629</a>
for details.</li>
<li>After setting <code>AddTokenAcquisition(useSingleton:true)</code> to
use token acquisition as a singleton, if you use
<code>.AddMicrosoftGraph</code> and/or <code>.AddDownstreamApi</code>
after this call,
the GraphServiceClient and IDownstreamApis are now registered as a
singleton service. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
<li>Added check Against Injection Attacks. For details see <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2619">PR
2619</a></li>
</ul>
<h3>Engineering excellence</h3>
<ul>
<li>Added a benchmark running on PR merges, available from <a
href="https://azuread.github.io/microsoft-identity-web/benchmarks">https://azuread.github.io/microsoft-identity-web/benchmarks</a>
on GitHub pages</li>
</ul>
<h1>2.16.1</h1>
<ul>
<li>Update Microsoft.Identity.Abstractions 5.1.0 and
Microsoft.IdentityModel.* 7.1.2</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>In OWIN, Id Web now respects the passed in user argument. See issue
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2585">#2585</a>
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/c2ee714587885b2a6a349eca00c8d4e2659e540d"><code>c2ee714</code></a>
update id web to 7.3.1 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2665">#2665</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/fc6320dbbf90dfb7c8838019af7965b61cedd2cc"><code>fc6320d</code></a>
update IdentityModel 7.3.0 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2662">#2662</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/0bf282509331eae265548748a418a2111513a93d"><code>0bf2825</code></a>
trying evergreen dependabot updates (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2661">#2661</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/4270180cfae1c43151b59d3381672f43f327204e"><code>4270180</code></a>
remove commented code in benchmark (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2659">#2659</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/edf100eb0f8a7f7fe3acba14093f458c055e6579"><code>edf100e</code></a>
update env variables for benchmark (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2658">#2658</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/1fc8ea62fd028c4d31ab278bf8a098114408a618"><code>1fc8ea6</code></a>
update benchmark (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2657">#2657</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/2bc88b69bd8f188f6a672f06e7e0b8dec4659f95"><code>2bc88b6</code></a>
updates to benchmarks (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2656">#2656</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/8dc0effe2a1962b9c6382553d58a9d5ee58306e5"><code>8dc0eff</code></a>
fix benchmark file path (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2655">#2655</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/6b9e29804822a1a2be6d756858552a923d0330db"><code>6b9e298</code></a>
add basic perf regression coverage (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2654">#2654</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/8909553b3bb70715b4a8e4d4dd10e059dd0ab467"><code>8909553</code></a>
Lozensky/enable managed identity (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2650">#2650</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-identity-web/compare/2.16.0...2.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Identity.Web&package-manager=nuget&previous-version=2.16.0&new-version=2.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
…ft#795)

Bumps
[Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)
from 2.16.0 to 2.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-identity-web/releases">Microsoft.Identity.Web's
releases</a>.</em></p>
<blockquote>
<h1>2.17.0</h1>
<ul>
<li>Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0</li>
</ul>
<h3>New features</h3>
<ul>
<li>Added support for Microsoft.NET.Sdk.Worker. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/worker%E2%80%90app%E2%80%90calling%E2%80%90downstream%E2%80%90apis">Worker
calling APIs</a></li>
<li>Added support for Managed identity when calling a downstream API on
behalf of the app. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/calling-apis-with-managed-identity">Calling
APIs with Managed Identity</a> and <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2650">PR
2650</a>. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>In OWIN applications, GetTokenForUserAsync now respects the
ClaimsPrincipal. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2629">#2629</a>
for details.</li>
<li>After setting <code>AddTokenAcquisition(useSingleton:true)</code> to
use token acquisition as a singleton, if you use
<code>.AddMicrosoftGraph</code> and/or <code>.AddDownstreamApi</code>
after this call,
the GraphServiceClient and IDownstreamApis are now registered as a
singleton service. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
<li>Added check Against Injection Attacks. For details see <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2619">PR
2619</a></li>
</ul>
<h3>Engineering excellence</h3>
<ul>
<li>Added a benchmark running on PR merges, available from <a
href="https://azuread.github.io/microsoft-identity-web/benchmarks">https://azuread.github.io/microsoft-identity-web/benchmarks</a>
on GitHub pages</li>
</ul>
<h1>2.16.1</h1>
<ul>
<li>Update Microsoft.Identity.Abstractions 5.1.0 and
Microsoft.IdentityModel.* 7.1.2</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>In OWIN, Id Web now respects the passed in user argument. See issue
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2585">#2585</a>
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md">Microsoft.Identity.Web's
changelog</a>.</em></p>
<blockquote>
<h1>2.17.0</h1>
<ul>
<li>Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0</li>
</ul>
<h3>New features</h3>
<ul>
<li>Added support for Microsoft.NET.Sdk.Worker. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/worker%E2%80%90app%E2%80%90calling%E2%80%90downstream%E2%80%90apis">Worker
calling APIs</a></li>
<li>Added support for Managed identity when calling a downstream API on
behalf of the app. See <a
href="https://github.com/AzureAD/microsoft-identity-web/wiki/calling-apis-with-managed-identity">Calling
APIs with Managed Identity</a> and <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2650">PR
2650</a>. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>In OWIN applications, GetTokenForUserAsync now respects the
ClaimsPrincipal. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2629">#2629</a>
for details.</li>
<li>After setting <code>AddTokenAcquisition(useSingleton:true)</code> to
use token acquisition as a singleton, if you use
<code>.AddMicrosoftGraph</code> and/or <code>.AddDownstreamApi</code>
after this call,
the GraphServiceClient and IDownstreamApis are now registered as a
singleton service. For details see [PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">#2645</a>](<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2645">AzureAD/microsoft-identity-web#2645</a>)</li>
<li>Added check Against Injection Attacks. For details see <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2619">PR
2619</a></li>
</ul>
<h3>Engineering excellence</h3>
<ul>
<li>Added a benchmark running on PR merges, available from <a
href="https://azuread.github.io/microsoft-identity-web/benchmarks">https://azuread.github.io/microsoft-identity-web/benchmarks</a>
on GitHub pages</li>
</ul>
<h1>2.16.1</h1>
<ul>
<li>Update Microsoft.Identity.Abstractions 5.1.0 and
Microsoft.IdentityModel.* 7.1.2</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>In OWIN, Id Web now respects the passed in user argument. See issue
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2585">#2585</a>
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/c2ee714587885b2a6a349eca00c8d4e2659e540d"><code>c2ee714</code></a>
update id web to 7.3.1 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2665">#2665</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/fc6320dbbf90dfb7c8838019af7965b61cedd2cc"><code>fc6320d</code></a>
update IdentityModel 7.3.0 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2662">#2662</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/0bf282509331eae265548748a418a2111513a93d"><code>0bf2825</code></a>
trying evergreen dependabot updates (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2661">#2661</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/4270180cfae1c43151b59d3381672f43f327204e"><code>4270180</code></a>
remove commented code in benchmark (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2659">#2659</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/edf100eb0f8a7f7fe3acba14093f458c055e6579"><code>edf100e</code></a>
update env variables for benchmark (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2658">#2658</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/1fc8ea62fd028c4d31ab278bf8a098114408a618"><code>1fc8ea6</code></a>
update benchmark (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2657">#2657</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/2bc88b69bd8f188f6a672f06e7e0b8dec4659f95"><code>2bc88b6</code></a>
updates to benchmarks (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2656">#2656</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/8dc0effe2a1962b9c6382553d58a9d5ee58306e5"><code>8dc0eff</code></a>
fix benchmark file path (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2655">#2655</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/6b9e29804822a1a2be6d756858552a923d0330db"><code>6b9e298</code></a>
add basic perf regression coverage (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2654">#2654</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/8909553b3bb70715b4a8e4d4dd10e059dd0ab467"><code>8909553</code></a>
Lozensky/enable managed identity (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2650">#2650</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-identity-web/compare/2.16.0...2.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Identity.Web&package-manager=nuget&previous-version=2.16.0&new-version=2.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant