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
878 stars 484 forks source link

Local debugging with UserAssignedMSI #6803

Closed tracyboehrer closed 1 month ago

tracyboehrer commented 5 months ago

MSI does not work with NGrok and Emulator. There is currently no way to perform local debugging on a bot as can be done with MultiTenant secret based App Registrations. This is a restriction on Microsoft tenants only.

There is no solution at the moment, and ETA is undetermined.

This will be required on all SDK platforms.

tracyboehrer commented 4 months ago

Current recommendation is remote debugging of a bot deployed to Azure.