This is a minor release which contains various fixes, .NET 8 and 9 support, and moving the library under the Duende branding with the rest of Duende's FOSS libraries.
Breaking Changes
As part of moving this library under the Duende branding with the rest of Duende's FOSS libraries, the root namespace has changed from IdentityModel.AspNetCore.OAuth2Introspection
to Duende.AspNetCore.Authentication.OAuth2Introspection
. Consumers of the library will need to adjust their using references accordingly.
Detailed Changes
- Revert previous changes which introduced a bug with concurrent requests in 184 by @gao-artur
- .NET 8 and 9 support in 191 by @askids and @josephdecock
- Allow tokens without an exp claim in 194 by @buehler
- Align IdentityModel.Introspection with Duende Branding in #218 by @bhazen
Contributors
Thanks to the Duende.AspNetCore.Authentication.Introspection community for your involvement with issues and pull requests!