Skip to content

Commit

Permalink
Bump Microsoft.Identity.Web from 2.13.3 to 2.13.4 in /webapi (#327)
Browse files Browse the repository at this point in the history
Bumps
[Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)
from 2.13.3 to 2.13.4.
<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.13.4</h1>
<ul>
<li>Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel
6.32.3 for the other target frameworks.</li>
<li>Update to MSAL <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases/tag/4.56.0">4.56.0</a>,
which now
enables the cache synchronization by default</li>
<li>Support for .NET 8 preview 7. See PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2430">#2430</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>In Microsoft.Identity.Web.Owin, removed un-needed reference to
Microsoft.Aspnet.WebApi.HelpPage. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2417">#2417</a></li>
<li>Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that
the SecurityToken is now a JsonWebToken. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2420">#2420</a></li>
<li>Improved the usability of IDownstreamApi by checking all
<code>HttpResponse</code> for success before returning to the caller,
instead of swallowing issues. This is a change of behavior. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2426">#2426</a></li>
<li>Improvement/Fix of OWIN scenarios, especially the session with B2C:
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2388">#2388</a></li>
<li>Fix an issue with CIAM web APIs and added two CIAM test apps. See PR
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2411">#2411</a></li>
<li>Fix a bug that is now surfaced by the .NET 8 runtime. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2448">#2448</a></li>
<li>Added a lock while loading credentials. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2439">#2439</a></li>
</ul>
<h3>Fundamentals</h3>
<ul>
<li>performance improvements: <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2414">#2414</a></li>
<li>Replaced Selenim with Playwright for more reliable faster UI tests.
See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2354">#2354</a></li>
<li>Added MSAL telemetry about the kind of token cache used (L1/L2). See
issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/1900">#1900</a></li>
<li>Resilience improvement: IdWeb now attempts to reload a certificate
from its description when AAD returns &quot;certificate revoked&quot;
error. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2444">#244</a></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.13.4</h1>
<ul>
<li>Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel
6.32.3 for the other target frameworks.</li>
<li>Update to MSAL <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases/tag/4.56.0">4.56.0</a>,
which now
enables the cache synchronization by default</li>
<li>Support for .NET 8 preview 7. See PR <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2430">#2430</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>In Microsoft.Identity.Web.Owin, removed un-needed reference to
Microsoft.Aspnet.WebApi.HelpPage. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2417">#2417</a></li>
<li>Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that
the SecurityToken is now a JsonWebToken. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2420">#2420</a></li>
<li>Improved the usability of IDownstreamApi by checking all
<code>HttpResponse</code> for success before returning to the caller,
instead of swallowing issues. This is a change of behavior. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2426">#2426</a></li>
<li>Improvement/Fix of OWIN scenarios, especially the session with B2C:
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2388">#2388</a></li>
<li>Fix an issue with CIAM web APIs and added two CIAM test apps. See PR
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2411">#2411</a></li>
<li>Fix a bug that is now surfaced by the .NET 8 runtime. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2448">#2448</a></li>
<li>Added a lock while loading credentials. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2439">#2439</a></li>
</ul>
<h3>Fundamentals</h3>
<ul>
<li>performance improvements: <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2414">#2414</a></li>
<li>Replaced Selenim with Playwright for more reliable faster UI tests.
See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2354">#2354</a></li>
<li>Added MSAL telemetry about the kind of token cache used (L1/L2). See
issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/1900">#1900</a></li>
<li>Resilience improvement: IdWeb now attempts to reload a certificate
from its description when AAD returns &quot;certificate revoked&quot;
error. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2444">#244</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/06c3ef6d66d6d9d73c8df689f66eb519b1b6d140"><code>06c3ef6</code></a>
updating changelog (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2452">#2452</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/050e3e0b767a2d5b87e6d3fbef3f6fbf8300fae0"><code>050e3e0</code></a>
Introduces a lock while loading credentials from Credential Source (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2438">#2438</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/52cec44f6e250a9f8fc8891d1cbbb2c94b14c1b7"><code>52cec44</code></a>
Add revoked cert condition (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2450">#2450</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/e7d7d4e5909df4df6f84cd095eb619be322040fc"><code>e7d7d4e</code></a>
Fixes <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2448">#2448</a>
(<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2449">#2449</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/bb4fe8d5a0abcedae8451fd2f32e2ac1e77b2c9f"><code>bb4fe8d</code></a>
Bump Microsoft.Identity.Client from 4.55.0 to 4.56.0 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2447">#2447</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/767331ff44c30d467d6c3f932d5afd8838d21243"><code>767331f</code></a>
Changelog for 2.13.4 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2441">#2441</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/e39c2f6720cfe3d31bbcfabeb316ad79e08e52b8"><code>e39c2f6</code></a>
package updates for release (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2440">#2440</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/a6b5fe8eed2c6b7f9735d49d4bfe42de9b53116e"><code>a6b5fe8</code></a>
api: Check all responses for success (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2427">#2427</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/cc6fc991ba69acbe3be05f5364baff83feeda34e"><code>cc6fc99</code></a>
change value of expected properties to 60 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2431">#2431</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/8d7e90c555f4d975ec0ba2420ff4c700ec52ead9"><code>8d7e90c</code></a>
Jennyf19/net8 preview7 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2430">#2430</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-identity-web/compare/2.13.3...2.13.4">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.13.3&new-version=2.13.4)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent 35b2cff commit 14af669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapi/CopilotChatWebApi.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.SemanticKernel.Skills.Web" Version="0.23.230906.2-preview" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.13.3" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.13.4" />
<PackageReference Include="PdfPig" Version="0.1.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.32.3" />
Expand Down

0 comments on commit 14af669

Please sign in to comment.