Sharing Box Content in IBM Content Navigator

IBM Redbooks Analytics Support Web Doc

Published 08 November 2017

More options

Rate and comment

Authors: Stephen Cleasby

Abstract

Collaboration is a popular approach to delivering global solutions. If Box Share is enabled, you can select a document to share, and IBM® Content Navigator creates a link to the specific version of the document. You can send the link to other people if you specify one or more email addresses. Anyone with the link can access the document.

This IBM Redbooks Analytics Web Doc provides information on how to successfully enable and configure Box Share in IBM Content Navigator.

Contents

Overview

IBM offers two different ways of integrating the Box environment with IBM Content Navigator for Enterprise Content Management (ECM):

  • Option 1: The Box environment can be presented to IBM Content Navigator as an additional ECM repository, which users can browse and search in a similar way to an existing IBM FileNet® P8 or Content Manager repository.

    This first form of integration uses standard 3-legged OAuth 2.0 authentication, and requires the user to provide Box login credentials (typically an email address) to authorize the Box developer application to access the Box environment using the user’s Box profile. With this method, the Box folder structure is visible to the IBM Content Navigator user and can be browsed and searched.

    Detailed configuration information is available at this website for this integration option. Read this information first before configuring Box Share:
    http://www.redbooks.ibm.com/abstracts/tips1350.html?Open
  • Option 2: The Box environment can be used to share ECM documents with users who do not have logon access to either IBM Content Navigator or Box. This configuration is done by using the IBM Content Navigator Box Share facility. IBM Content Navigator Box Share provides a way to email a link that is connected to a document object to allow collaboration with an external user.

    In this scenario, the ECM object is copied to an otherwise invisible share location on Box, and a link is generated that can be emailed to the external user. The IBM Content Navigator object is flagged with a Shared icon. The location of the shared copy and the actual copy process is managed by IBM Content Navigator using server to server authentication, and the Box application service account. This second form of integration uses the OAuth 2.0 with JSON Web Token (JWT) authentication in the Box developer application, and uses the Box application service account.

    With the method described in Option 2, the Box folder structure is NOT added to the IBM Content Navigator desktop as a searchable ECM repository. It is added to the Box Share configuration only.

If you want to provide users with the ability to browse and search a Box repository, and share ECM objects externally by using Box Share, configure two Box developer applications: One using standard 3-legged OAuth 2.0 authentication, and another using server-to-server JWT authentication. Also, configure two repository definitions in IBM Content Navigator:
  • One for Desktop repository browsing and searching (using the standard 3-legged OAuth 2.0 authentication)
  • One for Box Share (using JWT authentication)


Configuration guidance for enabling Box Share in IBM Content Navigator v3.x

If you already have a Box developer application for an existing Box repository in an upgraded IBM Content Navigator deployment that is used for folder browsing, searching, and sharing, create a new Box application for Box Share.

The Box Share application has the same prerequisites as a Box repository. Read the existing documentation before configuring Box Share:
http://www.redbooks.ibm.com/abstracts/tips1350.html?Open

The new Box developer application must use OAuth 2.0 with JWT authentication.

Figure 1 shows OAuth 2.0 as the selected Authentication Method.

Screen capture showing that OAUTH 2.0 is selected as the authentication method.
Figure 1: Choose OAuth 2.0 with JWT

On the same configuration page, set the required Application Access required. Figure 2 shows the Application Access.

Screen capture showing Application Access section showing the Applicatiion radio button selected.
Figure 2: Choose the Application Access option

Note: A service account is always automatically created when you create the Box developer application. You do not need to manually create the service account. The service account is not visible in the application configuration.

The access scope requires that you select Read and write all files and folders stored in Box (Figure 3).

Screen capture showing Application Scopes section showing the Read and werite files and folders stored in Box check box selected.
Figure 3: Minimum required access scope

From the My Apps level, open the Developer Admin Console to authorize the application (Figure 4).

Screen capture showing the location of the Admin Console link in the My Apps level.
Figure 4: Open the Admin console using the link

Select Enterprise Settings or Elite Settings (depending on your Box license) in the Gear menu (Figure 5).

