Blish-HUD
Blish-HUD copied to clipboard
Bump System.IdentityModel.Tokens.Jwt from 6.14.1 to 6.29.0
Bumps System.IdentityModel.Tokens.Jwt from 6.14.1 to 6.29.0.
Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
6.29.0
- Add BootstrapRefreshInterval (#2052)
- Added net462 target (#2049)
- Create the configuration cache in the BaseConfigurationManager class (#2048)
6.28.1
- Bug fix where internal cache was not instantiated AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2045
6.28.0
- Update Wilson logs with aka.ms pointers to known wikis in AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2027
- Fix typo in documentation AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2034
- Introduce a LKG configuration cache to store each valid base configuration instead of a single entry of configuration AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2007
- Add encryption keys to base configuration AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2023
- Updated CHANGELOG link AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2026
6.27.0
Servicing release Set maximum depth for Newtonsoft parsing. AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2024 Improve metadata failure message. AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2010 Validate size of symmetric signatures. AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2008 Added property TokenEndpoint to BaseConfiguration. AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1998
6.26.1
Releasing a Hotfix for Wilson 6.26.0 that reverts async/await changes made in AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996 to address a performance reduction issue.
Changes are in AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2015
Root cause analysis and fix will be tracked in AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2017
6.26.0
Servicing release Introducing a new boolean TokenValidationParameter LogTokenId. AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2002 Update System.Text.Encodings.Web AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1997 Update ValidateToken call stack fully async AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996 JsonWebTokenHandler to return the JsonWebToken on validation failure AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1989 Update documentation of DefaultTokenLifetimeInMinutes AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1988
6.25.1
Servicing release .net was throwing when JWT tokens contained claims that used escaped characters.
... (truncated)
Changelog
Sourced from System.IdentityModel.Tokens.Jwt's changelog.
See the releases for details on bug fixes and added features.
6.26.1
Bug Fixes:
Releasing a Hotfix for Wilson 6.26.0 that reverts async/await changes made in #1996 to address a performance reduction issue.
Next release (6.22.1 or 6.23.0)
New Features:
Microsoft.IdentityModel has two assemblies to manipulate JWT tokens:
System.IdentityModel.Tokens.Jwt, which is the legacy assembly. It defines JwtSecurityTokenHandler class to manipulate JWT tokens. Microsoft.IdentityModel.JsonWebTokens, which defines the JsonWebToken class and JsonWebTokenHandler, more modern, and more efficient. When using JwtSecurityTokenHandler, the short named claims (oid, tid), used to be transformed into the long named claims (with a namespace). With JsonWebTokenHandler this is no longer the case, but when you migrate your application from using JwtSecurityTokenHandler to JsonWebTokenHandler (or use a framework that does), you will only get original claims sent by the IdP. This is more efficient, and occupies less space, but might trigger a lot of changes in your application. In order to make it easier for people to migrate without changing their app too much, this PR offers extensibility to re-add the claims mapping.
Bug Fixes:
6.22.0
New Features:
Unmasked non-PII properties in log messages - In Microsoft.IdentityModel logs, previously only system metadata (DateTime, class name, httpmethod etc.) was displayed in clear text. For all other log arguments, the type was being logged to prevent Personally Identifiable Information (PII) from being displayed when ShowPII flag is turned OFF. To improve troubleshooting experience non-PII properties - Issuer, Audience, Key location, Key Id (kid) and some SAML constants will now be displayed in clear text. See issue #1903 for more details.
Prefix Wilson header message to the first log message - To always log the Wilson header (Version, DateTime, PII ON/OFF message), EventLogLevel.LogAlways was mapped to LogLevel.Critical in Microsoft.IdentityModel.LoggingExtensions.IdentityLoggerAdapter class which caused confusion on why header was being displayed as a fatal log. To address this, header is now prefixed to the first message logged by Wilson and separated with a newline. EventLogLevel.LogAlways has been remapped to LogLevel.Trace. See issue #1907 for more details.
Bug Fixes:
Copy the IssuerSigningKeyResolverUsingConfiguration delegate in Clone() #1909
Commits
90da399
Add BootstrapRefreshInterval (#2052)2eb488a
create the configuration cache in the BaseConfigurationManager class (#2048)614642a
Added net462 targeta153e57
Update README.md42d6dbd
set default LastKnownGood cache instance.825d07e
Update CHANGELOG link (#2026)f27016f
Add encryption keys to base configuration (#2023)3696bd2
Introdduce a LKG configuration cache to store each valid base configurationdfe9ea2
Fix typo in documentation (#2034)4fddab7
Updated Version to 6.27.1- 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 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)