Configuration of Box
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
Go to the Box dev console (https://app.box.com/developers/console).
Sign in to the console with your account.
On the developer console dashboard, select Create new app.
Select Custom app as type of app.
Select Standard OAuth 2.0 (User Authentication) as authentication method.
Enter a name of the app and select Create app.
On the app configuration page:
In the Redirect URI box 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.
Select the following application scopes:
Manage users
Manage enterprise properties
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.
Configure the Box connector
In the Configure section at the bottom of Connector Configuration: SaaS:
In the Client ID box, enter the value for Client ID of the created app in Set up a Box App.
In the Client Secret box, enter the value for Client Secret of the created app in Set up a Box App.
Select Get URI.
The All good dialog box appears.
To authenticate and generate the URI for the URI from browser box:
In the All good dialog box, select OK.
A default browser opens.
Enter the credentials for your Box account and select Authorize.
Select Grant access to Box.
A uri will appear in the browser address field.
Enter the uri in the URI from Browser box.
Select Get token.
A message saying that the token is successfully acquired will appear.
To check if the connection can be established, select Test Connection.
If the connection could not be established, verify that the connector has been configured according to Step 1 to Step 6.
Select the Active checkbox to allow the data to be aggregated.
Select Save.