Skip to content

Commit

Permalink
Merge pull request #6 from BobGerman/BG-Repairs-local-auth-sample
Browse files Browse the repository at this point in the history
Another tweak to the readme
  • Loading branch information
BobGerman authored Oct 11, 2024
2 parents 53dbbd5 + 5c5d133 commit 7c63899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/da-repairs-oauth-validated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c63899

Please sign in to comment.