- 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.…

Should you use the .NET 8 Identity API endpoints?
In this post I discuss the new Identity API endpoints and talk about some of the security and architectural issues they may introduce.…

Introducing the Identity API endpoints
Exploring the .NET 8 preview - Part 8
In this post I introduce the new Identity APIs, show how they differ from the existing Identity support, and show how to use them.…

Supporting legacy browsers and SameSite cookies without UserAgent sniffing in ASP.NET Core.
In this post I explore one way to get ASP.NET Core Identity SameSite cookies working with both legacy and modern browsers…

Making authenticated cross-origin requests with ASP.NET Core Identity
In this post I describe how to make authenticated cross-origin requests from the browser to an app using ASP.NET Core Identity.…

Setting global authorization policies using the DefaultPolicy and the FallbackPolicy in ASP.NET Core 3.x
In this post I show multiple ways to configure global authorization policies, and look at the difference between the DefaultPolicy and the FallbackPolicy…

