Deeplink to Zoom App for GAuth

I,

I am trying to implement Google Auth in my Zoom App. I am using OpenURL() to initiate Google OAuth flow but the redirect_uri gets open in the browser. I need to get the auth_token from the system browser to Zoom Client . Is there a way to deeplink my zoomapp so I can pass the deeplink as redirect_uri to Google Auth?
Note, when I install my zoom app from the browser, I see the redirect_uri contains code query param but I don’t see this in my Zoom app. How can I get this code in my zoom app client?

I also tried doing Google Auth inside Zoom client but google API (Gapi) does not load users despite of successful authentication.

1 Like

@ribhu Have you had a chance to review our new advanced sample app? We have an example of third-party auth that might help.