DEV Community

Discussion on: Secure ASP.NET Blazor WASM apps and APIs with Azure AD B2C

Collapse
 
thatmouse profile image
ThatMouse

Do you have a Blazor Server how-to? There are wildly different ideas out there on connecting to Azure AD. Some using a template/scaffolding approach which is hard to follow without starting a new project. Some using Microsoft.AspNetCore.Authentication.AzureADB2C.UI and some using Microsoft.Identity.Web.

Collapse
 
christosmatskas profile image
Christos Matskas

Hi @thatmouse - here's the official blog post we published on Blazor Server + AAD.
developer.microsoft.com/en-us/micr...

Our guidance is to use the Microsoft.Identity.Web going forward.

Collapse
 
thatmouse profile image
ThatMouse

Thank you, I will focus on that project, it's on github. It uses the new project template so it is not clear what magic that template does.