[Bug] Can not emulate Python bot with Bot Framework Emulator. Shall we remove APP_ID check when init ConfigurationServiceClientCredentialFactory? #2133
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
What package version of the SDK are you using.
Describe the bug
I found that recently APP_ID empty check has been added in the SDK: 579888d#:~:text=not%20supported%22)-,if%20app_type%20%3D%3D%20%22userassignedmsi%22%3A,Exception(%22Property%20%27APP_ID%27%20is%20expected%20in%20configuration%20object%22),-app_tenantid%20%3D%20(.
However, tools like Bot Framework Emulator allow users to bypass APP_ID and APP_PASSWORD to emulate bot activities. Do we really need this check? Is it by design? If not, shall we remove it?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Users can bypass APP_ID and APP_PASSWORD in the Python bot
The text was updated successfully, but these errors were encountered: