Skip to content

Commit

Permalink
Bump Microsoft.IdentityModel.Tokens from 7.2.0 to 7.3.1 (#641)
Browse files Browse the repository at this point in the history
Bumps
[Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet)
from 7.2.0 to 7.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases">Microsoft.IdentityModel.Tokens's
releases</a>.</em></p>
<blockquote>
<h1>7.3.1</h1>
<h3>Bug Fixes:</h3>
<ul>
<li>Replace propertyName with <code>MetadataName</code> constant. See
issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2471">#2471</a>
for details.</li>
<li>Fix 6x to 7x regression where mixed cases OIDC json was not
correctly process. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2402">#2404</a>
and <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2402">#2402</a>
for details.</li>
</ul>
<h3>Performance Improvements:</h3>
<ul>
<li>Update the benchmark configuration. See issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2468">#2468</a>.</li>
</ul>
<h3>Documentation:</h3>
<ul>
<li>Update comment for <code>azp</code> in <code>JsonWebToken</code>.
See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2475">#2475</a>
for details.</li>
<li>Link to breaking change announcement. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2478">#2478</a>.</li>
<li>Fix typo in log message. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2479">#2479</a>.</li>
</ul>
<h2>7.3.0</h2>
<h3>New Features</h3>
<p>Addition of the ClientCertificates property to the HttpRequestData
class enables exposure of certificate collection involved in
authenticating the client against the server and unlock support of new
scenarios within the SDK. See PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2462">#2462</a>
for details.</p>
<h3>Bug Fixes</h3>
<p>Fixed bug where x5c property is empty in JwtHeader after reading a
JWT containing x5c in its header, issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2447">#2447</a>,
see PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2460">#2460</a>
for details.
Fixed bug where JwtPayload.Claim.Value was not culture invariant <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2409">#2409</a>.
Fixed by PRs <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2453">#2453</a>
and <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2461">#2461</a>.
Fixed bug where Guid values in JwtPayload caused an exception, issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2439">#2439</a>.
Fixed by PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2440">#2440</a>.</p>
<h3>Performance Improvements</h3>
<p>Remove linq from BaseConfigurationComparer, improvement <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2464">#2464</a>,
for additional details see PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2465">#2465</a>.</p>
<h3>Engineering Excellence</h3>
<p>New benchmark tests for AsymmetricAdapter signatures. For details see
PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2449">#2449</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md">Microsoft.IdentityModel.Tokens's
changelog</a>.</em></p>
<blockquote>
<h1>7.3.1</h1>
<h3>Bug Fixes:</h3>
<ul>
<li>Replace propertyName with <code>MetadataName</code> constant. See
issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2471">#2471</a>
for details.</li>
<li>Fix 6x to 7x regression where mixed cases OIDC json was not
correctly process. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2402">#2404</a>
and <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2402">#2402</a>
for details.</li>
</ul>
<h3>Performance Improvements:</h3>
<ul>
<li>Update the benchmark configuration. See issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2468">#2468</a>.</li>
</ul>
<h3>Documentation:</h3>
<ul>
<li>Update comment for <code>azp</code> in <code>JsonWebToken</code>.
See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2475">#2475</a>
for details.</li>
<li>Link to breaking change announcement. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2478">#2478</a>.</li>
<li>Fix typo in log message. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2479">#2479</a>.</li>
</ul>
<h1>7.3.0</h1>
<h3>New Features:</h3>
<p>Addition of the ClientCertificates property to the HttpRequestData
class enables exposure of certificate collection involved in
authenticating the client against the server and unlock support of new
scenarios within the SDK. See PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2462">#2462</a>
for details.</p>
<h3>Bug Fixes:</h3>
<p>Fixed bug where x5c property is empty in JwtHeader after reading a
JWT containing x5c in its header, issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2447">#2447</a>,
see PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2460">#2460</a>
for details.
Fixed bug where JwtPayload.Claim.Value was not culture invariant <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2409">#2409</a>.
Fixed by PRs <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2453">#2453</a>
and <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2461">#2461</a>.
Fixed bug where Guid values in JwtPayload caused an exception, issue <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2439">#2439</a>.
Fixed by PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2440">#2440</a>.</p>
<h3>Performance Improvements:</h3>
<p>Remove linq from BaseConfigurationComparer, improvement <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2464">#2464</a>,
for additional details see PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2465">#2465</a>.</p>
<h3>Engineering Excellence:</h3>
<p>New benchmark tests for AsymmetricAdapter signatures. For details see
PR <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2449">#2449</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/7bd92b885262a6341bbdbedf8168e1649e37d117"><code>7bd92b8</code></a>
fix log message dup (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2481">#2481</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/6085cf9898d5c97a4a3ba7cf3df14482e0380e46"><code>6085cf9</code></a>
7.3.1 changelog (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2476">#2476</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/39d659e048e1d38e855a0e31de2f5e384ca56d93"><code>39d659e</code></a>
Link to breaking change announcement in IDX10506 (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2478">#2478</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/fd15dcd737fa22d620dbf5278bf5b5172eb1e8ea"><code>fd15dcd</code></a>
Fix a typo (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2479">#2479</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/131d476988d2367a44724516e32e9fdc49521f6a"><code>131d476</code></a>
update to next release 7.3.1 (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2474">#2474</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/c3487c20fc5431e51c85020205598f40546bf794"><code>c3487c2</code></a>
update comment for azp in jsonwebtoken (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2475">#2475</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/0b783fbda1c047c0905186a8136c407999389824"><code>0b783fb</code></a>
Added tests for OIDC mixed case.</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/722b3acc5f2d0f1df6a51fb55d5efe97eb624db3"><code>722b3ac</code></a>
Update benchmark config (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2468">#2468</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/9464f74c362b914e8af32084920e4b85ef8b44a6"><code>9464f74</code></a>
Replace propertyName with MetadataName constant.</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/e7eb8b717aae2001ee4d40fc974adca6a33c4445"><code>e7eb8b7</code></a>
Update CHANGELOG.md (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2467">#2467</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.2.0...7.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.IdentityModel.Tokens&package-manager=nuget&previous-version=7.2.0&new-version=7.3.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
dependabot[bot] authored Feb 17, 2024
1 parent d314b7e commit 2a27e2f
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 @@ -31,7 +31,7 @@
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="7.2.0" />
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="7.3.1" />
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
<PackageVersion Include="MudBlazor" Version="6.13.0" />
Expand Down

0 comments on commit 2a27e2f

Please sign in to comment.