Skip to content

Commit 50dbc5c

Browse files
committed
code snippet fix, restore link n partner wording
1 parent 7cd22bc commit 50dbc5c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/active-directory/verifiable-credentials/admin-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,14 +1228,15 @@ You are able to [search](how-to-issuer-revoke.md) for verifiable credentials wit
12281228

12291229
```csharp
12301230
string claimvalue = "Bowen";
1231-
string contractid = "ZjViZjJmYzYtNzEzNS00ZDk0LWE2ZmUtYzI2ZTQ1NDNiYzVhdGVzdDM";
1231+
string contractid = "<...your-contract-id-value...>";
12321232
string output;
12331233

12341234
using (var sha256 = SHA256.Create())
12351235
{
12361236
var input = contractid + claimvalue;
12371237
byte[] inputasbytes = Encoding.UTF8.GetBytes(input);
12381238
hashedsearchclaimvalue = Convert.ToBase64String(sha256.ComputeHash(inputasbytes));
1239+
output = System.Net.WebUtility.UrlEncode( hashedsearchclaimvalue );
12391240
}
12401241
```
12411242

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.author: barclayn
1414

1515
Our IDV partner network extends Microsoft Entra Verified ID's capabilities to help you build seamless end-user experiences. With Verified ID, you can integrate with IDV partners to enable remote onboarding using their identity verification and proofing services.
1616

17-
To be considered into Entra Verified ID partner documentation, submit your application [request](https://aka.ms/isvconnectvc)
18-
1917
## Partner list
2018

2119
| IDV partner | Description | Integration walkthroughs |

articles/active-directory/verifiable-credentials/services-partners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.author: barclayn
1212

1313
# Entra Verified ID Services and solution partners
1414

15-
Our Services partner network extends and accelerates Microsoft Entra Verified ID adoption. Service partners offer advisory, implementation, integration and managed service capabilities that can help you build seamless end-user experiences using Verified ID.
15+
Our Services and solutions partner network extends and accelerates Microsoft Entra Verified ID adoption. Service partners offer advisory, implementation, integration and managed service capabilities that can help you build seamless end-user experiences using Verified ID.
1616

1717
## Services and solution partner list
1818

19-
You could select a partner from the list and build seamless end-user experiences for onboarding, secure access to critical services, self-service and custom business application scenarios.
19+
You could select a partner from the list and build seamless end-user experiences for onboarding, secure access to critical services, self-service and custom business application scenarios. If you're a Services or solution Partner and would like to be considered into Entra Verified ID partner documentation, submit your application [request](https://forms.microsoft.com/r/AGVsXmf4EZ)
2020

2121

2222
| Services and solution partner | Website |

0 commit comments

Comments
 (0)