IdentityServer のリリース
Released: Mar 13, 2026
v7.4.7 での更新項目
機能
- Updated Duende.IdentityModel dependency to 8.0.1.
Released: Feb 12, 2026
v7.4.6 での更新項目
不具合の修正
- Made ServerSideSessionCleanupHost.StopAsync idempotent (prevent exceptions if it is called multiple times).
- Do not escape '+' character in x5c of jwks.
Released: Jan 22, 2026
v7.4.5 での更新項目
不具合の修正
- Fixed a regression where the '+' character was not treated as a space in query params.
Released: Dec 30, 2025
v7.4.4 での更新項目
不具合の修正
- Fixed an issue where specific service registration scenarios would fail due to constructor ambiguity.
Released: Dec 9, 2025
v7.4.3 での更新項目
不具合の修正
- Fixed an issue where claims were duplicated.
Released: Dec 4, 2025
v7.4.2 での更新項目
不具合の修正
- Fixed IdentityServerLicenseValidator log formatting issue.
Released: Dec 3, 2025
v7.4.1 での更新項目
不具合の修正
- Fixed incorrect CSP hash constants in check session endpoint.
Released: Dec 2, 2025
v7.4.0 での更新項目
機能
- 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 routing to...
Released: Sep 17, 2025
v7.3.2 での更新項目
不具合の修正
- Optimized key creation when not using X509 Certificates. Current issuer is no longer unnecessarily requested when creating new key.
Released: Aug 15, 2025
v7.3.1 での更新項目
機能
- 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.
不具合の修正
- Fixed an issue where uncommon license features caused an exception.