- In this sub-project, the Claims Web API application uses an Azure *Managed Identity* to access the Azure SQL Database. [Managed Identities for Azure Resources](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) is a feature of Azure Active Directory and can be used by Azure service instances (eg., AKS) to securely access other Azure resources (eg., Key Vault, SQL Server ...) that support AD authentication. With Managed Identity, applications deployed on Azure service instances need not store any credential information. This project also makes use of [AAD Pod Identity](https://github.com/Azure/aad-pod-identity).
0 commit comments