Update Identity packages to 6.4.0 #18037
Merged
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:
6.3.0
->6.4.0
6.3.0
->6.4.0
6.3.0
->6.4.0
6.3.0
->6.4.0
6.3.0
->6.4.0
6.3.0
->6.4.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
openiddict/openiddict-core (OpenIddict.Core)
v6.4.0
Compare Source
This release introduces the following changes:
Support for client authentication -
client_secret_basic
,client_secret_post
andprivate_key_jwt
- was added to the PAR endpoint, which allows rejecting unauthenticated requests without waiting until the token request is processed.The
OpenIddict.Client.WebIntegration
package now supports Bungie.net.Parsing of the standard
WWW-Authenticate
HTTP response header by the client and validation stacks was improved.The OpenIddict client OWIN integration was updated to resolve the
IAppBuilder
instance from the DI container: when it is available, theICookieManager
attached to the application properties (by the host, typically) is automatically used instead of the defaultCookieManager
implementation.The portable, non-OS specific version of the
OpenIddict.Client.SystemIntegration
package can now be used on macOS (in this case,ASWebAuthenticationSession
is not supported and only the system browser authentication mode can be used).All the .NET and third-party dependencies have been updated to the latest versions.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 06:59 AM, only on Sunday ( * 0-6 * * 7 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.