Screen capture showing the Elite Settings selection in the gear menu.
Figure 5: Select the settings menu option

Select the Apps menu, as shown in Figure 6.

Screen capture showing how to selecte the Apps menu on the Admin Console tool bar.
Figure 6: Open the Apps page

Scroll down the page to Custom Applications and click Authorize New App, as shown in Figure 7.

Screen capture showing the location of the Authorize New App button in the Custom Applications section.
Figure 7: Click the Authorize New App button

You are prompted to enter the API key. This is the application Client ID, and can be copied from the Application configuration page in the Box developer application, as shown in Figure 8.

Screen capture showing how to copy the API key in the OAuth 2.0 Credentials section.
Figure 8: Copy the API key (Client ID)

Note: When using JWT authentication, communication with the Box application requires an RSA public and private key pair. The Box application configuration page does provide a mechanism for generating these pairs for you. However, the format of the private key is not easy to work with. It still requires access to an SSL toolkit to decrypt the key and generate an alternative version of the private key in a different format for use with IBM Content Navigator.

Download and install OpenSSL from this website:
https://www.openssl.org/

To create the key pairs, complete the steps in the following sections.


Creating your own private key pair

To create a private key pair, complete these steps:
  1. Issue the following OpenSSL commands:
    openssl genrsa -aes-256-cbc -out <<path>>\my_private_key.pem 2048

    You are prompted for a passphrase that encrypts and secures your private key. Securely record the passphrase for future use. When the Box configuration is completed, securely store this private key.
  2. Create your own public key from your private key:
    openssl rsa -pubout -in <<path>>\my_private_key.pem -out <<path>>\my_public_key.pem
  3. Create a DER format pkcs8 key for IBM Content Navigator from your private key:
    openssl pkcs8 -topk8 -inform PEM -outform DER -nocrypt -in <<path>>\my_private_key.pem -out <<path>>\my_private_key_pkcs.der
  4. Put the DER format private key in an accessible shared path on the IBM Content Navigator server, such as:
    \\<<serverName>>\key\my_private_key_pkcs.der

    You will use this path when configuring the box repository in IBM Content Navigator. If you have a cluster or farm of IBM Content Navigator instances, this key file must be accessible by all the instances that will use Box Share.
  5. Upload the public key to the Box application.
    Note: This process requires that 2-step verification be enabled on your account.
  6. At the upper right of the Box developer web page, select the pull-down menu from your Profile icon, as shown in Figure 9.

    Screen capture showing the Profile menu.
    Figure 9: Select Account Settings
  7. Select the box for 2-step verification, highlighted in Figure 10.

    Screen capture showing selecting Require 2-step verification for unrecognized logins in the Authentication section.
    Figure 10: Select 2-step verification and provide a mobile phone number for SMS text messages
  8. Now you can add your public key by clicking Add a Public Key on the Box application configuration page shown in Figure 11.

    Screen capture showing where to find the Add a Public Key button in the Add and Manage Public Keys section.
    Figure 11: Add your generated public key

Important: After you have added your Public Key, remove the 2-step verification from your account settings.


Adding the Box application for Box Share in IBM Content Navigator

Box Share requires the Task Manager component to be configured and deployed with IBM Content Navigator.

Open the IBM Content Navigator Admin desktop and navigate to Settings -> General -> Task Manager Configuration. Enable the Task Manager service, and set the Task Manager URL to use an https connection, for example:
https://myicnhost.domain:9443//taskManagerWeb/api/v1

Copy the URL and paste it into a new browser tab address. You should see the Task Manager Status page.

If Task Manager is not available, you must reconfigure the Content Navigator application and add the Task Manager Service. For more information, see the following documentation:
https://ibm.co/2hgLHde

Then, redeploy the Content Navigator application using the IBM Content Navigator Configuration and Deployment Tool.

When Task Manager is configured and available, add and configure the new Box Share repository. Open the Content Navigator Admin desktop, and navigate to Repositories. Click the New Repository button and select Box. Complete the fields as required, making sure to select the Server JWT authentication type, as shown in Figure 12.

