Hi Team, So my team is trying to create an OAuth app that allow our customers to grant their Zoom accounts with our services, it’s multiple accounts per customer.
Then we created multiple meetings through these accounts to work with multiple end users.
We used JWT before, but this takes time to set it up and kinda hard for most of people
So we switched to OAuth and realise it needs to be published in order to be used by our customers.
There are 2 problems here
- We need customers to login then grant access through a specific function.
- We connect multiple accounts per customer.
Since the development will take time, we need to ensure if our app can be published with the issues I mentioned above. Sorry for the ambiguous title, and my bad english.
Thank you.