Skip to content

6.2.0

Compare
Choose a tag to compare
@brockallen brockallen released this 22 Nov 15:49
· 976 commits to main since this release
d923c6c

What's Changed

Duende IdentityServer 6.2 adds:

  • Support for .NET 7.0
  • A new option that can help filter unhandled exceptions out of the logs
  • Bug fixes and ongoing maintenance

.NET 7 Support

Filter Unhandled Exceptions

  • Introduce filter to allow suppression of unhandled exception logs in IdentityServer middleware by @brockallen in #1084

Bug Fixes

  • add more defensive check for server side session store in DI by @brockallen in #900
  • fix logger type for CIBA consent page by @brockallen in #939
  • fix URI validation to allow query params with encoded values by @brockallen in #1006
  • typo in CIBA BackchannelAuthenticationUserValidatonResult by @brockallen in #1066
  • Fixed PersistedGrantFilter validation bug - filters with any criteria are now valid by @josephdecock in #1077
  • filter consumed grants in the persisted grant service by @brockallen in #1064

Updates to Dependencies

Samples and Documentation

Build, Test, Etc

New Contributors

Full Changelog: 6.1.7...6.2.0