IdentityServer Releases
Released: Mar 13, 2026
Updates in v7.4.7
Features
- Updated Duende.IdentityModel dependency to 8.0.1.
Released: Feb 12, 2026
Updates in v7.4.6
Fixes
- Made ServerSideSessionCleanupHost.StopAsync idempotent (prevent exceptions if it is called multiple times).
- Do not escape '+' character in x5c of jwks.
Released: Jan 22, 2026
Updates in v7.4.5
Fixes
- Fixed a regression where the '+' character was not treated as a space in query params.
Released: Dec 30, 2025
Updates in v7.4.4
Fixes
- Fixed an issue where specific service registration scenarios would fail due to constructor ambiguity.
Released: Dec 9, 2025
Updates in v7.4.3
Fixes
- Fixed an issue where claims were duplicated.
Released: Dec 4, 2025
Updates in v7.4.2
Fixes
- Fixed IdentityServerLicenseValidator log formatting issue.
Released: Dec 3, 2025
Updates in v7.4.1
Fixes
- Fixed incorrect CSP hash constants in check session endpoint.
Released: Dec 2, 2025
Updates in v7.4.0
Features
- Set HTTP activity name on routing - Set the DisplayName of the activity associated with the incoming HttpRequest when IdentityServer routes are matched. This makes the IdentityServer route names appear in OTel traces.
- Skip front-channel logout iframe when unnecessary - Enabled the UI to skip rendering the front channel logout iframe when it is not needed.
- Callback Option for Path Detection in Dynamic Providers - Added a new option for Dynamic Providers to increase flexibility when...
Released: Sep 17, 2025
Updates in v7.3.2
Fixes
- Optimized key creation when not using X509 Certificates. Current issuer is no longer unnecessarily requested when creating new key.
Released: Aug 15, 2025
Updates in v7.3.1
Features
- You can now allow RespectNullableAnnotationsDefault to be globally enabled. This is a relatively new feature in System.Text.Json that can be globally opted in to.
Fixes
- Fixed an issue where uncommon license features caused an exception.