Series: Securing Your Blazor Apps
Part 1: Introduction to Authentication with server-side Blazor
In this post, I show how to create a new server-side Blazor application with authentication enabled. I then give a high level overview of the various services and components required for authentication.
Part 2: Authentication with client-side Blazor using WebAPI and ASP.NET Core Identity
In this post, I show how you can build a client-side Blazor app with authentication using WebAPI and ASP.NET Core Identity.
Part 3: Configuring Role-based Authorization with client-side Blazor
In this post, I show how you can implement role-based authorization in a client-side Blazor application using WebAPI and ASP.NET Core Identity.
Part 4: Configuring Policy-based Authorization with Blazor
In this post, I describe policy-based authorization and it’s advantages over the more legacy role-based authorization. Then show how to implement policy-based auth using WebAPI and client-side Blazor