Author name: Tore Nestenius

Tore is an independent educator and consultant through his company TN-Datakonsult http://www.tn-data.se, where he specializes in training developers in .NET, Web Security, OpenID-Connect, architecture, and more. Tore regularly shares his knowledge about .NET on his blog https://nestenius.se, focusing on security and authentication.

A common question that I help developers with on Stack Overflow is how to troubleshoot authentication problems when using the JwtBearer handler. Here I provide some of the best tips from my answers on Stack Overflow

Troubleshooting JwtBearer authentication problems in ASP.NET Core

A common question that I help developers with on Stack Overflow is how to troubleshoot authentication problems when using the JwtBearer handler. Here I provide some of the best tips from my answers on Stack Overflow The JwtBearer handler We add the JwtBearer handler to the authentication middleware in our ASP.NET Core request pipeline, as

Troubleshooting JwtBearer authentication problems in ASP.NET Core Read More »

A common question on Stack Overflow is about the different resource types in Dunde IdentityServer. My answer to this question on Stack Overflow is one of my most upvoted answers on Stack Overflow. With this blog post, I want to go further about what these resources are used for and how they affect your IdentityServer setup.

IdentityServer – IdentityResource vs. ApiResource vs. ApiScope

A common question on Stack Overflow is about the different resource types in Dunde IdentityServer. My answer to this question on Stack Overflow is one of my most upvoted answers on Stack Overflow. With this blog post, I want to go further about what these resources are used for and how they affect your IdentityServer

IdentityServer – IdentityResource vs. ApiResource vs. ApiScope Read More »