IdentityServer 7.1.0-preview.1 is the first preview release of IdentityServer 7.1.0. It includes support for .NET 9, adds friendly READMEs to the NuGet packages, and includes a few smaller enhancements and bugfixes.
Breaking Changes
There are no breaking changes at the schema or API level in this release.
- No schema updates are required.
- While we are adding support for .NET 9, .NET 8 continues to be supported.
There is a log message change, which we highlight as a breaking change in case monitoring or other tooling that consumes the logs relies on the old behavior:
- Subject tokens (the tokens passed in during token exchange) are now redacted from logs by @krosn in #1521
If you need the old behavior, removeOidcConstants.TokenRequest.SubjectToken
from theTokenRequestSensitiveValuesFilter
option.
.NET 9
IdentityServer 7.1.0 supports both .NET 8 and .NET 9.
- Update to .NET 9 by @josephdecock in #1603
READMEs
- Update GitHub readme, add NuGet readmes by @josephdecock in #1610
Fixes and Enhancements
- Avoid multiple check adding clientid by @testfirstcoder in #1586
- Fall back to other token types when given incorrect hint in introspection by @josephdecock in #1607
- Use example.com as the domain for emails for test users by @wenz in #1606
New Contributors
- @krosn made their first contribution in #1521
- @wenz made their first contribution in #1606
- @testfirstcoder made their first contribution in #1586
Full Changelog: 7.0.7...7.1.0-preview.1