Skip to content

Commit 8a7d27b

Browse files
Merge pull request #218560 from cljung/cljung-vc-post-ga-08
Correction of errors on permissions and key vault
2 parents d8b2b3d + 165ad0e commit 8a7d27b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ Now that you have a new credential, you're going to gather some information abou
144144

145145
1. Copy your **Tenant ID**, and record it for later. The Tenant ID is the guid in the manifest URL highlighted in red above.
146146

147-
>[!NOTE]
148-
> When setting up access policies for Azure Key Vault, you must add the access policies for both **Verifiable Credentials Service Request** and **Verifiable Credentials Service**.
149-
150147
## Download the sample code
151148

152149
The sample application is available in .NET, and the code is maintained in a GitHub repository. Download the sample code from [GitHub](https://github.com/Azure-Samples/active-directory-verifiable-credentials-dotnet), or clone the repository to your local machine:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To add the required permissions, follow these steps:
137137

138138
1. Select **APIs my organization uses**.
139139

140-
1. Search for the **Verifiable Credentials Service Request** and **Verifiable Credentials Service** service principals, and select them.
140+
1. Search for the **Verifiable Credentials Service Request** service principal and select it.
141141

142142
:::image type="content" source="media/verifiable-credentials-configure-tenant/add-app-api-permissions-select-service-principal.png" alt-text="Screenshot that shows how to select the service principal.":::
143143

@@ -159,14 +159,15 @@ You can choose to grant issuance and presentation permissions separately if you
159159
1. Navigate to the Verified ID service in the Azure portal.
160160
1. Select **Registration**.
161161
1. Notice that there are two sections:
162-
1. Website ID registration
163-
1. Domain verification.
162+
1. DID registration
163+
1. Domain ownership verification.
164164
1. Select on each section and download the JSON file under each.
165165
1. Create a website that you can use to distribute the files. If you specified **https://contoso.com** as your domain, the URLs for each of the files would look as shown below:
166166
- `https://contoso.com/.well-known/did.json`
167167
- `https://contoso.com/.well-known/did-configuration.json`
168168

169169
Once that you have successfully completed the verification steps, you are ready to continue to the next tutorial.
170+
If you have selected ION as the trust system, you will not see the DID registration section as it is not applicable for ION and you only have to distribute the did-configuration.json file.
170171

171172
## Next steps
172173

0 commit comments

Comments
 (0)