connect azure keyvault using azure app service

azure 1 Reputation point
2021-04-03T14:08:38.523+00:00

I Have an application on azure web service. which logged in users will access my web app which will generate csr on azure keyvault for that need token .To generate token we need to create app registration on azure keyvault how to do this real time integration need to get token of logged in user to generate csr file in their keyvault.please help me.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,115 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,471 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,551 Reputation points
    2021-04-06T10:37:06.637+00:00

    Hello @azure ,

    Thanks for reaching out.

    You could use either "REST API" or "Client Libraries" methods for Azure Key Vault certificate creation. in addition to that you can use Visual Studio or Visual Studio Code to authenticate their calls, for more information, see Authenticate the client with Azure Identity client library.

    Hope this helps.

    --------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.