southworks / BotBuilder-Samples

Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
https://github.com/Microsoft/BotBuilder
MIT License
6 stars 6 forks source link

[DotNet] Add Bot Authentication SNI sample bot #416

Closed JhontSouth closed 1 year ago

JhontSouth commented 1 year ago

minor

Description

This PR adds a new sample for csharp_dotnetcore that shows how to authenticate the Azure bot using the Subject Name/Issuer from MSAL.

Proposed Changes

Testing

This image shows the new bot-authentication-sni sample working. image

JhontSouth commented 1 year ago

Promoted to 3917