I have created app registration as I needed client ID and secret for using in RPA Tool UiPath How to grant app access to key vault i created

61996037 1 Reputation point
2022-10-04T19:17:46.663+00:00

247440-azurekv.png

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,194 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,541 Reputation points Microsoft Employee
    2022-10-04T22:43:08.833+00:00

    @DevashishNigam-5038
    Thank you for your post!

    When it comes to your Azure AD App Registration, it looks like you have the correct API permissions and depending on how you intend to use the Azure Key Vault (i.e. Azure Key Vault REST API), you'll need to make sure that your App Registration is added to the Key Vault Access Policies.

    Assign an access policy

    1. In the Azure portal, navigate to the Key Vault resource.
    2. Under Settings, select Access policies, then select Create.
    3. Select the permissions you want, select Next.
    4. Search for and select the desired principal.
    5. Optional - You can leverage the compound identity access policy that will authorize the application to perform the specified permissions on the User's or Group's behalf. For more info - Key Vault authentication options.
    6. Ensure you selected the correct permissions and principals, Create.

    Additional Links:
    The Key Vault request operation flow with authentication
    Key Vault Access model overview

    If you have any other questions or run into any issues when trying to access the Key Vault with your App Registration, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.