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

  1. Go to https://developers.zoom.us/.

  2. 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.

  3. Click OAuth & Permissions.

  4. 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 is http://localhost:7878/oauth.
  5. 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
  6. 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.