Zoom Ionic SSO Login

Hi,

I’ve noticed you can login to zoom using a general username and password with the ionic SDK however I was wondering how to get authentication if a user has created an account with Zoom using SSO or Google OAuth?

Thanks

Hi @sreegrandhe,

Thanks for using Zoom SDK. The SSO login does not support Google or Facebook SSO login at the moment. If your company has SSO integration with Zoom, you could pass the SSO token generated from the SSO login to the SDK interface to perform SSO login.

Thanks!

Hi, exactly which “SDK interface” do i pass the oAuth Token? I am logging the user in at https ://zoom. us/oauth/authorize and my server is exchanging that for an AuthToken at https://zoom.us/oauth/token. So my server now makes requests to the Zoom API on behalf of the user. Great!

However the User of my app may want to join a meeting that requires Zoom login. The only SDK login method requires a un/pw which I’m actually embarrassed for Zoom for using this day and age. Regardless, the user is already logged in via oAuth, but I see no way to tell the SDK this.

I’m using the Ionic SDK. I see that the iOS sdk has a login method that accepts a sso token. Are you going to tell me its not supported in the Ionic SDK?

Next question, is the Ionic SDK source code available?

Thanks for your help!

Hey @mikkimichaelis ,

Checkout this method: https://marketplace.zoom.us/docs/sdk/native-sdks/ionic/mastering-zoom-sdk#8-start-an-existing-meeting-for-non-login-user

Thanks,
Tommy