Microsoft Entra ID Authentication • Authorization • Managed Identity • User Delegation SAS • Azure Blob Storage
Sign in using an account from the configured Microsoft Entra tenant.
Authentication proves the user's identity. Authorization will decide whether the authenticated user is permitted to upload files.
Azure Blob Storage will store uploaded documents.
The IIS VM will later authenticate to Azure using its Managed Identity instead of a storage account key.
The backend will eventually generate a short-lived, blob-scoped User Delegation SAS.
File upload remains disabled until authentication, authorization, Managed Identity, and SAS generation are configured.
| Component | Status |
|---|---|
| Azure VM | ✔ Completed |
| IIS Website | ✔ Completed |
| Domain / HTTPS | ✔ Completed |
| Microsoft Entra App Registration | ✔ Completed |
| Microsoft Entra Authentication | Testing |
| Authorization | Pending |
| Azure Blob Storage | Pending |
| Managed Identity | Pending |
| User Delegation SAS | Pending |
| Blob Upload | Pending |