Recently, I always fail to login to Zoom through OAuth webpage, and the error message is as shown in the figure below.
This error rarely occurred before. Is it a bug caused by the update of the official Zoom oauth login page?
Our application is based on the zoom android meeting sdk. The login page is completed by using webview to load the oauth page. The following is the console information of webview。
@xbwang2-zoomdev ,
Thank you for posting in the Zoom Developer Forum. I’m happy to help you.
First, can you share what is happening before you get to the sign in screen? Is this set up by your company, or is it part of a workflow in your app or the app you are building? Also, could you let me know if you are using the latest version of your browser, as that can cause issues as well?
Thank you for posting in the Zoom Developer Forum. For mobile devices—in your case, Android—you should leverage the PKCE flow rather than signing in. Here’s our documentation on the PKCE flow for reference:
Hi Donte,
This I have integrated to use Zoom meeting SDK API.
But for login purpose we have integrated OAuth 2.0 so we need to fix the issue. It`s not like if we get one issue then we should look for alternate solution.
If you have doubt in understanding the issue please let me know I will explain more in details.
Thanks for the context, @archana.kumari2! For Android, PKCE OAuth offers a better approach. Using PKCE OAuth instead of OAuth 2.0 isn’t an alternative solution, but rather a specific type of OAuth. It allows for a smoother authentication flow, particularly on mobile devices where redirects can be challenging. Can you help me better understand your use case and workflows? This will allow me to assess whether this needs further internal investigation.
Also, can you clear the browsing history and let me know if that behavior persists?
@donte.zoom
Yes, I have integrated Meeting SDK for Android and use the PKCE OAuth for login.
This issue seams like zoom server’s bug. Sometimes it happens frequently, sometimes it happens occasionally
Hi Donte,
We have integrated PKCE OAuth only but while authenticating getting toast error message from Server some times and login doesn`t get success.
login url we prepare using PKCE OAuth only , you can see url params code_challenge and code_challenge_method.
Please see the documentation for reference
Both link we follow to prepare step1 url
Then we load url which we got from step1 in webView then if authentication is successful then redirect url gets load with code which client has sent.
If this url gets load in Webview means Zoom server has identify the user.
While issue (when we get toast with reCaptha error then Redirect URL is not getting loaded.
If any doubt please post here I will explain more or we can communicate on call.
Hi Donte,
Please find other attachement and
x-zm-trackingid:v=2.0;clid=us04;rid=WEB_df396bee7e125cdfd923bcdd2c467317
in case of issue. In case of this x-zm-trackingid issue got reproduce.
Thanks for sharing the x-zm-tracking id! Can you also provide details about the steps you’ve taken to trigger the reCAPTCHA error? Also, what kind of browser are you using?
Hi Donte,
Just you have to take login we get this issue. We are using WebView in our application.
Login url we are loading in WebView. If any confusion please post here.
Thanks & Regards
Archana