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/OAuthCallback to the OAuth Redirect URL. Ensure that OAuth Allow lists field is filled with the same URL as well.Note: TheRedirect URIcan be found in theClickinformation of the collector source configuration.
-
Click Continue.
-
Go to Scopes and click Add Scopes.
-
meeting:read:list_past_participants:admin
-
meeting:read:list_poll_results:admin
-
archiving:read:archive_files:admin
-
archiving:read:list_archived_files:admin
-
user:read:user:admin user:read:list_users:admin
-
webinar:read:list_past_polls:admin
-
webinar:read:list_past_participants:admin
-
-
Click Done.