You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download [ngrok](https://ngrok.com/) and sign up for a free account. If you can't use `ngrok` in your organization, please read this [FAQ](verifiable-credentials-faq.md#i-can-not-use-ngrok-what-do-i-do).
43
+
- Download [ngrok](https://ngrok.com/) and sign up for a free account. If you can't use `ngrok` in your organization,read this [FAQ](verifiable-credentials-faq.md#i-can-not-use-ngrok-what-do-i-do).
44
44
- A mobile device with Microsoft Authenticator:
45
45
- Android version 6.2206.3973 or later installed.
46
46
- iOS version 6.6.2 or later installed.
@@ -50,82 +50,53 @@ The following diagram illustrates the Microsoft Entra Verified ID architecture a
50
50
In this step, you create the verified credential expert card by using Microsoft Entra Verified ID. After you create the credential, your Azure AD tenant can issue it to users who initiate the process.
51
51
52
52
1. Using the [Azure portal](https://portal.azure.com/), search for **Verified ID** and select it.
53
-
2. After you [set up your tenant](verifiable-credentials-configure-tenant.md), the **Create credential** should appear. Alternatively, you can select **Credentials** in the left hand menu and select **+ Add a credential**.
54
-
3. In **Create credential**, select **Custom Credential** and select**Next**:
53
+
1. After you [set up your tenant](verifiable-credentials-configure-tenant.md), the **Create credential** should appear. Alternatively, you can select **Credentials** in the left hand menu and select **+ Add a credential**.
54
+
1. In **Create credential**, select **Custom Credential** and click**Next**:
55
55
56
56
1. For **Credential name**, enter **VerifiedCredentialExpert**. This name is used in the portal to identify your verifiable credentials. It's included as part of the verifiable credentials contract.
57
57
58
58
1. Copy the following JSON and paste it in the **Display definition** textbox
@@ -136,23 +107,23 @@ In this step, you create the verified credential expert card by using Microsoft
136
107
"outputClaim": "lastName",
137
108
"required": true,
138
109
"inputClaim": "$.family_name",
139
-
"indexed": true
110
+
"indexed": false
140
111
}
141
112
],
142
113
"required": false
143
114
}
144
-
]
145
-
},
146
-
"validityInterval": 2592000,
147
-
"vc": {
148
-
"type": [
149
-
"VerifiedCredentialExpert"
150
-
]
115
+
],
116
+
"validityInterval": 2592000,
117
+
"vc": {
118
+
"type": [
119
+
"VerifiedCredentialExpert"
120
+
]
121
+
}
151
122
}
152
123
}
153
-
```
124
+
```
154
125
155
-
5. Select **Create**.
126
+
1. Select **Create**.
156
127
157
128
The following screenshot demonstrates how to create a new credential:
158
129
@@ -357,4 +328,4 @@ public async Task<ActionResult> issuanceRequest()
357
328
358
329
## Next steps
359
330
360
-
In the [next step](verifiable-credentials-configure-verifier.md), learn how a third-party application, also known as a relying party application, can verify your credentials with its own Azure AD tenant verifiable credentials API service.
331
+
In the [next step](verifiable-credentials-configure-verifier.md), learn how a third-party application, also known as a relying party application, can verify your credentials with its own Azure AD tenant verifiable credentials API service.
0 commit comments