-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
SapiensAnatis
merged 1 commit into
main
from
dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1
Feb 17, 2024
Merged
Bump Microsoft.IdentityModel.Tokens from 7.2.0 to 7.3.1 #641
SapiensAnatis
merged 1 commit into
main
from
dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1
Feb 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Feb 12, 2024
dependabot
bot
force-pushed
the
dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1
branch
4 times, most recently
from
February 17, 2024 22:22
deebce9
to
127e2da
Compare
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
bot
force-pushed
the
dependabot/nuget/Microsoft.IdentityModel.Tokens-7.3.1
branch
from
February 17, 2024 22:31
127e2da
to
9ea0e8e
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Microsoft.IdentityModel.Tokens from 7.2.0 to 7.3.1.
Release notes
Sourced from Microsoft.IdentityModel.Tokens's releases.
Changelog
Sourced from Microsoft.IdentityModel.Tokens's changelog.
Commits
7bd92b8
fix log message dup (#2481)6085cf9
7.3.1 changelog (#2476)39d659e
Link to breaking change announcement in IDX10506 (#2478)fd15dcd
Fix a typo (#2479)131d476
update to next release 7.3.1 (#2474)c3487c2
update comment for azp in jsonwebtoken (#2475)0b783fb
Added tests for OIDC mixed case.722b3ac
Update benchmark config (#2468)9464f74
Replace propertyName with MetadataName constant.e7eb8b7
Update CHANGELOG.md (#2467)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)