microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
712 stars 285 forks source link

[URGENT] Sign in Button inside the OAuth Card created by OAuthPrompt Dialog is not being rendered on MS Teams anymore. #2169

Closed Kevv-J closed 2 months ago

Kevv-J commented 2 months ago

Version

4.14.3

Describe the bug

I have setup OAuth with Azure Bot as outlined in Microsoft Documentation. It was working fine before. I was able to sign in and chat with bot. image But now the Sign in Button is not visible image

To Reproduce

Steps to reproduce the behavior:

  1. Setup OAuth with MS Teams as outlined here
  2. Try Signing in with OAuth
  3. Unable to Sign in because the button is not being rendered on MS Teams

Expected behavior

I should be able to sign in to ms teams using OAuth as it used to work earlier. as shown in the sample.

Kevv-J commented 2 months ago

This works fine from webchat btw image

Kevv-J commented 2 months ago

I just checked with a Client, they faced this in production today as well. Only new users are facing this issue because older users are logged in already.

Please look into this urgently.

tracyboehrer commented 2 months ago

When did this start? BTW, this doesn't appear to be language or SDK version specific.

tracyboehrer commented 2 months ago

This is a Teams issue. I believe a fix is in progress.

Kevv-J commented 2 months ago

Hi @tracyboehrer,

Thanks a lot for forwarding this issue to the correct Team.

I had raised a support ticket with Microsoft as well and got a reply saying they've applied to fix. I've tested it and its working for me although I've not got confirmation from the client whether its fixed in their prod environment.

Thanks a lot again.

Kevv-J commented 2 months ago

Client has confirmed issue is fixed in prod as well.