Skip to content

Commit 4205ef2

Browse files
Merge pull request #211176 from cljung/cljung-vc-post-ga-08
Clarification on Global Admin role
2 parents 225cb0f + af0aeb3 commit 4205ef2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/active-directory/verifiable-credentials/admin-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Content-type: application/json
5959
6060
{
6161
"id": "f5bf2fc6-7135-4d94-a6fe-c26e4543bc5a",
62-
"servicePrincipal": "90e10a26-94cd-49d6-8cd7-cacb10f00686",
62+
"verifiableCredentialServicePrincipalId": "90e10a26-94cd-49d6-8cd7-cacb10f00686",
63+
"verifiableCredentialRequestServicePrincipalId": "870e10a26-94cd-49d6-8cd7-cacb10f00fe",
64+
"verifiableCredentialAdminServicePrincipalId": "760e10a26-94cd-49d6-8cd7-cacb10f00ab",
6365
"status": "Enabled"
6466
}
6567
```

articles/active-directory/verifiable-credentials/verifiable-credentials-configure-tenant.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ The following diagram illustrates the Verified ID architecture and the component
3535
## Prerequisites
3636

3737
- You need an Azure tenant with an active subscription. If you don't have Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
38-
- Ensure that you have the [global administrator](../../active-directory/roles/permissions-reference.md#global-administrator) permission for the directory you want to configure.
38+
- Ensure that you have the [global administrator](../../active-directory/roles/permissions-reference.md#global-administrator) or the [authentication policy administrator](../../active-directory/roles/permissions-reference.md#authentication-policy-administrator) permission for the directory you want to configure. If you're not the global administrator, you will need permission [application administrator](../../active-directory/roles/permissions-reference.md#application-administrator) to complete the app registration including granting admin consent.
39+
- Ensure that you have the [contributor](../../role-based-access-control/built-in-roles.md#contributor) role for the Azure subscription or the resource group that you will deploy Azure Key Vault in.
3940

4041
## Create a key vault
4142

0 commit comments

Comments
 (0)