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

Microsoft's token framework cancel button throws Service error -Missing required query string parameter: code #967

Open
sapnaavya opened this issue Sep 19, 2023 · 7 comments
Assignees
Labels
bug Something isn't working platform-issue Teams JS issue

Comments

@sapnaavya
Copy link

sapnaavya commented Sep 19, 2023

When user hit on the cancel button, it redirects the user to Microsoft's token framework url - https://token.botframework.com/.auth/web/redirect and that redirect URL throws this service error saying that code is missing in query params. Any idea what could be causing this issue? and where can we set this code?

image

image

@microsoft-github-policy-service

Hi @sapnaavya! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@sayali-MSFT
Copy link

@sapnaavya - Thanks for reporting your issue.
We will check this at our end and will get back to you.

@sayali-MSFT
Copy link

@sapnaavya -We are able to repro the issue, we will be checking this with internal team and let you know once we have any update.
Screenshot 2023-09-20 174817

@sayali-MSFT
Copy link

@sapnaavya - We have raised bug for the same. We will inform you once we get any update.

@ChetanSharma-msft ChetanSharma-msft added the bug Something isn't working label Oct 3, 2023
@sayali-MSFT
Copy link

@sapnaavya -Sorry for delay in response!!
We are actively checking the status of bug with engineering team and let you know the updates, if we have any.

@hannesgouws096
Copy link

hannesgouws096 commented Dec 13, 2023

Just hit the same issue with Bot frameword sdk - but with directline channel

https://token.botframework.com/.auth/web/redirect?error=access_denied&error_subcode=cancel&state=05c9355308c14be48fc2a8af3d79086e

{
"error": {
"code": "ServiceError",
"message": "Missing required query string parameter: code. Url = https://token.botframework.com/.auth/web/redirect?error=access_denied&error_subcode=cancel&state=05c9355308c14be48fc2a8af3d79086e"
}
}

@sayali-MSFT
Copy link

@hannesgouws096 -We will inform the engineering team and let you know the update once we have any.

@ChetanSharma-msft ChetanSharma-msft added the platform-issue Teams JS issue label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform-issue Teams JS issue
Projects
None yet
Development

No branches or pull requests

4 participants