Description
Hi, would it be possible to pass a token to the single sign on form to bypass it (like in the ios sdk).
If not, what would be the way to setup that login callback on the frontend?
I followed these:
Error
Not sure what I should do on the callback windows.
Which Web Client SDK version?
1.9.1
To Reproduce(If applicable)
Steps to reproduce the behavior:
Thank you for reaching out to the Zoom Developer Forum. Just to clarify, are you referring to skipping the form when you attempt to Join an Authenticated meeting with the Web SDK? Or, are you referring to using the Zoom client?
When it comes to the Web SDK, we don’t have a method to bypass the log in that I’m aware of. Can you provide more information on the callback that you are looking to create?
Thanks for the reply, yes it was to pass the token to the meeting to ease the single sign on flow. The other part of my question refers to how would I implement sso callback ?
I followed instructions from my post above. When I test with the web SDK, the callback sent to my server throw this: UnauthorizedError: No authorization token was found
It happen when I require users to be authenticated and sign in through the single sign on form.
I did set the authentification profile of the account on zoom to my auth0’s tenant info.
What I did assume is that this is supposed to be sent back to my zoom’s location endpoint (as part of the SAML login flow), but I get this error {"status":false,"errorCode":6028,"errorMessage":"The signature is not trusted or invalid, please check the certificate in the Zoom SAML page.","result":null}
Below I attached few screenshots of the login flow and the console requests.
I really appreciate the additional information! I’ll need to reach out to some internal resources to make sure I’m providing accurate information.
Please send an email to developersupport@zoom.us with a link to this thread. If possible, please include a link to a git repo that has the zoom-sso-test code which demonstrates the issue.