Skip to content

Commit a6a9ab2

Browse files
committed
making changes in response to reviewer feedback
1 parent cde5f85 commit a6a9ab2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
- name: Tutorials
99
expanded: true
1010
items:
11-
- name: Setup the Verifiable Credential Service
11+
- name: Set up the Verifiable Credentials service
1212
href: verifiable-credentials-configure-tenant.md
13-
- name: Issue a Verifiable Credential
13+
- name: Issue a verifiable credential
1414
href: verifiable-credentials-configure-issuer.md
1515
- name: Verify a Verifiable Credential
1616
href: verifiable-credentials-configure-verifier.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this article, you learn how to:
2828
2929
## Prerequisites
3030

31-
- Before you start, it's important to [Setup a tenant for Azure AD Verifiable credentials](https://tbd-link-to-the-tenant-config-article/)
31+
- Before you start, it's important to [Setup a tenant for Azure AD Verifiable credentials](verifiable-credentials-configure-tenant.md)
3232
- You need [GIT](https://git-scm.com/downloads) installed If you want to clone the repository that hosts the sample app,
3333
- [Visual Studio Code](https://code.visualstudio.com/Download) or similar code editor
3434
- [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0)

articles/active-directory/verifiable-credentials/whats-new.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ ms.author: barclayn
1414

1515
# What's new in Azure Active Directory Verifiable Credentials (preview)
1616

17-
In this document you can find the latest features, improvements and changes in the Azure AD Verifiable Credentials service.
17+
In this document you can find the latest features, improvements, and changes in the Azure AD Verifiable Credentials service.
1818

1919
## October 2021
2020

2121
**Public Preview of the Request Service API.**
2222

23-
Developers can start using the new [Request Service API](get-started-request-api.md) to easily build applications that can issue, verify credentials or do both from any programming language of choice. This new REST API provides an improved abstraction layer and integration to the Azure AD Verifiable Credentials Service.
24-
With the release of the Request Service API, we are moving away from our initial NodeJS-based SDK, and we highly recommend you to start using the API as we’ll be deprecating the the NodeJS SDK in the following months. Our documentation and samples have been refreshed to use the Request Service API. To learn more about the API go here: <https://aka.ms/vcapi>
23+
Developers can start using the new [Request Service API](get-started-request-api.md) to easily build applications that can issue, verify credentials, or do both from any programming language of choice. This new REST API provides an improved abstraction layer and integration to the Azure AD Verifiable Credentials Service.
24+
With the release of the Request Service API, we are moving away from our initial NodeJS-based SDK, and we highly recommend you to start using the API as we’ll be deprecating the NodeJS SDK in the following months. Our documentation and samples have been refreshed to use the Request Service API. Learn more about the [request service API](get-started-request-api.md)
2525

2626
## April 2021
2727

2828
**Azure Active Directory Verifiable Credentials is in Public Preview.**
2929

30-
Azure AD customers can now easily issue verifiable credentials to represent proof of employment, education, or any other claim so that the holder of such a credential can decide when, and with whom, to share their credentials. Each credential is signed using cryptographic keys associated with the DID that the user owns and controls. Learn more here: <https://aka.ms/didfordevs>
30+
Azure AD customers can now easily issue [verifiable credentials](../verifiable-credentials/) to represent proof of employment, education, or any other claim so that the holder of such a credential can decide when, and with whom, to share their credentials. Each credential is signed using cryptographic keys associated with the DID that the user owns and controls.
3131

3232
## Next steps
3333

34-
If you have additional questions, please contact us through [support](https://azure.microsoft.com/support/options/).
34+
If you have questions, you may contact us through [support](https://azure.microsoft.com/support/options/).

0 commit comments

Comments
 (0)