I want to create a bot that can be used for several channels, such as Skype, commands, SMS, etc. For this, I use the BotBuilder SDK. I would like to authenticate the user through these channels. How am I doing this without asking him to log in via a web page? Since I’m already registered with the application (say, Skype), how can I get the email address or number depending on the context and implicitly authenticate?
If I want to do this with OAuth, I would require the user to log in every conversation, which I suppose is not the right way
source
share