How to add Zoom login with Google? (Android)

I am struggling to find information about how to add Zoom login with a Google account.

There seems to be a login method with email and password, but login through Google would be considerably more convenient - especially as I suspect many users simply create a Zoom account or sign in through existing Google or Facebook accounts.

Screenshot from Zoom’s website:

For now I can do without SSO and Facebook, but I’d appreciate some starting points for integrating sign-in with Google.

Smartphone (please complete the following information):

  • Device: Android
  • OS: Android 8.1.0
  • Version: 27

Hi Erlend ,

Thanks for the post. I believe if you are asking this question for Android SDK, not Zoom Android client. We offer SSO login interface in Android SDK: https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/start-join-meeting/sso-login-user/authentication, and it is expecting an SSO token generated from 3rd party IDP(It is the same process for Google, Facebook, etc.). The part of generating the SSO token needs to be handled by the developer. The following link could be helpful:

Hope this helps. Thanks!