microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

feat: Ase Channel Validation #6719

Closed fangyangci closed 6 months ago

fangyangci commented 6 months ago

Is your feature request related to a problem? Please describe. DL_ASE channel need to connect bot with https/websocket. But it can get token with ABS, it needs a special validation.

Describe the solution you'd like Ase Channel will use user's appid/apppassword/tententid to generate an AAD token for bot to validate.

-