Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Microsoft.Identity.Web from 2.17.4 to 2.18.1 in /webapi (#954)
Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 2.17.4 to 2.18.1. <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.18.1</h1> <ul> <li>Updated to Microsoft.IdentityModel.* 7.5.1</li> </ul> <h3>Bug fix</h3> <ul> <li>Fix for FIC due to appending <code>./default</code>, see issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2796">#2796</a> for details.</li> </ul> <h1>2.18.0</h1> <ul> <li>Update to Microsoft.Identity.Abstractions 5.3.0</li> <li>Update Azure.Security libraries to 4.6.0</li> </ul> <h3>New features</h3> <ul> <li>Added support for Managed Identity Federated Identity Credential. See issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2749">#2749</a> for details.</li> <li>Added support to read a section to register multiple downstream APIs. See issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2255">#2255</a> for details.</li> </ul> <h3>Bug fix</h3> <ul> <li>TokenAcquirer factory is now thread safe and can handle multiple azure regions. See issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2765">#2765</a> for details.</li> </ul> <h1>2.17.5</h1> <ul> <li>Updated to MSAL 4.59.1.</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.18.1</h1> <ul> <li>Updated to Microsoft.IdentityModel.* 7.5.1</li> </ul> <h3>Bug fix</h3> <ul> <li>Fix for FIC due to appending <code>./default</code>, see issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2796">#2796</a> for details.</li> </ul> <h1>2.18.0</h1> <ul> <li>Updated to Microsoft.Identity.Abstractions 5.3.0</li> <li>Updated Azure.Security libraries to 4.6.0</li> </ul> <h3>New features</h3> <ul> <li>Added support for Managed Identity Federated Identity Credential. See issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2749">#2749</a> for details.</li> <li>Added support to read a section to register multiple downstream APIs. See issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2255">#2255</a> for details.</li> </ul> <h3>Bug fix</h3> <ul> <li>TokenAcquirer factory is now thread safe and can handle multiple azure regions. See issue <a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2765">#2765</a> for details.</li> </ul> <h1>2.17.5</h1> <ul> <li>Updated to MSAL 4.59.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/cf1db9a39d1f8616c451fcaf6f92cfea916eddef"><code>cf1db9a</code></a> Update changelog.md (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2801">#2801</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/e7ee72119af055e41cabe45762106001f68f44a5"><code>e7ee721</code></a> Disable the Ciam CUD tests as they don't work any longer since today. (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2799">#2799</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/0d46432a7a8242e0300c16653378084fad9c9f1b"><code>0d46432</code></a> fix for fic (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2797">#2797</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/b27194dc3cdf8ca7eff96e87cfc7ee28344cf1ea"><code>b27194d</code></a> Update M.IM 7.5.1 (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2788">#2788</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/f8102a906273da2aff7636f7edc9965d4184220d"><code>f8102a9</code></a> Clean-up warnings. they prented to see signal in the noise (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2790">#2790</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/f35b28f2ecfc85a07c918d89a7d57ae05c641036"><code>f35b28f</code></a> Update changelog.md (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2786">#2786</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/f13e1d1638c7ea89afd66201bd7f9035049a10d4"><code>f13e1d1</code></a> Update changelog.md (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2783">#2783</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/bfc47341113a259dea70f6738a16df48c99a825a"><code>bfc4734</code></a> update abstractions to 5.3.0 (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2780">#2780</a>) (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2782">#2782</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/870e6edcb908784a2d7d63014bf5b9762b86519e"><code>870e6ed</code></a> Update azure.security libraries to 4.6.0 (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2778">#2778</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/93319342b8bec591593ebac936318ce4682eafc7"><code>9331934</code></a> Bringing token exchange url commit into rel/v2 (<a href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2774">#2774</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/microsoft-identity-web/compare/2.17.4...2.18.1">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.17.4&new-version=2.18.1)](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>
- Loading branch information