OAuth without the need to login on ZOOM | Community
Skip to main content
Newcomer
June 20, 2023
Question

OAuth without the need to login on ZOOM

  • June 20, 2023
  • 1 reply
  • 0 views

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

Community Champion | Employee
June 20, 2023

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