Migrating the Zoom app in Azure to OAuth


As of September 8, 2023, customers are longer be able to create new JWT apps. Authentication for tokens created using the JWT app type will stop functioning on this day, so to prevent disruption we recommended migrating to OAuth authentication as soon as possible.

Notes:

Prerequisites for migrating the Zoom app in Azure to OAuth

How to update the Zoom app in Azure with OAuth

  1. Click the this link to enable OAuth support in Azure and sign in if you are not already signed in.
    Note: OAuth will not be available if you do not use the above link.
  2. Click the Azure Active Directory icon. If it is not showing, you may find it under More Services in the left panel.
  3. Click Enterprise Applications.
  4. Search and click the Zoom application you created.
  5. Under Manage, click Provisioning.
  6. On the top, click Edit Provisioning.
  7. In the Provisioning page, expand Admin Credentials and do the following:
    1. Under Authentication Method, select OAuth2 Authorization Code Grant.
    2. Verify that https://api.zoom.us/scim is set as the Tenant URL.

       

  8. Click Authorize.
    A window will open to add the Azure Identity app through the Zoom Marketplace. 
    Note: If the Authorize button is greyed out, re-authorize your JWT Token.

  9. Sign in to the Zoom Web portal if you are not already signed in, review the app permissions, and click Allow
    On the top right, a notification will appear once the processing authorization is complete.
  10. Click Test Connection, to confirm that Azure is able to connect to Zoom via API.
    On the top right, a notification will appear once the test is complete.
    Note: It may take a few minutes for Azure to save the settings on the back end. Until the settings are appropriately set on the back end, the test connection may return a test failure. Please wait a few minutes and attempt Test Connection again.

  11. On the top, click Save.