Skip to content

Commit

Permalink
Bump System.IdentityModel.Tokens.Jwt from 8.2.0 to 8.2.1 in /src/Home…
Browse files Browse the repository at this point in the history
…Inventory (#1037)

Bumps
[System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet)
from 8.2.0 to 8.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases">System.IdentityModel.Tokens.Jwt's
releases</a>.</em></p>
<blockquote>
<h1>8.2.1</h1>
<h3>New features</h3>
<ul>
<li>Update to use .NET 9 GA. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2990">2990</a>.</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Remove dependency on Microsoft.Bcl.TimeProvider for .NET 8+ targets.
See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2935">2935</a>.</li>
<li>Update cgmanifest to align with the JSON schema. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2969">2969</a>.</li>
</ul>
<h3>Fundamentals</h3>
<ul>
<li>Streamline token creation in <code>SecurityTokenDescriptor</code>.
See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2993">2993</a>.</li>
<li>Prevent inlining to guarantee stack frames in test. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2999">2999</a>.</li>
</ul>
<h3>Work related to redesign of IdentityModel's token validation logic
<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2711">#2711</a></h3>
<ul>
<li>Simplify stack frame caching. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2976">2976</a>.</li>
<li>Implement reading SAML and SAML2 tokens. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2980">2980</a>.</li>
<li>Implement validating SAML signature. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2950">2950</a>.</li>
<li>Add tests for <code>IssuerExtensibility</code>. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2987">2987</a>.</li>
<li>Add validation for SAML and SAML2 issuer signing key. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2965">2965</a>.</li>
<li>Add validation for SAML and SAML2 algorithm. See <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2984">2984</a>.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Microsoft.Rest.ClientRuntime has been deprecated, which results in
so… by <a
href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a>
in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2970">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2970</a></li>
<li>Update to next version after 8.2.0 release by <a
href="https://github.com/jennyf19"><code>@​jennyf19</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2975">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2975</a></li>
<li>Consolidating test statics by <a
href="https://github.com/trwalke"><code>@​trwalke</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2956">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2956</a></li>
<li>New token validation model: Simplify stack frame caching by <a
href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2976">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2976</a></li>
<li>Remove dependency on Microsoft.Bcl.TimeProvider for .NET 8+ targets
by <a
href="https://github.com/filipnavara"><code>@​filipnavara</code></a> in
<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2935">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2935</a></li>
<li>Update cgmanifest to align with the JSON schema by <a
href="https://github.com/jeffhandley"><code>@​jeffhandley</code></a> in
<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2969">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2969</a></li>
<li>SAML and SAML2 new model validation: Read Token by <a
href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2980">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2980</a></li>
<li>SAML2 new model validation: Signature by <a
href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2961">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2961</a></li>
<li>JsonWebTokenHandler IssuerExtensibility by <a
href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a>
in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2987">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2987</a></li>
<li>SAML and SAML2 new model validation: Issuer Signing Key by <a
href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2965">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2965</a></li>
<li>Ignore AotCompatibilityTests on ADO by <a
href="https://github.com/jmprieur"><code>@​jmprieur</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2992">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2992</a></li>
<li>SAML and SAML2 new model validation: Algorithm by <a
href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2984">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2984</a></li>
<li>Use SecurityTokenDescriptor when creating tokens by <a
href="https://github.com/msbw2"><code>@​msbw2</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2991">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2991</a></li>
<li>Prevent inlining to guarantee stack frames in test by <a
href="https://github.com/westin-m"><code>@​westin-m</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3002">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#3002</a></li>
<li>Update to .NET 9 GA. Update some test dependencies. by <a
href="https://github.com/pmaytak"><code>@​pmaytak</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2990">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2990</a></li>
<li>Add Abstractions.Tests to strong name bypass file. by <a
href="https://github.com/pmaytak"><code>@​pmaytak</code></a> in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3004">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#3004</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/jeffhandley"><code>@​jeffhandley</code></a>
made their first contribution in <a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2969">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2969</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.0...8.2.1">https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.0...8.2.1</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">System.IdentityModel.Tokens.Jwt's
changelog</a>.</em></p>
<blockquote>
<p>See the <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases">releases</a>
for details on bug fixes and added features.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/6dc806c6b913f0a363f70fbef0879dc25bed408d"><code>6dc806c</code></a>
Add Abstractions.Tests to strong name bypass file. (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/3004">#3004</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/f604488aba411d76bd59f9590bbc2385e0d9e6fa"><code>f604488</code></a>
Update to .NET 9 GA. Update some test dependencies. (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2990">#2990</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/658e4e51e75dd5985125d2b5fefdb3d772cd13f4"><code>658e4e5</code></a>
Prevent inlining to guarantee stack frames in test (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/3002">#3002</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/04d0d137f0b2099ee4aa7fdee8881ce6506f92e0"><code>04d0d13</code></a>
Use SecurityTokenDescriptor when creating tokens (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2991">#2991</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/40ab6a944118b215e8c5780334df8bb103feb48e"><code>40ab6a9</code></a>
SAML and SAML2 new model validation: Algorithm (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2984">#2984</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/dafdc0d4b62d268bedd4540180ec29dd9d2698ad"><code>dafdc0d</code></a>
Ignore AotCompatibilityTests on ADO (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2992">#2992</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/8dc81e654ba83d8a2993c401e2a39d4802af9365"><code>8dc81e6</code></a>
SAML and SAML2 new model validation: Issuer Signing Key (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2965">#2965</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/cfcd0b3dc7b715e921f28d463cf638a281676bf8"><code>cfcd0b3</code></a>
JsonWebTokenHandler IssuerExtensibility (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2987">#2987</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/dfae4af4b83ce0bcdf41abd7063a5f7840c0e5e7"><code>dfae4af</code></a>
SAML2 new model validation: Signature (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2961">#2961</a>)</li>
<li><a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/a275ee4209a055caa5c485ebaae4c304b1cf273a"><code>a275ee4</code></a>
SAML and SAML2 new model validation: Read Token (<a
href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2980">#2980</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.0...8.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.IdentityModel.Tokens.Jwt&package-manager=nuget&previous-version=8.2.0&new-version=8.2.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>
  • Loading branch information
gritcsenko authored Nov 19, 2024
2 parents 7a8d126 + ab2a99c commit 91f796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeInventory/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageVersion Include="Ulid" Version="1.3.4" />
</ItemGroup>
<ItemGroup Label="System packages">
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
<PackageVersion Include="System.Interactive.Async" Version="6.0.1" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Net.Http" Version="4.3.4"/>
Expand Down

0 comments on commit 91f796e

Please sign in to comment.