From 5c5d1330861eaf976608903793ecfde8e3216be1 Mon Sep 17 00:00:00 2001 From: Bob German Date: Fri, 11 Oct 2024 14:44:24 -0400 Subject: [PATCH] Another tweak to the readme --- samples/da-repairs-oauth-validated/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/da-repairs-oauth-validated/README.md b/samples/da-repairs-oauth-validated/README.md index a3f7041..4706b6c 100644 --- a/samples/da-repairs-oauth-validated/README.md +++ b/samples/da-repairs-oauth-validated/README.md @@ -8,9 +8,9 @@ This sample demonstrates how to build a declarative agent for Microsoft 365 Copi Key aspects of the sample: - - Shows how to configure Teams Toolkit make a declarative agent with an API plugin that is secured with Entra ID with just F5 to run locally. This differs from the Teams Toolkit scaffolding, which doesn't authenticate users locally but instead relies on use of [Azure App Services authentication (EasyAuth)](https://learn.microsoft.com/azure/app-service/overview-authentication-authorization) for security in Azure only. + - Shows how to configure Teams Toolkit make a declarative agent with an API plugin that is secured with Entra ID with just F5 to run locally. - - Shows how to validate an Entra ID access token in NodeJS (JavaScript/TypeScript) rather than rely on an external service. + - Shows how to validate an Entra ID access token in NodeJS (JavaScript/TypeScript) rather than rely on an external service. This differs from the Teams Toolkit scaffolding, which doesn't authenticate users locally but instead relies on use of [Azure App Services authentication (EasyAuth)](https://learn.microsoft.com/azure/app-service/overview-authentication-authorization) for security in Azure only. Here are some advantages of validating the token in your code instead of using Easy Auth