Skip to main content

Configure Box connector

The Snow Integration Connector for Box is used to determine the number of registered Box users.

The configuration must be started and prepared according to SaaS connector configuration.

Prerequisites

Credentials for a Box Business Subscription with administrator privileges are required, as well as a Box developer account. A Box developer account can be created for free on https://app.box.com/signup/n/developer.

Set up a Box app

  1. Go to the Box dev console: https://app.box.com/developers/console.

  2. Sign in to the console with your account.

  3. On the developer console dashboard, select Create new app.

  4. Select Custom app as the type of app.

  5. Select Standard OAuth 2.0 (User Authentication) as the authentication method.

  6. Enter a name for the app and select Create app.

  7. On the app configuration page:

    1. In the Redirect URI, enter the value for a redirect uri.

      Note

      The redirect URI can for example be http://localhost:8080 if it is not used by another application.

    2. Select the following application scopes: 

      • Manage users

      • Manage enterprise properties

    3. Select Save.

    The new app is created. The Client ID and the Client secret are found on the configuration page. The information is used when configuring the connector.

Procedure

In the Configure Box section at the bottom of Connector Configuration: SaaS do the following.

  1. In Client ID, enter the value for Client ID of the created app in Set up a Box app.

    box.png
  2. In Client Secret, enter the value for the Client Secret of the created app in Set up a Box app.

  3. Select Get URI. The All good dialog opens.

  4. To authenticate and generate the URI for the URI from browser

    1. On the All good dialog, select OK. A default browser opens.

    2. Enter the credentials for your Box account and select Authorize.

    3. Select Grant access to Box. A URI appears in the browser address field.

  5. In the URI from Browser, enter the URI.

  6. Select Get token. A message saying that the token is successfully acquired appears.

  7. To check if the connection can be established, select Test Connection.

  8. If the connection could not be established, verify that the connector has been configured according to Step 1 to Step 6.

  9. To allow the data to be aggregated, select the Active.

  10. Select Save.