JWT Token - 1 per account?

We are looking to use some integration that requires a JWT token. We currently have another application using the token. It looks like we are allowed one JWT token. Would we be able to share this token with other applications? The integration does not support OAuth at this time.

@jeffrey.berry, Thank you for posting in the Zoom Developer Forum. The JWT app type will be deprecated in June, 2023. We recommend that you create Server-to-Server OAuth or OAuth apps to replace the functionality of a JWT app in your account. It is similar to JWT expect it’s scoped, and you can have multiple apps. Please see this helpful blog post and support documentation for more details :

JWT app vs Server to Server OAuth app

Create a Server-to-Server OAuth app

Should you have any questions, please let me know.

Thank you. The current integration only support JWT and we will ask the vendor to look into supporting OAuth. Would there be a problem with 2 apps sharing the JWT?

@jeffrey.berry ,

We strongly discouraged sharing JWT because it is unscoped, so anyone with access to those credentials will access all of your Zoom account data.