microsoft / BotFramework-DirectLine-DotNet

C# client library for Microsoft Bot Framework's Direct Line protocol
MIT License
27 stars 36 forks source link

Fetch and Use AAD Token for Authentication #24

Open bwamie opened 2 years ago

bwamie commented 2 years ago

A new policy, DisableLocalAuth, was added to Azure Bot Service to enable bot resource owners to enforce bots in particular subscriptions to explicitly use AAD token instead of secret.

This PR is to update DirectLine client to be able to support using AAD token.

Follow this doc if you would like to test the feature.