Box Integration

Integration Setup

Box Oauth 2.0

You can follow along with Box's OAuth 2.0 setup documentation here. Note:

  • Be sure to select User Authentication (OAuth 2.0) when creating a Custom App
  • Take note of your Client ID and Client Secret
  • Under OAuth 2.0 Redirect URI, enter https://oauth2.integrations.anduin.app/callback
  • Under Application Scopes, select Write all files and folders stored in Box
  • Leave CORS Domains blank

Up to this point, you can enter the Client ID and Client Secret noted earlier to Anduin integration wizards. You can also leave Scopes blank to use the Application Scopes that you set up previously. Or, you can pare down scopes as desired (reference Box's scopes documentation).