Google sign in for Zoom login iOS Zoom SDK

Description
I need to add google sign-in capability for zoom login through zoom SDK in my own app. I have added google sign in capability to my own project to get token after login. I have a pass that token to loginWithSSO (MobileRTC.shared().getAuthService()?.login(withSSOToken: AccessToken!, rememberMe: false) function using zoom SDK but it failed to login. Somewhere I read that we need to generate the SSO token for login. Can you tell me how do I generate the SSO token after successfully log in from google?

Which version?
Version: v5.0.24433.0616
Xcode Version: 11.5
macOS: Catalina (10.15.5)

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Add google sign-in capability.
  2. get the token from google sign in.
  3. pass that token to login with SSO function to login.
  4. Got 1006 return value in onMobileRTCLoginReturn callback

Smartphone (please complete the following information):

  • Device: iPhone 6
  • OS: iOS 12
  • Version 4.8

Hey @suraj.shendkar

Thanks for using the dev forum!

I do not believe you can pass the token given to you from Google directly into that function. To leverage SSO in this SDK you would need to set up your SSO through Zoom. This page should put you in the right direction with this process https://support.zoom.us/hc/en-us/articles/201363003-Getting-started-with-SSO.

If you have any other questions please let me know.
Thanks!
Michael

Thanks.

Hey @sofiavergarausa615,

You are welcome! Please let us know if you have any other questions.

Thanks!
Michael