Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot Framework SSO Showing "Object Moved" #6649

Open
14 tasks
tedtheoneandonly opened this issue May 20, 2024 · 0 comments
Open
14 tasks

Bot Framework SSO Showing "Object Moved" #6649

tedtheoneandonly opened this issue May 20, 2024 · 0 comments
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@tedtheoneandonly
Copy link

tedtheoneandonly commented May 20, 2024

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What package version of the SDK are you using.
4.2.2

Describe the bug

Give a clear and concise description of what the bug is.
We're creating a new Teams bot that retrieves an AAD V2 token. A few days ago, we started seeing an issue where every time a user tries to log in, the AAD browser opens, but then it shows Objected Moved in the header, followed by a reroute to the Bot Framework site. Users can't log in and generate a token.

To Reproduce

Steps to reproduce the behavior:

  1. Send a request to a bot in Teams with SSO set up (based on the SSO example here: https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-conversation-sso-quickstart/BotSSOSetup.md)
  2. The bot sends a login prompt, which you then click to sign in.
  3. A browser will appear to retrieve the token, but it will then show an "Object Moved" message in the header, and then reroute to the Bot Framework website.

Expected behavior

The browser should close by itself, meaning it returns a token and the bot will respond accordingly.

Screenshots

If applicable, add screenshots to help explain your problem.

image

Additional context

Add any other context about the problem here.

Tracking Status

Dotnet SDK TODO

  • PR
  • Merged

Javascript SDK TODO

  • PR
  • Merged

Python SDK TODO

  • PR
  • Merged

Java SDK TODO

  • PR
  • Merged

Samples TODO

  • PR
  • Merged

Docs TODO

  • PR
  • Merged

Tools TODO

  • PR
  • Merged
@tedtheoneandonly tedtheoneandonly added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant