You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client-side Blazor apps use their own Identity UI approaches and can't use ASP.NET Core Identity scaffolding. Server-side ASP.NET Core apps of hosted Blazor solutions can follow the Razor Pages/MVC guidance in this article and are configured just like any other type of ASP.NET Core app that supports Identity.
150
+
Client-side Blazor apps use their own Identity UI approaches and can't use ASP.NET Core Identity scaffolding.
151
151
152
-
The Blazor framework doesn't include Razor component versions of Identity UI pages. Identity UI Razor components can be custom built or obtained from unsupported third-party sources.
152
+
Server-side ASP.NET Core apps can follow the Razor Pages/MVC guidance in this article and are configured just like any other type of ASP.NET Core app that supports Identity. The Blazor framework uses Razor component versions (`.razor`) of Identity UI pages (`.cshtml`) when scaffolding Identity into a Blazor Web App.
153
153
154
154
For more information, see the [Blazor Security and Identity articles](xref:blazor/security/index).
155
155
156
156
<aname="full"></a>
157
157
158
158
## Create full Identity UI source
159
+
159
160
<!-- remove AllowAreas #23280 -->
160
161
To maintain full control of the Identity UI, run the Identity scaffolder and select **Override all files**.
0 commit comments