Skip to content

Commit 365ea6f

Browse files
committed
addressing reviewer feedback
1 parent 41128eb commit 365ea6f

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

articles/active-directory/verifiable-credentials/howto-verifiable-credentials-partner-au10tix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ As a developer you can share these steps with your tenant administrator to obtai
5656
1. Go to QuickStart > Verification Request > [Start](https://entra.microsoft.com/#view/Microsoft_AAD_DecentralizedIdentity/QuickStartVerifierBlade)
5757
1. Choose **Select Issuer**.
5858
1. Look for AU10TIX in the **Search/select issuers** drop-down.
59-
:::image type="content." source="media/verified-id-partner-au10tix/select-issuers.png" alt-text="Screenshot of the portal section used to choose issuers":::
59+
:::image type="content" source="media/verified-id-partner-au10tix/select-issuers.png" alt-text="Screenshot of the portal section used to choose issuers.":::
6060
1. Check the **Government Issued ID – Global** or other credential type.
6161
1. Select **Add** and then select **Review**.
6262
1. Download the request body and Copy/paste POST API request URL.
455 Bytes
Loading

articles/active-directory/verifiable-credentials/partner-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To be considered into Entra Verified ID partner documentation, submit your appli
2121
| IDV partner | Description | Integration walkthroughs |
2222
|:-------------------------|:--------------|:--------------|
2323
|![Screenshot of au10tix logo.](media/partner-gallery/au10tix.png) | [AU10TIX](https://www.au10tix.com/solutions/microsoft-azure-active-directory-verifiable-credentials-program) improves Verifiability While Protecting Privacy For Businesses, Employees, Contractors, Vendors, And Customers. | [Configure Verified ID by AU10TIX as your Identity Verification Partner](https://aka.ms/au10tixvc). |
24-
| ![Screenshot of a LexisNexis logo.](media/partner-gallery/lexisnexis-notransparent.png) | [LexisNexis](https://solutions.risk.lexisnexis.com/did-microsoft) risk solutions Verifiable credentials enables faster onboarding for employees, students, citizens, or others to access services. | [Configure Verified ID by LexisNexis Risk Solutions as your Identity Verification Partner](https://aka.ms/lexisnexisvc). |
24+
| ![Screenshot of a LexisNexis logo.](media/partner-gallery/lexisnexis.png) | [LexisNexis](https://solutions.risk.lexisnexis.com/did-microsoft) risk solutions Verifiable credentials enables faster onboarding for employees, students, citizens, or others to access services. | [Configure Verified ID by LexisNexis Risk Solutions as your Identity Verification Partner](https://aka.ms/lexisnexisvc). |
2525
| ![Screenshot of a Onfido logo.](media/partner-gallery/onfido.jpeg) | [Onfido](https://onfido.com/landing/onfido-microsoft-idv-service/) Start issuing and accepting verifiable credentials in minutes. With verifiable credentials and Onfido you can verify a person’s identity while respecting privacy. Digitally validate information on a person’s ID or their biometrics.| Not Available |
2626
| ![Screenshot of a Vu logo.](media/partner-gallery/vu.png) | [Vu Security](https://landings.vusecurity.com/microsoft-verifiable-credentials) Verifiable credentials with just a selfie and your ID.| Not Available |
2727
| ![Screenshot of a Jumio logo.](media/partner-gallery/jumio.jpeg) | [Jumio](https://www.jumio.com/microsoft-verifiable-credentials/) is helping to support a new form of digital identity by Microsoft based on verifiable credentials and decentralized identifiers standards to let consumers verify once and use everywhere.| Not Available |

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -91,36 +91,36 @@ In this step, you create the verified credential expert card by using Microsoft
9191
```
9292

9393
1. Copy the following JSON and paste it in the **Rules definition** textbox
94-
```JSON
95-
{
96-
"attestations": {
97-
"idTokenHints": [
98-
{
99-
"mapping": [
100-
{
101-
"outputClaim": "firstName",
102-
"required": true,
103-
"inputClaim": "$.given_name",
104-
"indexed": false
105-
},
94+
```JSON
95+
{
96+
"attestations": {
97+
"idTokenHints": [
10698
{
107-
"outputClaim": "lastName",
108-
"required": true,
109-
"inputClaim": "$.family_name",
110-
"indexed": false
99+
"mapping": [
100+
{
101+
"outputClaim": "firstName",
102+
"required": true,
103+
"inputClaim": "$.given_name",
104+
"indexed": false
105+
},
106+
{
107+
"outputClaim": "lastName",
108+
"required": true,
109+
"inputClaim": "$.family_name",
110+
"indexed": false
111+
}
112+
],
113+
"required": false
111114
}
112115
],
113-
"required": false
116+
"validityInterval": 2592000,
117+
"vc": {
118+
"type": [
119+
"VerifiedCredentialExpert"
120+
]
121+
}
114122
}
115-
],
116-
"validityInterval": 2592000,
117-
"vc": {
118-
"type": [
119-
"VerifiedCredentialExpert"
120-
]
121123
}
122-
}
123-
}
124124
```
125125

126126
1. Select **Create**.

0 commit comments

Comments
 (0)