Skip to content

Commit b9f28ba

Browse files
authored
Blazor scaffold Identity remarks (#31282)
1 parent 35b3b4b commit b9f28ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aspnetcore/security/authentication/scaffold-identity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,16 @@ dotnet aspnet-codegenerator identity -dc MvcAuth.Data.ApplicationDbContext --fi
147147

148148
## Client-side Blazor apps
149149

150-
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.
151151

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

154154
For more information, see the [Blazor Security and Identity articles](xref:blazor/security/index).
155155

156156
<a name="full"></a>
157157

158158
## Create full Identity UI source
159+
159160
<!-- remove AllowAreas #23280 -->
160161
To maintain full control of the Identity UI, run the Identity scaffolder and select **Override all files**.
161162

0 commit comments

Comments
 (0)