Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-06-20 04:57 AM
Hello,
I need to move my code from JWT to OAuth because JWT is being dropped by ZOOM.
Setting up the OAuth is working fine and I am able to communicate between my app and ZOOM. BUT ... with OAuth I need to login on ZOOM before I can do what I need to do in my app.
Problem is that my app needs to show the recorded videos, made under the ZOOM account, without my app users logging in on my ZOOM account. This functionality was working fine with JWT and I need to have it to work with OAuth as well.
So the question is: is there a way to work with OAuth without the need to login on ZOOM (I think I know the answer, but I need to be sure).
Thanks,
Bart
2023-06-20 06:57 AM
@rotsheide - Are you using the client OAuth or the server-to-server OAuth? Server-to-server should not require you to sign in since it is not associated to a user, so it does not need to verify the user's permissions.