Skip to content

Commit d328892

Browse files
committed
Presentation attestation - new page
1 parent 64fe7c8 commit d328892

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/active-directory/verifiable-credentials/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
items:
3939
- name: Directory based - Employee
4040
href: how-to-use-quickstart-verifiedemployee.md
41-
- name: ID Token Hint attestation
41+
- name: Id token hint attestation
4242
href: how-to-use-quickstart.md
43-
- name: ID Token attestation
43+
- name: Id token attestation
4444
href: how-to-use-quickstart-idtoken.md
4545
- name: Presentation attestation
46-
href: how-to-use-quickstart-vc.md
47-
- name: Self Issued attestation
46+
href: how-to-use-quickstart-presentation.md
47+
- name: Self issued attestation
4848
href: how-to-use-quickstart-selfissued.md
4949
- name: Use the Verified ID Network
5050
href: how-use-vcnetwork.md

articles/active-directory/verifiable-credentials/credential-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following four attestation types are currently available to be configured in
101101

102102
* **ID token hint**: The sample App and Tutorial use the ID token Hint. When this option is configured, the relying party app will need to provide claims that should be included in the verifiable credential in the Request Service API issuance request. Where the relying party app gets the claims from is up to the app, but it can come from the current sign-in session, from backend CRM systems or even from self asserted user input. To configure this option, please see this [how to guide](how-to-use-quickstart.md)
103103

104-
* **Verifiable credentials**: The end result of an issuance flow is to produce a verifiable credential but you may also ask the user to Present a verifiable credential in order to issue one. The rules definition is able to take specific claims from the presented verifiable credential and include those claims in the newly issued verifiable credential from your organization. To configure this option, please see this [how to guide](how-to-use-quickstart-vc.md)
104+
* **Verifiable credentials**: The end result of an issuance flow is to produce a verifiable credential but you may also ask the user to Present a verifiable credential in order to issue one. The rules definition is able to take specific claims from the presented verifiable credential and include those claims in the newly issued verifiable credential from your organization. To configure this option, please see this [how to guide](how-to-use-quickstart-presentation.md)
105105

106106
* **Self-attested claims**: When this option is selected, the user can type information directly into Authenticator. At this time, strings are the only supported input for self attested claims. To configure this option, please see this [how to guide](how-to-use-quickstart-selfissued.md)
107107

articles/active-directory/verifiable-credentials/how-to-use-quickstart-vc.md renamed to 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
@@ -27,7 +27,7 @@ In the Azure portal, when you select **Add credential**, you get the option to l
2727

2828
On the **Create a new credential** page, enter the JSON code for the display and the rules definitions. In the **Credential name** box, give the credential a name. This name is just an internal name for the credential in the portal. The type name of the credential is defined in the `vc.type` property name in the rules definition. To create the credential, select **Create**.
2929

30-
![Screenshot of the "Create a new credential" page, displaying JSON samples for the display and rules files.](media/how-to-use-quickstart/quickstart-create-new.png)
30+
:::image type="content" source="media/how-to-use-quickstart/quickstart-create-new.png" alt-text="Screenshot of the "Create a new credential" page, displaying JSON samples for the display and rules files.":::
3131

3232
## Sample JSON display definitions
3333

@@ -123,7 +123,7 @@ Values
123123

124124
During issuance, Authenticator prompts the user to select a matching credential. If the user has multiple matching credentials in the wallet, the user must select which one to present.
125125

126-
![Screenshot of presentations claims input.](media/how-to-use-quickstart-vc\issue-verifiedid-vc.png)
126+
:::image type="content" source="media/how-to-use-quickstart-presentation/issue-presentation.png" alt-text="Screenshot of presentations claims input.":::
127127

128128
## Configure the samples to issue your custom credential
129129

@@ -135,7 +135,7 @@ To configure your sample code to issue and verify your custom credential, you ne
135135

136136
The easiest way to find this information for a custom credential is to go to your credential in the Azure portal. Select **Issue credential**. Then you have access to a text box with a JSON payload for the Request Service API. Replace the placeholder values with your environment's information. The issuer’s DID is the authority value.
137137

138-
![Screenshot of the quickstart custom credential issue.](media/how-to-use-quickstart/quickstart-config-sample-2.png)
138+
:::image type="content" source="media/how-to-use-quickstart/quickstart-config-sample-2.png" alt-text="Screenshot of the quickstart custom credential issue.":::
139139

140140
## Next steps
141141

-2.04 KB
Loading

0 commit comments

Comments
 (0)