Monthly Archives: July 2020

Flexible Access Token Validation in ASP.NET Core

The ASP.NET Core authentication system went through a couple of iterations, and is pretty good now. For API scenarios, the typical choice is the JwtBearer authentication handler, which can validate bearer JWT access tokens. There are other access token types … Continue reading

Posted in ASP.NET Core, OAuth | 6 Comments