Authenticate user in Microsoft bot framework [closed]

 ̄綄美尐妖づ 提交于 2019-12-01 08:20:15

Directly authenticating user through chat window is not recommended and in such cases you'll need to use magic codes for authentication. Consider using third pattern described there which is quite secure.

You must use a signin card, to ensure the user is authenticated and you know the user. You must avoid to ask the user to enter his credential in the chat. For the idle time, you can use a middleware component to intercept all messages from user and review the last time he sent a message to the bot.

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