Skip to content

Commit 4e6cbc7

Browse files
authored
Merge pull request #174315 from barclayn/vc-october-client-ap1
moving to new pr
2 parents 516517f + 5d386f0 commit 4e6cbc7

File tree

60 files changed

+1730
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1730
-10
lines changed

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
- name: Tutorials
99
expanded: true
1010
items:
11-
- name: Get started with verifiable credentials
12-
href: get-started-verifiable-credentials.md
13-
- name: Configure verifiable credentials in your tenant
14-
items:
15-
- name: 1 - Set up Verifiable Credentials issuer in your own Azure AD
16-
href: enable-your-tenant-verifiable-credentials.md
17-
- name: 2- Connect your verifiable credentials issuer to your own Azure AD
18-
href: issue-verify-verifiable-credentials-your-tenant.md
11+
- name: Set up the Verifiable Credentials service
12+
href: verifiable-credentials-configure-tenant.md
13+
- name: Issue a verifiable credential
14+
href: verifiable-credentials-configure-issuer.md
15+
- name: Verify a Verifiable Credential
16+
href: verifiable-credentials-configure-verifier.md
1917
- name: Concepts
2018
expanded: true
2119
items:
@@ -32,6 +30,8 @@
3230
href: plan-issuance-solution.md
3331
- name: Plan your verification solution
3432
href: plan-verification-solution.md
33+
- name: Using the Request Service REST API
34+
href: get-started-request-api.md
3535
- name: How to customize your credentials
3636
href: credential-design.md
3737
- name: Manage credential revocation
@@ -49,6 +49,15 @@
4949
href: https://didvc-issuer-sample.azurewebsites.net/
5050
- name: Sample Verifier
5151
href: https://didvc-verifier-sample.azurewebsites.net/
52+
- name: Reference
53+
expanded: true
54+
items:
55+
- name: What's new
56+
href: whats-new.md
57+
- name: Issuance API specification
58+
href: issuance-request-api.md
59+
- name: Presentation API specification
60+
href: presentation-request-api.md
5261
- name: Resources
5362
expanded: true
5463
items:

articles/active-directory/verifiable-credentials/decentralized-identifier-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Enables real people to use decentralized identities and Verifiable Credentials.
8282
An API that connects to our ION node to look up and resolve DIDs using the ```did:ion``` method and return the DID Document Object (DDO). The DDO includes DPKI metadata associated with the DID such as public keys and service endpoints.
8383

8484
**5. Azure Active Directory Verified Credentials Service**
85-
An issuance and verification API and open-source SDK for [W3C Verifiable Credentials](https://www.w3.org/TR/vc-data-model/) that are signed with the ```did:ion``` method. They enable identity owners to generate, present, and verify claims. This forms the basis of trust between users of the systems.
85+
An issuance and verification service in Azure and a REST API for [W3C Verifiable Credentials](https://www.w3.org/TR/vc-data-model/) that are signed with the ```did:ion``` method. They enable identity owners to generate, present, and verify claims. This forms the basis of trust between users of the systems.
8686

8787
## A sample scenario
8888

articles/active-directory/verifiable-credentials/enable-your-tenant-verifiable-credentials.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ms.topic: tutorial
1010
ms.subservice: verifiable-credentials
1111
ms.date: 06/24/2021
1212
ms.author: barclayn
13-
ms.reviewer:
13+
ms.reviewer:
14+
ROBOTS: NOINDEX
1415

1516
# Customer intent: As an administrator, I want the high-level steps that I should follow so that I can quickly start using verifiable credentials in my own Azure Active Directory.
1617

0 commit comments

Comments
 (0)