OfficeDev / Microsoft-Teams-Samples

Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
MIT License
1.03k stars 788 forks source link

useing OAuthPrompt but teams are not responding #1421

Open MDZZ3 opened 1 month ago

MDZZ3 commented 1 month ago

problem description: after starting,enter any text,I think the expected effect should be like this image

microsoft teams will pop up a continue button to allow us to authoize,but now teams is not responding image

We tried many time but still it`s like this,can you please help me solve it? thanks

ps:web chat can log in normally image

Examples of use:https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-teams-authentication/nodejs

Nivedipa-MSFT commented 1 month ago

@MDZZ3 - Thanks for reporting your issue. We will check this and update you soon.

MDZZ3 commented 1 month ago

@Nivedipa-MSFT ok, thanks

Nivedipa-MSFT commented 1 month ago

@MDZZ3 - We are able to repro your issue. We have informed sample team to investigate further. We will let you know once we get any updates from them.

MDZZ3 commented 1 month ago

@Nivedipa-MSFT thanks,hope the reason can be found out soon,because our teams bot fails to allow users to log in successfully due to this problem

Nivedipa-MSFT commented 1 month ago

@MDZZ3 - The Sample team is working on it. We will let you know once we get any updates from them.

MDZZ3 commented 1 month ago

@Nivedipa-MSFT ok

AndroMsd commented 1 month ago

Same issue with the .net samples. Is the issue located on samples that are outdated or is it a bug somewhere inside the bot framework ? If it's an issue with the samples, would be awesome if someone can show me an actual working example. Thanks in advance.

Nivedipa-MSFT commented 1 month ago

@MDZZ3, @AndroMsd - The sample team is working on the bot-teams-authentication sample to fix the issue. Meanwhile, could you please try this similar sample? Microsoft-Teams-Samples/samples/bot-conversation-sso-quickstart/js at main · OfficeDev/Microsoft-Teams-Samples

jomalsan commented 4 weeks ago

+1 on the sample not working. Commenting to get updates when they are posted. A few things I noticed:

MDZZ3 commented 2 weeks ago

@Nivedipa-MSFT Now that I run this js sample(https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-conversation-sso-quickstart/js) and our program has returned to normal, has anything been updated? thanks

Nivedipa-MSFT commented 1 week ago

@MDZZ3 - No, there is no update in this sample. It is functioning as it did previously.