github DuendeSoftware/products is/7.1.0-preview.1
IdentityServer 7.1.0-preview.1

latest releases: is-7.4.0-alpha.1, templates-1.1.1, is-7.3.1...
pre-release8 months ago

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, remove OidcConstants.TokenRequest.SubjectToken from the TokenRequestSensitiveValuesFilter option.

.NET 9

IdentityServer 7.1.0 supports both .NET 8 and .NET 9.

READMEs

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

Full Changelog: 7.0.7...7.1.0-preview.1

Don't miss a new products release

NewReleases is sending notifications on new releases.