Create a Zoom Chat Application
To index content from Zoom, you must create a Zoom OAuth application to represent the connector.
To create a Zoom OAuth application to represent the connector
-
Go to https://developers.zoom.us/.
-
Click Build App.
Make a note of the client ID and client secret. You will need this information to run the OAuth configuration tool that is supplied with the connector.
-
Click OAuth & Permissions.
-
Add a redirect URL.
- To use the NiFi Ingest connector, the redirect URL must match the URL shown in the advanced configuration dialog of the NiFi processor.
- To use the standard connector, the redirect URL must match the value of the
RedirectUrl
parameter in the OAuth tool configuration file,oauth_tool.cfg
. The default value ishttp://localhost:7878/oauth
.
-
Add the following User Token Scopes:
Name Justification chat_channel:read:admin Process Channels chat_message:read:admin Process Chat user:read:admin Process User user:master Process User - Configure the connector to authenticate using OAuth. You can do this when you install the connector by using the installer or by following the steps in Configure OAuth Authentication.