Creating a Box application for the IBM Content Navigator server

To integrate IBM Content Navigator with Box, you must first create a Box application.

Procedure

To create a Box application for the IBM Content Navigator server:

  1. Go to https://developers.box.com/ External link opens a new window or tab, select Apps, and log in.
  2. Click My Apps, and then click Create a Box Application.
  3. In the Application Name field, enter the name of your IBM Content Navigator server, and then select Box Content.
  4. Click Create Application > Configure Application.
  5. For OAuth2 Parameters, set the redirect_uri parameter to your server: https://hostname:port/navigator/jaxrs/oauth2/client_id, where client_id is the OAuth2 client_id that you can get from the Box application.
    The URI must be HTTPS, or it can be http for either localhost or 127.0.0.1 for development purposes.
  6. Click Save Application to save your changes.