Screen capture showing the General tab fields and radio buttons for the new repository.
Figure 12: Select the authentication type

Complete the rest of the repository fields using the configuration data from the Box developer application pages. The repository Display name that is shown here is just an example. Use your own repository name as required. The Enterprise ID is on the Box developer application General information page. The Client ID, Client Secret, and Public Key ID are on the Configuration page. The Private key file path is the path to the DER format pkcs8 private key file that was created previously.

When all the fields are completed, click Connect. IBM Content Navigator then retrieves the Box application service user email account, and shows a connection status on the status bar similar to that shown in Figure 13.

Screen capture showing the connection status message for the new repository.
Figure 13: Service account email retrieved and login status displayed


Enabling Box Share in the Content Navigator Desktop and Content Engine Repository

In the Content Navigator Admin Desktop, open the user desktop configuration for editing. On the General tab, scroll down to the Box share services section, as shown in Figure 14.

Screen capture showing selecting Enable in the Box share services section.
Figure 14: Enable Box Share and select the JWT Box repository

Note: You can either allow users to manually enter and edit email addresses that are associated with Box Share links, or you can install the email mapping plug-in. For more information, see the Appendix.

You also need to enable Box Share for the ECM repository that contains the document objects you want to share. Edit the repository configuration in the Content Navigator Admin desktop. For example, if you want to share document objects for collaboration from a FileNet P8 Object Store, edit the Content Navigator repository associated with the FileNet P8 Object Store. Connect to the Content Engine, and then select the Configuration tab. Scroll down to Optional Features and enable Box Share, as shown in Figure 15.

Screen capture showing selecting Enalbe for Box Share on the Configuration Parameters tab.
Figure 15: Enable Box Share on the source repository

Note: Enabling Box Share in Content Navigator automatically adds the new menu options for Box Share.

Make sure all your changes are saved, and log off from the Admin Desktop. Log on to the Content Navigator Desktop where you have enabled Box Share services and select the ECM repository where you have enabled Box Share. Browse to or search for a document object.

Users can share a document if they have permission to edit or view the document. Users who have edit access can share a document and can update the share options regardless of who shared the document. Users who have view access can share a document and can update the share options for documents that they share, but cannot update the share options for documents that someone else shared.

For more information, see the existing documentation for enabling Box Share, which can be found at this URL:
https://ibm.co/2h8uHlv

When you open the menu for a document where you have the appropriate access, you see a Box menu option with submenus of Share and Delete Share. When you share a document, you are prompted to provide the email address of the collaborator who will receive the email containing the link. After the share link has been created and emailed, the document is marked with an icon indicating that it has been shared, as shown in Figure 16.

Screen capture showing the document has been marked as having been shared.
Figure 16: Example of an object shared by using Box Share

To enable IBM Content Navigator to send email links, the IBM WebSphere® mail service must be configured with an outbound SMTP server. IBM Content Navigator uses the Mail Session named CNMailSession. This service can be configured using the WebSphere administrative console.

Note: If you were using Box Share before IBM Content Navigator Version 3.0, the boxShareAdminRefresh task must also be manually deleted from the Asynchronous Tasks view. Log on to IBM Content Navigator as a Tasks Admin, locate and select boxShareAdminRefresh from the Asynchronous Tasks view, and then delete the task.


Appendix

The Email mapping plug-in provides a service that returns an email address that is associated with an IBM Content Navigator user. The email address that the service is returning is the address for the user who is sending the share link.

If you enable a desktop and repository for Box Share, a mapping of user IDs and email addresses might be required so that a user’s email address can be displayed and used to send the link for the document. The email address can be provided in one of the following ways:
  • For a FileNet P8 Content Manager repository, IBM Content Navigator attempts to use the email address from FileNet Content Manager. If the LDAP Directory Service is configured with a populated mail attribute, this value is used. If the LDAP Directory Service is MS Active Directory, the Principal Name is used when the mail attribute is empty.
  • For a FileNet P8 Content Manager repository that does not use Active Directory and does not provide email addresses, or when using an IBM Content Manager repository, you can create a custom list of user IDs and email addresses, and configure the email mapping plug-in.
  • If you do not use the email addresses from FileNet Content Manager or from the email mapping plug-in, you can set a configuration option for the IBM Content Navigator Desktop to allow users to modify or enter the sender’s email address when sharing a document.

