Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.4.0 source code.tar.gz | 2025-06-10 | 6.1 MB | |
6.4.0 source code.zip | 2025-06-10 | 7.0 MB | |
README.md | 2025-06-10 | 980 Bytes | |
Totals: 3 Items | 13.1 MB | 1 |
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.
[!NOTE] See https://github.com/aspnet/AspNetKatana/pull/486 for more information.
- All the .NET and third-party dependencies have been updated to the latest versions.