Appearance
Zoom authentication
Zoom authentication lets your users sign in with their Zoom account.
Setup in the Zoom dashboard
- Go to the Zoom App Marketplace.
- Create an OAuth app (or open an existing app).
- Add a redirect URL (the URL Zoom sends users back to after login).
- Use the full URL of the page you select as
Success pagein WeWeb.
- Use the full URL of the page you select as
- Copy your credentials (for example
Client IDandClient Secret).
Connect Zoom in WeWeb
- In the WeWeb editor, go to
Data & API → Auth → Integrating providers. - Select
Zoomand turn on theEnabletoggle. - Paste your credentials into the fields shown in WeWeb.
- Click
Save.
Test sign in
- Add a “Continue with Zoom” button in
Interface. - Create a workflow on click and add
Sign in with social provider. - Set:
Provider:zoomSuccess page,Error page, And (optional)New user page
- Preview and complete the sign-in flow.
Common pitfalls
Redirect URL mismatch
Make sure the redirect URL in Zoom exactly matches the Success page URL you selected in WeWeb.
Reference
| Setting in WeWeb | Description | Where to find it in Zoom |
|---|---|---|
Client ID | Identifies your Zoom OAuth app. | Zoom app credentials in the marketplace. |
Client Secret | Used to complete the sign-in flow securely. | Zoom app credentials in the marketplace. |
FAQs
Which redirect URL should I add in Zoom?
Use the full URL of the page you choose as Success page in Sign in with social provider.

