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

Add support to pull secrets from KeyVault using managed identities easier #1178

Open
kalyankrishna1 opened this issue May 4, 2021 · 2 comments
Labels
enhancement New feature or request P2

Comments

@kalyankrishna1
Copy link

similar to support available for certificates as detailed here , Using certificates with Microsoft.Identity.Web, it'd be good if the same support was available for secrets as well.

An example follows:

"ClientSecrets": [
{
"SourceType": "KeyVault",
"KeyVaultUrl": "https://msidentitywebsamples.vault.azure.net",
"KeyVaultSecretName": "MicrosoftIdentitySamplesSecret"
}
]

Secrets , along with certificates are the two available forms of credentials for an app registered in azure AD today. Supporting certificated will help complete the all credentials out of code story better.

@kalyankrishna1 kalyankrishna1 added enhancement New feature or request P2 labels May 4, 2021
@jmprieur
Copy link
Collaborator

jmprieur commented May 4, 2021

I propose to take this one with AzureAD/microsoft-authentication-library-for-dotnet#2596.

@jmprieur
Copy link
Collaborator

jmprieur commented May 4, 2021

@jennyf19
This would actually simplify the tests of the devapps, samples, etc ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2
Projects
None yet
Development

No branches or pull requests

2 participants