| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| IdentityServer 7.4.6 source code.tar.gz | 2026-02-12 | 24.8 MB | |
| IdentityServer 7.4.6 source code.zip | 2026-02-12 | 26.8 MB | |
| README.md | 2026-02-12 | 384 Bytes | |
| Totals: 3 Items | 51.6 MB | 0 | |
This is a patch release that fixes two issues in IdentityServer.
What's Changed
- Make ServerSideSessionCleanupHost.StopAsync idempotent (prevent exceptions if it is called multiple times) by @damianh in https://github.com/DuendeSoftware/products/pull/2345
- Do not escape '+' character in x5c of jwks by @josephdecock in https://github.com/DuendeSoftware/products/pull/2350