Commit 6cd011d
feat(web.azure): Phase 0 scaffold for on-prem portal port
Adds package references needed for Phase 1 (Entra ID auth + Azure SQL via managed identity + Serilog parity):
- Microsoft.Identity.Web.UI 4.10.0 (signin/signout/AccessDenied pages)
- Azure.Identity 1.21.0 (matches Core's transitive version)
- Serilog.AspNetCore 10.0.0 (parity with on-prem Web)
Drops a documented appsettings.Phase1.json placeholder describing the AzureAd/Authorization/ConnectionStrings shape Phase 1 will consume; Program.cs untouched (deployment-status landing still served).
Build green; 109 Azure-side tests still pass; on-prem unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 01b7858 commit 6cd011d
2 files changed
Lines changed: 42 additions & 0 deletions
File tree
- src/BitLockerKeyMonitor.Web.Azure
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments