- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Can you use the .NET 8 Identity API endpoints with IdentityServer?
In this post I discuss how the Identity endpoints interact and relate to OpenID Connect implementations, and whether you can (or should) combine them.…

Fixing Nginx "upstream sent too big header" error when running an ingress controller in Kubernetes
This post describes how to fix the error "upstream sent too big header while reading response header from upstream" when using an Nginx ingress in Kubernetes…

Gotchas upgrading from IdentityServer 3 to IdentityServer 4
This post covers a couple of gotchas I experienced upgrading IdentityServer 3 to IdentityServer 4. In particular, changing URLs and a validation problem.…

Debugging JWT validation problems between an OWIN app and IdentityServer4
This post describes an issue that arose migrating from IdentityServer3 to IdentityServer4, where an OWIN app cannot validate a JWT issued by IdentityServer4…

