Botframework-solutions: Login fails when deployed to teams

Created on 4 Dec 2018  ·  4Comments  ·  Source: microsoft/botframework-solutions

Project

Calendar Skill

Description

When asking "what's my schedule like in teams, the oauth card appears but the Login button doesn't respond.

To Reproduce

@vassist "What's my schedule like"

Expected behavior

Just like the emulator, it should pop up a browser for me to log in

Screenshots

nothing

Additional context

Bug

All 4 comments

I also encountered the same issue. Login button is not prompted in Teams.

The exact same code on a direct channel on the web works just fine but I'd like for it to work on teams.

signin

Looks like this is related to this bug: https://github.com/Microsoft/BotBuilder/issues/4768

It contains a work around, and I'll try to add it in to our codebase this week.

I have verified that it works with the TeamsAuthWorkaroundMiddleware added.

thanks you!

works

Was this page helpful?
0 / 5 - 0 ratings