Multiple Apps using JWT

We are using JWT for SSO login via Azure and is trying to explore adding Salesforce App which also requires JWT. We have a question on if a JWT API Key and secret can be shared between apps and since JWT will be depreciated next year, Is there a OAuth implementation for Salesforce going to be introduced by Zoom?

Hi, @chew

Thank you for your question and for posting in the Developer Forum. Sharing your JWT API key and secret is strongly discouraged as a JWT App type is not scoped. We recommend that you create Server-to-Server OAuth or OAuth apps to replace the functionality of a JWT app in your account. That aside, if you can share the Salesforce support article about setting up SSO login, I am happy to check internally to see if there are plans to support OAuth implementation for Salesforce as well.

This topic was automatically closed after 30 days. New replies are no longer allowed.