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.

IdentityServer - IdentityResource vs. ApiResource vs. ApiScope

IdentityServer – IdentityResource vs. ApiResource vs. ApiScope

Understanding the differences between IdentityResource, ApiResource, and ApiScope in Duende IdentityServer is a common question among developers, often seen on platforms like Stack Overflow. My answer to this question has gained significant traction as one of my most upvoted responses. In this blog post, I’ll dive deeper into these resource types, explaining what they are, […]

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

ASP.NET Core JwtBearer library: what’s new?

ASP.NET Core 6 – JwtBearer library: what’s new?

As a developer and trainer, it is hard to keep up with all the changes in all the libraries. In this blog post, I will summarize the recent key changes that I have found in the ASP.NET Core JwtBearer library versions 3.1.22, 5.0.13, and 6.0.1. The JwtBearer library is distributed in the Microsoft.AspNetCore.Authentication.JwtBearer NuGet package.

ASP.NET Core 6 – JwtBearer library: what’s new? Read More »