Hello Zoom Team,
I’m developing an OAuth integration for my education platform (Clessy - https://clessy.io) that creates Zoom meetings for scheduled classes.
I need manual domain validation for my app because my OAuth redirect URL uses Supabase Edge Functions, hosted on the supabase.co domain, which I do not own or control.
Redirect URL: https://vyelgzqfrmzrdtifmewp.supabase.co/functions/v1/zoom-oauth?action=callback
Context:
-
Supabase is a Backend-as-a-Service platform (similar to Firebase) that hosts serverless functions on *.supabase.co subdomains.
-
I cannot place HTML verification files or DNS TXT records on supabase.co since it is owned by Supabase Inc.
-
All other URLs (Privacy Policy, Terms of Use, Support) are on my own domain (clessy.io), which I can validate normally.
App details:
-
App Name: Clessy
-
App Type: General App (OAuth)
-
Scopes: meeting:write:meeting, user:read:user
-
Use case: Server-side integration to create Zoom meetings for scheduled classes in an education management platform.
I’d appreciate your help with manual validation for the supabase.co domain. Happy to provide any additional information via DM.
Thank you!