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

Invalid access token, this access token is not supported as query parameter string #6

Open
camilogarzon opened this issue Feb 28, 2023 · 0 comments

Comments

@camilogarzon
Copy link

As a part of our continuing efforts to improve the security of Zoom OAuth App Types using Authorization flow, Zoom removed the ability to set the access tokens, refresh tokens and revoke tokens in the URL query parameters. This change took effect on February 2023. To fix this, all the token values should be set in the Authorization header and not the HTTP query parameters.

The next error is thrown if the access-token is not set in the Authorization header:

error: {
  statusCode: 401,
  data: '{"code":124,"message":"Invalid access token, this access token is not supported as query parameter string."}

PR with patch: #5

Zoom Dev Forum: https://devforum.zoom.us/t/security-update-no-token-values-in-url-query-parameters/78782

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant