AzureSignalR-samples
AzureSignalR-samples copied to clipboard
Bump Microsoft.IdentityModel.JsonWebTokens from 5.5.0 to 5.7.0 in /aspnet-samples/ChatRoom
Bumps Microsoft.IdentityModel.JsonWebTokens from 5.5.0 to 5.7.0.
Release notes
Sourced from Microsoft.IdentityModel.JsonWebTokens's releases.
5.7.0
Security fixes
See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.
5.6.0
Features
- JWTs can now be created from both SecurityTokenDescriptor.Subject and SecurityTokenDescriptor.Claims (#1193).
- Added support for 'typ' header claim validation to JwtSecurityTokenHandler and JsonWebTokenHandler (#1220).
- Added support for creating unsigned JWTs in JsonWebTokenHandler (#1204).
- Added support for creating custom JWT header claims in JsonWebTokenHandler (#1210).
- Added support for creating a JWT with an empty payload in JsonWebTokenHandler (#1237).
- Added a setter for the AuthenticationProtocolMessage.Script property (#1193).
Bug Fixes
- The OpenIdConnectConfiguration.SigningKeys property is no longer used during JSON serialization and deserialization (#1242).
- RSACryptoServiceProviderProxy now properly disposes an RSA instance (#1240).
- DtdProcessing.Prohibit is now explicitly set when creating an XmlReader (#1258).
- JsonWebTokenHandler.CreateToken() now adds iat, nbf, and exp as longs not strings (#1207).
- DateTime claim processing is now corrected and consistent (#1261).
- Various improvements to the documentation.
Click here for a full list of issues that were fixed in this release.
Commits
4a32908Merged PR 10643: Fix ZIP issue66c2604Work around the RSACryptoServiceProviderProxy crash on mono (#1287)b9c40c0Upgrade ApiCompat version and remove contract assemblies (#1308)47dac47Update version to 5.7.1 and fix revision creation logic (#1312)54eb297Fix VerifySigning script (#1305)9f5fcc7Fixed the JWT segment counting bug in the JsonWebToken constructor (#1299)a45ee58Update assembly version and contract assemblies (#1286)57deb67Updated VerifyResourceUsage.pl to check log messages across all directories6de2b3cFixed incorrect log message usagecff3250Added 'typ' header claim validation (#1275)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.