Change JWT to OAuth in app marketplace

Hello guys, i am using “JWT” type authorization APP for my own zoom system to create meeting.

Is it i create a new OAuth app in APP Marketplace and disable the old “JWT” one, i still can use my zoom API to create meeting which i don’t need to change my own zoom system source code?

You need to create a new Server-to-Server App if you want to have it similar to the JWT.
The authentification with Server-to-server Apps can be done also on a scripted solution like JWT has done it, but much saver. All deliviered tokens for accessing your APIs are only valid for 1h.
With JWT you had access to your Zoom environment with “global admin” rights. For the Server-to-Server App you have to add your scopes of APIs you want to use.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.