If you decide to use the plug-in, create a custom list of user accounts and email addresses, update the JSON file for the email mapping plug-in, rebuild the JAR file, and then configure the email mapping plug-in in IBM Content Navigator.

Important: If you are using the Email mapping plug-in from IBM Content Navigator, Version 2.0.3 Fix Pack 6 or Fix Pack 7, you must reconfigure and use the updated plug-in from IBM Content Navigator, Version 2.0.3 Fix Pack 8 or later. This change is needed because the way the plug-in service is called from IBM Content Navigator has changed.

If you made any customizations to the JSON file or Java code that was provided in Version 2.0.3 Fix Pack 6 or Fix Pack 7, you must apply the same customizations to the updated plug-in.

For a new deployment where you are using IBM Content Navigator 3.x, use the plug-in from the installed version.

Before you begin

If you are using the mapping file list, determine the user IDs and email addresses that you want to set up for the Box Share action. Create a custom list of user IDs and email addresses as a comma-separated list enclosed in braces:
{“User1”:user1@emaildomain.com,
“User2”:user2@emaildomain.com}

Procedure

Extract the contents of the JAR file and edit the emailMapping.json file that is contained in the JAR file. The default JAR file path for the installation directory on Windows is as follows:
C:\Program Files (x86)\IBM\ECMClient\plugins\emailMappingPlugin.jar

In the Data folder, find the sample list of user IDs and email addresses in the file emailMapping.json, and replace it with your custom list of user IDs and email addresses. Save the file. Then, complete these steps:
  1. Optional: If you want to customize the email mapping service, you can modify the code in the emailMappingPlugin.java file.
  2. Rebuild the emailMappingPlugin.jar file with the original MANIFEST.MF file, and save it in the original JAR file path.
  3. Open the administration tool in the IBM Content Navigator web application, and click Plug-ins -> New Plug-in.
  4. Enter the JAR file path for the Email mapping plug-in. You might need to create a shared path. The default JAR file path for the IBM Docs Integration plug-in class on Windows is as follows:
    C:\Program Files (x86)\IBM\ECMClient\plugins\emailMappingPlugin.jar
  5. Click Load.
  6. Save your changes.

What to do next

Ensure that Box Share is enabled for your desktop and any source repositories. In the desktop configuration settings, select a Box repository for the shared files, and select whether to allow users to update the “send from” email address when they share a document. Refer to Table 1 to see how the Allow users to modify the Send from email address configuration option changes what is possible in the Box share email action.

Table 1. Configuration options
Allow or do not allow modify optionIs the User ID included in .json file?Result in the Box Share action
Yes. Allow users to modify the email address when they share a document.Yes. The user ID is included in the file emailMapping.json, or email is available from the Directory Service.The mapped email address is displayed, and the user can change it to a different email address.
Yes. Allow users to modify the email address when they share a document.No. The user ID is not included in the file emailMapping.json, and email is not available from the Directory Service.The email address is blank, and the user can enter an email address.
No. Do not allow users to modify the email address when they share a document.Yes. The user ID is included in the file emailMapping.json or the email is available from the Directory Service.The email address is displayed, but the user cannot change it to a different email address.
No. Do not allow users to update the email address when they share a document.No. The user ID is not included in the file emailMapping.json and an email is not available from the Directory Service.An error is returned. The administrator needs to update the file emailMapping.json, rebuild the JAR file, and reload the plug-in.


Special Notices

This material has not been submitted to any formal IBM test and is published AS IS. It has not been the subject of rigorous review. IBM assumes no responsibility for its accuracy or completeness. The use of this information or the implementation of any of these techniques is a client responsibility and depends upon the client's ability to evaluate and integrate them into the client's operational environment.

Follow IBM Redbooks

Follow IBM Redbooks