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:
-
Go to https://developers.box.com/
, select Apps, and log in.
- Click My Apps, and then click Create a Box Application.
- In the Application Name field, enter the name of your IBM Content Navigator server, and then select Box Content.
- Click .
-
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.
- Click Save Application to save your changes.