Skip to content

Bump System.IdentityModel.Tokens.Jwt from 6.14.1 to 6.15.0

Created by: dependabot[bot]

Bumps System.IdentityModel.Tokens.Jwt from 6.14.1 to 6.15.0.

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

6.15.0

New Features

  • Adds support for the Last Known Good feature (#1723)
  • Makes logging more legible by displaying Non-PII information in clear text (#1757)
  • New GitHub Templates to report bugs (#1756)
  • Adds the OpenID standard scope "address" (#1787)

Enhancements

  • Handles multiple authentication schemes in AadIssuerValidator (#1753)
  • Sets default values for TokenValidationParameters (#1767)
  • Improved logging to indicate issuer is an empty string (#1758) (#1761)
  • Improved exception handling when metadata retrieval results in a failure (#1776)
  • String optimizations (#1765)
  • Improve performance of Saml2 attributes consolidation (#1764)
  • Updated comments to use references (#1769)
  • New unit test samples that make negative testing easier for consumers of this library. Provides a simple model for token validation. Generates most common problem token types and gives examples for validation. (#1748)

Bug Fixes

  • Fixed broken links to ietf.org (#1723)
Commits
  • b07c957 dependency of System.IdentityModel.Tokens.Jwt >= 5.1.4
  • a67bde1 bump version to .4
  • 9c1618d updated with .net45 target for src
  • 1d01496 updated configuration
  • d28b2a8 code cleanup
  • 7c64fe7 Merge pull request #575 from RussKie/patch-1
  • 7f5fe05 test cleanup
  • 6a21673 missing serialization attribute for net451
  • 77f228d allow any 'CTY', log if set assume JWS.
  • e9e57cd additional constants added to OpenIdConnectResponseType
  • Additional commits viewable in compare view

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 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)

合并请求报告

加载中