Configure access policies

The next step is to configure access policies for the Key Vault deployed in the resource group.

The steps below so will give the app registration access to get/set secrets:

  1. Go to the Key Vault that was deployed in your resource group.

  2. Select Access policies from the left-hand pane.

  3. Select Create.

  4. Under Secret Permissions, click on Select all to grant all permissions.

  5. In the search box, enter the app registration Client ID and select it from the list.

  6. Select Next and then Create to finalize the access policy.

Configure access policies for the Key Vault deployed in the resource group so that User has access to Get/Set secrets.

The steps below so will give the users access to get/set secrets:

  1. Go to the Key Vault that was deployed in your resource group.

  2. Select Access policies from the left-hand pane.

  3. Select Create.

  4. Under Secret Permissions, click on Select all to grant all permissions.

  5. In the search box, enter the user's email address and select them from the list.

  6. Select Next and then Create to finalize the access policy.

Last updated