OAuth Redirect URL query parameter lost after user login

Hey @johnrix,

Query params are not supported in redirect urls currently. You will need to utilize the state query param, and then do any further redirects / logic on your redirect url page.

https://marketplace.zoom.us/docs/guides/auth/oauth#getting-access-token

Thanks,
Tommy