Creating a Zoom OAuth App
To create an oAuth application:
-
Login to Zoom Marketplace in case of using Zoom Commercial.OR,
-
Login to Zoom for Government in case of using Zoom for Government.
-
Select Develop > Build App.
-
Select General App and click Create.
-
A Client ID and Client secret will be generated. Use these credentials to configure the collector.
-
On the Basic Information page, under Select how the app is managed, choose Admin-managed and click Save.
-
Under OAuth Information add the URL of your local environment in the following format:
https://<your_instance>/Configuration/OAuthCallbackto the OAuth Redirect URL. Ensure that OAuth Allow lists field is filled with the same URL as well.Note: The Redirect URI can be found in the Click information of the collector source configuration. -
Click Continue.
-
Go to Scopes and click Add Scopes:
-
user:read:user:admin -
user:read:list_users:admin -
archiving:read:list_archived_files:admin -
archiving:read:list_archived_files:master -
meeting:read:list_past_participants:admin -
meeting:read:list_poll_results:admin
-
-
Click Done.
Related information