-
Notifications
You must be signed in to change notification settings - Fork 12
Update dependency System.IdentityModel.Tokens.Jwt to 8.13.0 #505
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
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency System.IdentityModel.Tokens.Jwt to 8.13.0 #505
renovate
wants to merge
1
commit into
develop
from
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
Conversation
This file contains hidden or 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
dbf03f3
to
55ae2a5
Compare
6e41534
to
ba96025
Compare
ba96025
to
40217ed
Compare
79d3419
to
4e3c7ef
Compare
5045548
to
3ee351e
Compare
3ee351e
to
20a3945
Compare
20a3945
to
78b281e
Compare
8245dc0
to
c467db0
Compare
c467db0
to
47aacbd
Compare
47aacbd
to
5cfc788
Compare
5cfc788
to
04f9c03
Compare
04f9c03
to
3a051f6
Compare
3a051f6
to
6294312
Compare
0cf2d8e
to
6294312
Compare
6294312
to
937870b
Compare
937870b
to
06d56bd
Compare
06d56bd
to
0902fbe
Compare
0902fbe
to
1556179
Compare
eeefb0d
to
5608174
Compare
9db12b1
to
afb756a
Compare
afb756a
to
a49f2c0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
8.2.1
->8.13.0
Release Notes
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (System.IdentityModel.Tokens.Jwt)
v8.13.0
Compare Source
====
Fundamentals
CaseSensitiveClaimsIdentity.SecurityToken
setter is now protected internal (was internal). See PR #3278 for details.v8.12.1
Compare Source
====
Fundamentals
v8.12.0
Compare Source
====
New Features
Added event handling capabilities to the
ConfigurationManager
, enabling consumers to subscribe to configuration change events. This enhancement improves extensibility and allows more responsive applications. For details see #3253Bug Fixes
Introduced the expected overload of
Base64UrlEncoder.Decode
for .NET 6 and 8, ensuring compatibility and preventing missing method issues on these frameworks.For details see #3249
Fundamentals
Incorporated AI assist rules to enhance AI agents effectiveness.
For details see #3255
Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).
For details see #3256
Centralized suppression of RS006 warnings in project files for easier management.
For details see #3230
v8.11.0
Compare Source
=====
New Features:
JsonWebTokenHandler.DecryptTokenWithConfigurationAsync
, which decrypts a JWE token using keys from eitherTokenValidationParameters
or, if not present, from configuration (such as via a ConfigurationManager). This enhancement improves developer experience by enabling asynchronous, cancellation-aware JWE decryption scenarios, aligning with modern .NET async patterns and making integration with external key/configuration sources more robust and observable. See PR #3243 for details.v8.10.0
Compare Source
=====
Bug Fixes
Fundamentals
v8.9.0
Compare Source
=====
Bug Fixes
New Features
Fundamentals
v8.8.0
Compare Source
=====
New Features
Switch.Microsoft.IdentityModel.UpdateConfigAsBlocking
switch. If set, configuration calls will be blocking when metadata is updated, otherwise, if token arrive with a new signing keys, validation errors will be returned to the caller. See PR #3193 for details.Switch.Microsoft.IdentityModel.DoNotScrubExceptions
AppContextSwitch. See PR #3195 and https://aka.ms/identitymodel/app-context-switches for details.System.Thread.Lock
objects for .NET 9 or greater. See PRs #3185 and #3189 for details.v8.7.0
Compare Source
=====
Bug Fixes
IsRecoverableException
andIsRecoverableExceptionType
whose signatures were changed in the previous version. See #3181.New Features
Cnf
class public and move it to Microsoft.IdentityModel.Tokens package. See #3165.v8.6.1
Compare Source
=====
Bug fix
JsonWebTokenHandler
whereJwtTokenDecryptionParameters
'sAlg
andEnc
were not set during token decryption, causingIDX10611
andIDX10619
errors to show null values in the messages. See issue #3003 for details.Fundamentals
v8.6.0
Compare Source
=====
New Features
TryAllDecryptionKeys
that let you choose whether to try all decrypt keys when no key matches the token decrypt key IDs. By default it's set to true (legacy behavior) but you can set it to false to avoid tyring all keys which is more performant. See #3128Fundamentals
v8.5.0
Compare Source
=====
Reverting previous breaking change
v8.4.0
Compare Source
=====
New Features
Repair items
KeyID
should be present in exception messages and is no longer PII. See #3104 for details.Fundamentals
Work related to redesign of IdentityModel's token validation logic #2711
v8.3.1
Compare Source
=====
Bug Fixes
AuthenticationEncryptionProvider.cs
. See #3063Fundamentals
Work related to redesign of IdentityModel's token validation logic #2711
v8.3.0
Compare Source
=====
New features
Work related to redesign of IdentityModel's token validation logic #2711
Bug fixes
Fundamentals
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.