| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Duende IdentityServer 8.0.3 source code.tar.gz | 2026-07-20 | 26.1 MB | |
| Duende IdentityServer 8.0.3 source code.zip | 2026-07-20 | 29.2 MB | |
| README.md | 2026-07-20 | 390 Bytes | |
| Totals: 3 Items | 55.3 MB | 0 | |
What's changed
This is a patch release of identity server that fixes the following issues:
- Fixed nullable annotation on
ITokenValidator.ValidateIdentityTokenAsync— theclientIdparameter is now correctly annotated as nullable to match its intended usage. - Fixed Dynamic Client Registration to allow
absolute_refresh_token_lifetimeof 0, which represents no expiration.