Skip to content

Commit 10da354

Browse files
authored
Acrolinx
1 parent 6c9aba2 commit 10da354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/verifiable-credentials/how-to-use-quickstart-presentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Issue a verifiable credentials by presenting claims from an existing verifiable credential
2+
title: Issue verifiable credentials by presenting claims from an existing verifiable credential
33
description: Learn how to use a quickstart to create custom credentials for from other VC attestation
44
documentationCenter: ''
55
author: barclayn
@@ -13,7 +13,7 @@ ms.author: barclayn
1313
#Customer intent: As a verifiable credentials administrator, I want to create a verifiable credential for self-asserted claims scenario.
1414
---
1515

16-
# Issue a verifiable credentials by presenting claims from an existing verifiable credential
16+
# Issue verifiable credentials by presenting claims from an existing verifiable credential
1717

1818
[!INCLUDE [Verifiable Credentials announcement](../../../includes/verifiable-credentials-brand.md)]
1919

@@ -70,7 +70,7 @@ The JSON display definition is nearly the same, regardless of attestation type.
7070

7171
The JSON attestation definition should contain the **presentations** name. The **inputClaim** in the mapping section defines what claims should be captured in the credential the user presents. They need to have the prefix `$.vc.credentialSubject`. The **outputClaim** defined the name of the claims in the credential being issued.
7272

73-
The below rules definition is will asks the user to present the **True Identity** credential during issuance. This credential comes from the [public demo application](https://woodgroveemployee.azurewebsites.net/).
73+
The following rules definition will ask the user to present the **True Identity** credential during issuance. This credential comes from the [public demo application](https://woodgroveemployee.azurewebsites.net/).
7474

7575
```json
7676
{

0 commit comments

Comments
 (0)