Debugging JwtBearer Claim Problems in ASP.NET Core

Debugging OpenID Connect Claim Problems in ASP.NET Core

A common issue with OpenID Connect authentication in ASP.NET Core is that expected claims are missing from the ClaimsPrincipal user object. In this blog post, I will provide some ideas for how to diagnose these types of problems.   What is the purpose of the OpenIDConnect handler? The handler has two main tasks: When the …

Debugging OpenID Connect Claim Problems in ASP.NET Core Read More »