Commit bb44567
Add missing Individual User Accounts authentication step to Identity tutorial (#36959)
* Initial plan
* Add missing Individual User Accounts auth step to Identity tutorial
Fixes #33154 - The "Create a Razor web app" section was missing the
critical step of selecting Individual User Accounts authentication when
creating the project. Without this, the project has no Identity support
and the Identity scaffolder in the next section fails.
Added the authentication selection step in Visual Studio tabs and the
--auth Individual flag in .NET CLI tabs across all three moniker ranges.
Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/87ce90d9-242f-405a-9686-2bcb2ad74699
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Add MVC CLI command and update wording across all moniker sections
Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/e4982afd-8824-4d91-9f84-045ac1db69ba
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>1 parent d266d77 commit bb44567
1 file changed
+26
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
179 | 187 | | |
180 | 188 | | |
181 | 189 | | |
| 190 | + | |
182 | 191 | | |
183 | 192 | | |
184 | 193 | | |
185 | 194 | | |
186 | 195 | | |
187 | 196 | | |
188 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
189 | 204 | | |
190 | 205 | | |
191 | 206 | | |
| |||
401 | 416 | | |
402 | 417 | | |
403 | 418 | | |
| 419 | + | |
404 | 420 | | |
405 | 421 | | |
406 | 422 | | |
407 | 423 | | |
408 | 424 | | |
409 | 425 | | |
410 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
411 | 433 | | |
412 | 434 | | |
413 | 435 | | |
| |||
0 commit comments