How to reset credentials in console version of the Bot Framework Channel Emulator v3?

拜拜、爱过 提交于 2020-01-05 05:36:06

问题


There is an issue in v3.0.0 of the botbuilder / bot framework where authentication does not work with the local emulator (see https://github.com/Microsoft/BotBuilder/issues/625). The official workaround is to clear the appId and appPassword from the bot itself and from the emulator, thus bypassing authentication altogether.

This is easy in the Windows GUI version of the emulator, but in the console version this does not work. /settings allows you to change appId and appPassword, however pressing without any input will leave the current values. Hence you can't set them to nothing.

I tried adding a blank, commands like /reset, but nothing worked. Deleting / reinstalling the console emulator did keep the values, so they seem to me cached somewhere.

Is there a way to clear the settings cache / reset the credentials for the console emulator?

Using: Mono, Console version of Microsoft Bot Framework Channel Emulator v3, Mac OS


回答1:


I have just created a new version (v3.0.6037.27277) which fixes this (you can type 'disable' to disable AppId/AppPassword.) It has been published.

Thanks -Tom



来源:https://stackoverflow.com/questions/38326051/how-to-reset-credentials-in-console-version-of-the-bot-framework-channel-emulato

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!