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.IdentityModel.Tokens from 7.2.0 to 7.3.1 #641

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Microsoft.IdentityModel.Tokens from 7.2.0 to 7.3.1.

Release notes

Sourced from Microsoft.IdentityModel.Tokens's releases.

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configuration. See issue #2468.

Documentation:

  • Update comment for azp in JsonWebToken. See #2475 for details.
  • Link to breaking change announcement. See #2478.
  • Fix typo in log message. See #2479.

7.3.0

New Features

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 #2462 for details.

Bug Fixes

Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see PR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by PRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by PR #2440.

Performance Improvements

Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see PR #2465.

Engineering Excellence

New benchmark tests for AsymmetricAdapter signatures. For details see PR #2449.

Changelog

Sourced from Microsoft.IdentityModel.Tokens's changelog.

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configuration. See issue #2468.

Documentation:

  • Update comment for azp in JsonWebToken. See #2475 for details.
  • Link to breaking change announcement. See #2478.
  • Fix typo in log message. See #2479.

7.3.0

New Features:

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 #2462 for details.

Bug Fixes:

Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see PR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by PRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by PR #2440.

Performance Improvements:

Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see PR #2465.

Engineering Excellence:

New benchmark tests for AsymmetricAdapter signatures. For details see PR #2449.

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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 12, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1 branch 4 times, most recently from deebce9 to 127e2da Compare February 17, 2024 22:22
Bumps [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.2.0...7.3.1)

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.Tokens
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1 branch from 127e2da to 9ea0e8e Compare February 17, 2024 22:31
@SapiensAnatis SapiensAnatis merged commit ebc9b79 into main Feb 17, 2024
7 checks passed
@SapiensAnatis SapiensAnatis deleted the dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1 branch February 17, 2024 22:46
SapiensAnatis pushed a commit that referenced this pull request Jun 30, 2024
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>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant