Download Latest Version 7.7.1 source code.zip (7.1 MB) Google Add to Preferred Sources
Home / 7.7.0
Name Modified Size InfoDownloads / Week
Parent folder
7.7.0 source code.tar.gz 2026-09-06 6.2 MB
7.7.0 source code.zip 2026-09-06 7.1 MB
README.md 2026-09-06 2.2 kB
Totals: 3 Items   13.2 MB 1

This release introduces the following changes:

  • A vulnerability affecting the validation of audiences contained in client assertions by the OpenIddict server stack was identified earlier today (thanks @x-redacted! ❤️) and fixed.

[!CAUTION] Upgrading to OpenIddict 7.7 or 8.0 preview 4 is strongly advised. See https://github.com/openiddict/openiddict-core/security/advisories/GHSA-925x-4h4v-2792 for more information.

[!IMPORTANT] On .NET Framework and .NET Standard 2.0/2.1, the package keeps referencing the 3.x branch, as Quartz.NET 4.0 is only compatible with .NET 10 and higher.

  • The aud claim in client assertions can now be represented as a JSON array, as allowed by the recent versions of the Updates to OAuth 2.0 JSON Web Token (JWT) Client Authentication and Assertion-Based Authorization Grants specification.

  • The OpenIddict.Client.WebIntegration package now supports JoinRpg (thanks @leotsarev! ❤️)

  • grant_type=urn:ietf:params:oauth:grant-type:device_code token requests that don't include a client identifier are now rejected earlier by the OpenIddict server stack.

  • The net9.0-android, net9.0-ios, net9.0-maccatalyst and net9.0-macos target framework monikers are no longer supported by Microsoft and have been removed from the OpenIddict.Client.SystemIntegration package and the OpenIddict metapackage. Users of the OpenIddict.Client.SystemIntegration package are invited to migrate to .NET 10.0.

  • All the .NET and third-party dependencies have been updated to their latest version.

  • The System.Interactive.Async dependency (used only on .NET Framework and .NET Standard) was downgraded to 3.2.0 to fix a TypeLoadException that prevented using the OpenIddict Entity Framework Core 2.3 stores on .NET Framework after migrating to OpenIddict 7.6.0.

Source: README.md, updated 2026-09-06