Open Mimetis opened 3 years ago
Can we replace the Service Principal with a Managed Identity ?
For now, the Web Ui and the Web API are using a SPN to access all the azure services.
{ "AzureAd": { "Instance": "https://login.microsoftonline.com/", "Domain": "microsoft.onmicrosoft.com", "TenantId": "XXXXXX-XXXX-XXXX-XXXX-XXXXXX", "ClientId": "CCCCCC-CCCC-CCCC-CCCC-CCCCCC", "ClientObjectId": "UUUUUU-UUUU-UUUU-UUUU-UUUUU", "CallbackPath": "/signin-oidc", "SubscriptionId": "SSSSSSS-SSSSS-SSSSS-SSSSS-SSSSSSS", "ClientSecret": "azdazdazdadzazdazdzadazdzazdzadazdazdza" } }
Can we use the Azure Managed Application with Managed Identity instead of a simple Azure Application using a Service Principal ? (and stop storing a client secret in app settings)
Idea
Can we replace the Service Principal with a Managed Identity ?
Today
For now, the Web Ui and the Web API are using a SPN to access all the azure services.
Expectation
Can we use the Azure Managed Application with Managed Identity instead of a simple Azure Application using a Service Principal ? (and stop storing a client secret in app settings)