cancel
Showing results for 
Search instead for 
Did you mean: 

OAuth without the need to login on ZOOM

rotsheide
Newcomer
Newcomer

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

1 REPLY 1

colegs
Community Champion | Zoom Employee
Community Champion | Zoom Employee

@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.