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.