Scaffold ASP.NET Core Identity into a Blazor Server app without existing authorizationīlazor uses the existing ASP.NET Core authentication mechanisms to establish the user's identity.For more information, see the following guidance: Blazor Server apps use ASP.NET Core Identity. SignInManager and UserManager aren't supported in Razor components.