Login user with MS Teams bot
问题 I'm working on a bot using the MS Botframework and trying to use a signin card with MS Teams. I can get the signin card to show up in Teams as expected, but clicking the sign in button doesn't do anything. Any ideas what is going on here? I can't find much documentation about how to sign in a user for a session with the bot. I'm using the Nodejs botbuilder library. My code: bot.dialog('/signin', [ function (session) { var msg = new builder.Message(session) .attachments([ new builder