Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Azure Managed Identity Application #14

Open
Mimetis opened this issue Apr 28, 2021 · 0 comments
Open

Using Azure Managed Identity Application #14

Mimetis opened this issue Apr 28, 2021 · 0 comments
Labels
Authentication Azure Genera Azure knowledge enhancement New feature or request .Net Core language

Comments

@Mimetis
Copy link
Owner

Mimetis commented Apr 28, 2021

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.

{
  "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"
  }
}

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)

@Mimetis Mimetis added enhancement New feature or request .Net Core language Azure Genera Azure knowledge Authentication labels Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Authentication Azure Genera Azure knowledge enhancement New feature or request .Net Core language
Projects
None yet
Development

No branches or pull requests

1 participant