From 1106689fb97b61d1ad9d61ed0c017879b5149702 Mon Sep 17 00:00:00 2001 From: Bob German Date: Fri, 11 Oct 2024 14:35:04 -0400 Subject: [PATCH] Small update to README --- samples/da-repairs-oauth-validated/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/da-repairs-oauth-validated/README.md b/samples/da-repairs-oauth-validated/README.md index 0b20954..a3f7041 100644 --- a/samples/da-repairs-oauth-validated/README.md +++ b/samples/da-repairs-oauth-validated/README.md @@ -24,7 +24,7 @@ Key aspects of the sample: For these reasons, developers may choose to follow the approach used in this sample. - Microsoft does not currently provide a library for validating OAuth tokens in NodeJS; the [official documentation is here](https://learn.microsoft.com/entra/identity-platform/claims-validation). So this sample uses an open source library ([jwt-validate](https://www.npmjs.com/package/jwt-validate)) by [Waldek Mastykarz](https://github.com/waldekmastykarz), which aims to follow the documented practices. This library is not a Microsoft product, and is subject to an MIT license (i.e. use at your own risk). Many thanks to Waldek for creating the library since Microsoft does not currently provide a token validation library for NodeJS. + Microsoft does not currently provide a library for validating OAuth tokens in NodeJS; the [official documentation is here](https://learn.microsoft.com/entra/identity-platform/claims-validation). So this sample uses an open source library ([jwt-validate](https://www.npmjs.com/package/jwt-validate)) by [Waldek Mastykarz](https://github.com/waldekmastykarz), which aims to follow the documented practices. This library is not a Microsoft product, and is subject to an MIT license (i.e. use at your own risk). Many thanks to Waldek for creating the library. ## Prerequisites ![drop](https://img.shields.io/badge/Teams Toolkit for VS Code-5.10-green.svg)