Connector for Box Version 2 Setup and Reference Guide

Size: px
Start display at page:

Download "Connector for Box Version 2 Setup and Reference Guide"

Transcription

1 Connector for Box Version 2 Setup and Reference Guide Published: 2018-Feb-23

2 Contents 1 Box Connector Introduction Products Supported Features 5 2 Box Connector Limitations 6 3 Box Connector Prerequisites Metadata Field Creation JDK version for OAuth 2.0 with JWT 9 4 Authentication Methods and Project Setup Access via OAuth 2.0 with JWT How to Use the Box Connector with OAuth 2.0 with JWT Set up the Box Application Authorize the Application for OAuth 2.0 with JWT Set up the Connector for OAuth 2.0 with JWT Token-based Authentication Methods and Setup Create Box Application Define Scopes Request Settings How to Use the Box Connector with Your Box Admin Credentials Provide Credentials for Token Generation How to Use the Box Connector with Manually Created Tokens Provide Tokens Proxy Setup and Network Access Recommind Box Token Generator 28 5 Box Specific Metadata Supported by the Connector Box Document Dates Author Information Box document authors Box note authors Box note author information in the CORE XML structure Box URL Hints 43 2 Recommind, Inc

3 6 Box Custom and Template Metadata 44 7 Create a Data Source Start URI for Box Data Sources 47 8 Crawl a Specific User or Folder 48 9 Crawl Box Trash Unknown Users Handling Configure the Box Connector Start URIs Enable the Box connector API authentication mode Application Settings File for OAuth 2.0 with JWT Generate Tokens Client ID Client secret Box admin user name Box admin password Access token Refresh token Use proxy server Proxy host Proxy port Use proxy authentication Proxy user name Proxy user password Working directory Box Note Authors Index versions Index trash Box users to be crawled, specified by login name ( address) Box folders to crawl for this user 59 3 Recommind, Inc

4 12 Changes to this Document Contact Us Terms of Use 62 4 Recommind, Inc

5 1 Box Connector Introduction 1 Box Connector Introduction This document describes how to configure and use the connector for the cloud storage service Box.com. 1.1 Products This document applies to the following Recommind products and versions: Axcelerate 5.13 and up (for Axcelerate , a patch may be required) Axcelerate 5.8 up to Axcelerate 5.12 (without OAuth 2.0 with JWT access) 1.2 Supported Features Feature Support Full Crawl Incremental Crawl (with modification date and checksum) Y N Tip: You can run a new full crawl of the Box data each time and use the system to deduplicate, so overlapping data is not published. Folder Security (ACL) Versions NAS Support Exception Handling N Y (with limitations to metadata) N Y The connector supports crawling of Box files, versions, notes, comments, tasks and bookmarks. 5 Recommind, Inc

6 2 Box Connector Limitations 2 Box Connector Limitations Restricted Box trash extraction Due to Box API limitations, retrieving content from the trash is restricted. Box files, notes or bookmarks can be retrieved from the trash. However, any comments or tasks that have been added to a Box object cannot be retrieved. You cannot specify trashed folders in the list of the folders to crawl. Restricted metadata for Box versions If the box connector is configured to index versions, certain metadata values are extracted for current files, but will be missing for versions. This includes: box_description Impact: You cannot search, display, export, etc., the text in the description field rm_foldername box_trashed_at Impact: You cannot search, filter, display, export, etc. the date value of when the previous version was trashed. rm_creationdate Impact: You cannot search, filter, display, export, etc. the date value. rm_lastmodifieddate Impact: You cannot search, filter, display, export, etc. the date value. box_created_by_id, box_created_by_login, box_created_by_name, etc. Impact: You cannot search, filter, display, export, etc. the created-by values. We do however get the modified-by values for versions. box_owned_by_id, box_owned_by_login, box_owned_by_name, etc. Impact: You cannot search, filter, display, export, etc. the owned-by values. We do however get the modified-by values for versions. box_shared_link_url Impact: You cannot search, display, export, etc. the text in the Shared Link field box_tag Impact: You cannot search, filter, display, export, etc. the tags users have created on a Box file. Box template & custom metadata Impact: You cannot search, filter, display, export, etc. the Box template or custom metadata key-value pairs. 6 Recommind, Inc

7 2 Box Connector Limitations No Box comments and tasks for Box versions Due to Box API limitations, comments and tasks are only extracted for the current file. Creation and modification dates for Box versions Due to Box API limitations, file system generated dates are only maintained for the current file, but not for versions. In addition, depending on how the file is uploaded (web page, mobile device, etc.) these dates may not be preserved. However, the date of the upload and of the last change on the Box server is available for all versions. Box note formatting Due to Box API limitations, any rich text formatting in a Box note is lost when indexed. The content of the text will be converted to plain text. When images are embedded into a Box note, these images are stored in a separate Box folder at the same level as the Box note itself. The folder is Box Notes Images\<Name of box note> Images. During data load, a note and its embedded image are indexed as separate documents. More Box note versions shown than in Box When working on Box notes, a version of the document is automatically saved by Box every 30 seconds. All of these versions are extracted by the connector. The Box UI in contrast limits the versions so that only every 5 minutes a version is shown. No Box comments modification dates For Box comments, no modification date is given even though Box comments can be changed via the Box API. They cannot be changed with the Box UI however. Box Tasks on Box Notes For Box notes, no Box tasks are extracted. It is possible to add such Box tasks with the Box API, but not with the Box UI. No relationship indicated for comments and tasks on archives Box comments and tasks may be attached to archive files (e.g. ZIP files). Depending on the data source configuration, archives are not indexed. However, the comments and tasks that would be children to these archives are indexed, but will not have a relationship to their parent because the parent itself is not indexed. If the data source is configured to index archive files, comments and tasks will be shown as attachments after data load. Box custom metadata The indexed property names for custom metadata keys depend on the display name that is used when first creating this key. Due to Box API limitations, later changes to the name from the Box administration page will not be reflected by the property name when indexed. 7 Recommind, Inc

8 2 Box Connector Limitations Duplicate ID Recomputation Re-computing (rehashing) the duplicate IDs for already indexed Box documents is not supported. Please note that this limitation only affects the re-computation (rehashing) of duplicate IDs based on already indexed data via the siblings.bat script. Consistent duplicate ID computation during re-crawls is supported for Box documents. Duplicate ID computation for trash Due to Box API limitations, when identical objects are in the Box trash and some of these objects have comments or tasks while others do not, these will be considered duplicates by the connector. Related: "Index versions" on page 58 "Index trash" on page 59 8 Recommind, Inc

9 3 Box Connector Prerequisites 3 Box Connector Prerequisites 3.1 Metadata Field Creation Before Box data is crawled, you must create a Box template project that contains the Box metadata fields that will be captured. You will then use this template when you create new Axcelerate Ingestion and Axcelerate Review & Analysis applications. This will ensure the Box fields are transferred to the applications and that the primary data source is an actual Box data source. 3.2 JDK version for OAuth 2.0 with JWT If you use Axcelerate 5.14 or 5.13, the default RSA key pair that is provided by Box needs to be converted into a key pair that matches the restricted security capabilities of JDK version prior to JDK 8u162. Recommind Support can help with this process. Related: "Client secret" on page 54 "Working directory" on page 58 9 Recommind, Inc

10 4 Authentication Methods and Project Setup 4 Authentication Methods and Project Setup The connector connects to the Box application using OAuth 2.0 authentication. Before configuring the actual connector, decide which authentication method to use. The authentication method has an effect on the data source configuration. "How to Use the Box Connector with OAuth 2.0 with JWT" below This is the most convenient and recommended method. "How to Use the Box Connector with Your Box Admin Credentials" on page 23 This method is deprecated as of Axcelerate It uses automatic token generation based on Box admin credentials. "How to Use the Box Connector with Manually Created Tokens" on page 25 This method is deprecated as of Axcelerate This method uses Recommind Token Generation. It can be used instead of the previous method that uses Box admin credentials if SSO is required. 4.1 Access via OAuth 2.0 with JWT This API authentication method is recommended as it is the most convenient one. It needs a minimum of configuration settings in CORE Administration. Related: "Box Connector Prerequisites" on the previous page How to Use the Box Connector with OAuth 2.0 with JWT The chart below outlines the required application and data source setup to crawl data using the Box connector when directly connected to a Box application, without using a user account for authentication. This is the recommended setup. The advantages of this method: You can use the same configuration settings for multiple Box data sources. You do not have to expose Box admin credentials in the data source configuration. You do not have to create tokens for each data source when using SSO. Since no tokens are used in the configuration, expiring tokens are not an issue. Note: If you use Axcelerate 5.14 or 5.13, carefully read the Prerequisites. 10 Recommind, Inc

11 4 Authentication Methods and Project Setup Step Task Additional Information 1 Create a Box template project and add the Box-specific metadata fields that you will capture as part of your data crawls. If you are a LaunchPad user, you will use this template project each time you create new applications that require Box configuration within the same pod. If you are an On Premise user, you will use this template project each time you create new applications that require a Box configuration. "Box Specific Metadata Supported by the Connector" on page 33 Note: Contact Recommind Support if assistance is needed to ensure proper template setup. 2 Create a new project using your Box template project; this transfers the Box fields to the new Axcelerate Ingestion and Axcelerate Review & Analysis applications. 3 Create a data source using the template data source in the project. 4 Create a Box application and an application settings file that is referenced in the connector configuration. 5 In the data source configuration, check all settings. Especially, in the Scope Settings node, input the Box accounts to be crawled and optionally enable Index trash. LaunchPad users: Clone from a Template Application On Premise users: Template Usage for CORE Configuration Settings. "Create a Data Source" on page 47 "Access via OAuth 2.0 with JWT" on the previous page "Crawl a Specific User or Folder" on page 48 "Crawl Box Trash" on page 50 6 When the data source is correctly configured, start it. 11 Recommind, Inc

12 4 Authentication Methods and Project Setup Set up the Box Application You need to set up a Box application to represent the permissions for the connector. To create a new application: 1. Log in to Box as administrator and move to Dev Console. 2. In the Developer Console, click Create New App. 3. As type of application, select Custom App and click Next. 12 Recommind, Inc

13 4 Authentication Methods and Project Setup 4. As authentication method choose OAuth 2.0 with JWT (Server Authentication) and click Next. 5. Give the application a name of your choice and click Create App. If you get en error here, the name may already exist. Then use another name. 13 Recommind, Inc

14 4 Authentication Methods and Project Setup The application is created. 6. To open the application configuration page, click View Your App. 7. On the configuration page, note the entry Client Id. This ID is also known as Application ID or API ID and is needed for application authorization. 14 Recommind, Inc

15 4 Authentication Methods and Project Setup 8. Scroll down to define the required permissions of the application. Do these settings: Application Access Set to Enterprise. Application Scopes Select Read all files and folders stored in Box, Read and write all files and folders stored in Box and Manage users. Advanced Features Select Perform Actions as Users 9. Click Save Changes. 10. For indexing trash content, an additional permission Global Content Manager (GCM) is needed. This permission is not currently available in the UI, but instead has to be enabled by Box support. To request this, submit a Box API Case. 15 Recommind, Inc

16 4 Authentication Methods and Project Setup Note: If this step is completed at a later time, the step "Authorize the Application" has to be repeated to reflect the additional permission. 11. Scroll down and click Generate a Public/Private Keypair. This generates an RSA key pair that is used in the communication between the connector and the Box servers. 16 Recommind, Inc

17 4 Authentication Methods and Project Setup This starts a download in the browser. The downloaded file is the Box Application Settings File that must be referenced in the connector configuration. It contains the only copy of the private key, whereas the public key is stored on the server. Important: Ensure that this file is stored securely, since it later allows access to the data of all users within the Box enterprise account. Result: The configuration page should now indicate the ID of the public key that has just been created. 17 Recommind, Inc

18 4 Authentication Methods and Project Setup Authorize the Application for OAuth 2.0 with JWT The application now knows which permissions it needs. To actually grant these permissions for a Box enterprise account, the application has to be authorized. 18 Recommind, Inc

19 4 Authentication Methods and Project Setup 1. Move to Admin Console. 2. In the Admin Console, from the settings menu, select Enterprise Settings (which may also be called Elite Settings or something similar). 3. Move to the Apps tab. 4. In the Custom Applications area, click Authorize New App. If the application already exists, the action "Reauthorize app" for the existing entry can be used instead. 19 Recommind, Inc

20 4 Authentication Methods and Project Setup 5. Enter the API key and click Next. The API key is also known as Application ID or Client ID. To know how to obtain the key, see "Set up the Box Application" on page Recommind, Inc

21 4 Authentication Methods and Project Setup 6. Check that the displayed permissions are correct and click Authorize. The item Admin or co-admin can make calls for any content in their enterprise proves that the Global Content Manager permission is enabled. The application is now granted access to the relevant data within the Box enterprise account Set up the Connector for OAuth 2.0 with JWT The application settings file now needs to be provided to the connector. Tip: You can reuse the file for additional Box data sources. 1. In CORE Administration, in the data source configuration, move to Crawler Connectors > DMS Connectors > Box > Connection Settings. 2. In the API authentication mode field, select OAuth 2.0 with JWT. 3. In the Application settings file field, browse to the application settings file that you created (see "Set up the Box Application" on page 12). 21 Recommind, Inc

22 4 Authentication Methods and Project Setup Note: Make sure that the respective crawler host has access to this file. 4.2 Token-based Authentication Methods and Setup Before you can configure the Recommind connector, complete the following tasks Create Box Application Create a Box application that provides programmatic access to the Box Enterprise account. To create and configure such an application, log in as Box administrator and go to Define Scopes The scope required by the connector are: Read and write all files and folders stored in Box, which is enabled by default. Manage Users, which needs to be manually enabled. 22 Recommind, Inc

23 4 Authentication Methods and Project Setup Request Settings There are some additional settings that cannot be satisfied by configuration changes, but must be provided by Box support. Send your requests to File a request with Box to activate the As-User feature, which enables the Box application to access any Box Enterprise user account. The connector uses this access. If data is to be retrieved from trash: File a request with Box to activate the Global Content Manager (GCM) scope. Note: This setting must be provided by Box before the Token Generation is executed. So in case a token pair has already been created, clear the working directory configured for the connector (and if applicable the tokens specified in the data source configuration) after Box provides the changes How to Use the Box Connector with Your Box Admin Credentials Important: If you are using SSO, see this topic: "How to Use the Box Connector with Manually Created Tokens" on page 25 The chart below outlines the required CORE application and data source setup to crawl data using the Box connector with your Box admin credentials. 23 Recommind, Inc

24 4 Authentication Methods and Project Setup Step Task Additional Information 1 Create a Box template project and add the Box-specific metadata fields that you will capture as part of your data crawls. If you are a LaunchPad user, you will use this template project each time you create new applications that require Box configuration within the same pod. If you are an On Premise user, you will use this template project each time you create new applications that require a Box configuration. "Box Specific Metadata Supported by the Connector" on page 33 Note: Contact Recommind Support if assistance is needed to ensure proper template setup. 2 Create a new project using your Box template project; this transfers the Box fields to the new Axcelerate Ingestion and Axcelerate Review & Analysis applications. 3 Create a data source using the template data source in the project. LaunchPad users: Clone from a Template Application On Premise users: Template Usage for CORE Configuration Settings. "Create a Data Source" on page 47 4 Provide credentials for automatic token generation. "Provide Credentials for Token Generation" on the next page 5 In the data source configuration, check all settings. Especially, in the Scope Settings node, input the Box accounts to be crawled and optionally enable Index trash. "Crawl a Specific User or Folder" on page 48 "Crawl Box Trash" on page 50 6 When the data source is correctly configured, start it. 24 Recommind, Inc

25 4 Authentication Methods and Project Setup Provide Credentials for Token Generation If SSO required is not enabled on the Box admin account, specify the login name of a Box Primary Admin and password in the data source configuration. Using these credentials, the connector automatically generates an initial token pair. Whenever needed, a new token pair is created with the most recent refresh token. Providing credentials is more convenient than providing tokens How to Use the Box Connector with Manually Created Tokens The chart below outlines the required CORE application and data source setup to crawl data using the Box connector with your Box admin credentials. Step Task Additional Information 1 Create a Box template project and add the Box-specific metadata fields that you will capture as part of your data crawls. If you are a LaunchPad user, you will use this template project each time you create new applications that require Box configuration within the same pod. If you are an On Premise user, you will use this template project each time you create new applications that require a Box configuration. "Box Specific Metadata Supported by the Connector" on page 33 Note: Contact Recommind Support if assistance is needed to ensure proper template setup. 25 Recommind, Inc

26 4 Authentication Methods and Project Setup Step Task Additional Information 2 Create a new project using your Box template project; this transfers the Box fields to the new Axcelerate Ingestion and Axcelerate Review & Analysis applications. 3 Create a data source using the template data source in the project. 4 Run the token generation process and copy the token credentials into the data source configuration. Note: You must run the token generation process each time you create a new project and configure the initial data source for use with the Box connector, and also for each additional data source. LaunchPad users: Clone from a Template Application On Premise users: Template Usage for CORE Configuration Settings. "Create a Data Source" on page 47 "Authentication Methods and Project Setup" on page 10 "Provide Tokens" on the next page 26 Recommind, Inc

27 4 Authentication Methods and Project Setup Step Task Additional Information 5 In the data source configuration, check all settings. Especially, in the Scope Settings node, input the Box accounts to be crawled and optionally enable Index trash. Important: Each time you crawl data, use the same configured Box data source. You will not need to repeat the initial token generation process for subsequent crawls so long as the token does not expire. "Crawl a Specific User or Folder" on page 48 "Crawl Box Trash" on page 50 Note: If you create a new data source and use an existing data source with an active token as a template, the system will generate a Refresh token has expired error in the CORE Log Viewer. This does not mean the token expired for the original data source, just that it cannot be reused. 6 When the data source is correctly configured, start it. Note: So long as the data source is used to crawl data at least once every 60 days, the token will not become inactive. If the token does become inactive, repeat the token generation process and copy the new information into the data source configuration Provide Tokens If SSO required is enabled on the Box admin account, or if the admin credentials shall not be directly exposed due to security policy, you must provide a token pair consisting of an access token and a refresh token. Caution: Only use an account with Box required rights to create the tokens. The tokens will infer the rights from the account they have been created with. In case of insufficient rights, you will see a 403 error in the crawler log files when the generated tokens are being used by the connector. 27 Recommind, Inc

28 4 Authentication Methods and Project Setup Note: If SSO is required, tokens cannot be created automatically, using admin credentials. This is due to the login process being different for each different Identity Provider (IdP). To provide tokens, create a token pair with the Recommind Box Token Generator and copy it to the data source configuration. The provided token pair is only needed for the initial data source setup. For the following runs (with the same connector working directory), the tokens will automatically be replaced with new pairs that are created with the latest refresh token. Only after 60 days of inactivity the latest refresh token will expire. You then have to provide a new valid token pair generated with the Recommind Box Token Generator. Note: A token pair can only be used by a single connector. Each data source needs its own dedicated token pair. Related: "Recommind Box Token Generator" below "Generate Tokens" on page 54 "Access token" on page 55 "Refresh token" on page Proxy Setup and Network Access For the proper functioning of the Recommind Box Token Generator, network access is required. This has to be taken into account when working in a network restricted environment. The token generator itself needs access to *.box.com. If a proxy is configured for the Recommind Box Token Generator, the proxy needs access to *.box.com The web browser needs access to the token generator and to *.box.com. If SSO is used, it also needs access to the server of the Identity Provider (IdP). These are the same requirements that apply to logging in to Box Recommind Box Token Generator The Recommind Box Token Generator is a small standalone tool that facilitates the initial generation of a token pair. It starts a web server that serves a page guiding the user through token pair generation. 28 Recommind, Inc

29 4 Authentication Methods and Project Setup Configure Box Redirect URL for Token Generation For the Recommind Box Token Generator to work properly, configure the correct redirect URL in the Box application. The redirect URL must point to the Token Generator s main page. By default, this is When running the generator on a different machine, change the redirect URL to point to that machine instead of localhost. Also make sure that the port matches that of the Recommind Box Token Generator s configuration. To change the relevant Box configuration parameter: 1. Log in as Box admin. 2. Go to and click Edit Application for the respective application. 3. Under OAuth2 Parameters, adapt the redirect_uri parameter. Install and Run the Recommind Box Token Generator Required: On Premise clients: download the connectors\recommind-box-token-generation.zip from Recommind s FTP server, or via the link provided by Recommind Support. Save the file to an accessible location on your Admin server. Cloud clients: the Recommind Box Token Generator zip file was installed on your Admin server during pod setup. If you cannot locate the file, contact Recommind Support. Java Runtime Environment (JRE) with Java8 is installed on the machine the tool shall run on. The path to java.exe is set in the PATH system variable. To install and run the Recommind Box Token Generator: 1. Extract the zip file to an accessible folder on the Admin server. 2. Open the application.properties file; edit and save the configuration. Enter the clientid and the clientsecret for your Box environment. If you do not know where to locate this information, ask your Box Administrator. If you use a proxy server to access your Box servers, also populate the proxyhost and proxyport. application.properties file 29 Recommind, Inc

30 4 Authentication Methods and Project Setup Configuration Property Details server.port Mandatory setting. Default: 5858 Sets the port under which you can reach the tool with a browser. Use the same port for the redirect URL configured for the Box application. See: "Configure Box Redirect URL for Token Generation" on the previous page clientid This mandatory value indicates the Box application Client ID. It must match the Client ID in the data source configuration. clientsecret This mandatory value indicates the Box Application secret. It must match the Client secret in the data source configuration. proxyhost This optional value indicates the host of the proxy to use when accessing the Box servers internally. When no value is given here, no proxy is used for this communication. proxyport Port of the proxy to use. It is mandatory when a proxy is used. proxyuser User name to use when authenticating at the proxy. It is only needed when a proxy is configured and the proxy requires authentication. If left empty, no authentication is used for the proxy. proxypassword Password to use when authenticating at the proxy. This value is mandatory, when a proxy with authentication is used. 3. To apply the changed properties, start the Recommind Box Token Generator by clicking box-token-generator.bat. To restart it, close the command prompt for the BAT file with [CTRL]+[C] and then click box-token-generator.bat again. Optionally, check the log output in recommind-box-token-generator.log. 30 Recommind, Inc

31 4 Authentication Methods and Project Setup Note: Running the.bat file runs a quick command line, which closes on its own..bat command line 4. Open the URL with a web browser. Important: If you specified another server or port in the application.properties file, use the URL with those settings. See: "Configure Box Redirect URL for Token Generation" on page 29 If the setup was successful, the Recommind Box Token Generator s main page with the configured settings is shown. Generate Tokens and Copy the Token Credentials to the Data Source Configuration Required: You are not logged in to Box if you are using SSO, or you are logged in with the admin account for which tokens will be generated. 1. After you have started the Recommind Box Token Generator, the Token Generator s main page with the configured settings is shown. Verify the correct configuration values and redirect URL are shown. 31 Recommind, Inc

32 4 Authentication Methods and Project Setup Recommind Box Token Generator configuration settings 2. Click the Generate Tokens link. If you are not logged in to Box, you will be redirected to a Box login page. 3. Log in with your Box admin account either directly or by using SSO. You are redirected to a Box page asking you to grant permissions to the Box App indicated with Client ID in the Box Token Generator configuration. 4. Click Grant access to Box. You are redirected to the Box Token Generator web page. There is an additional section labeled Resulting Tokens that shows the token pair that has been generated. Tip: Leave this screen open as you will copy information from it for input into the data source configuration settings. 5. Open the workspace in CORE Administration containing the application which holds the data source you configured for use with the Box connector. Open the data source configuration. In the Crawler Connectors > DMS Connectors > Box > Connection Settings area, copy the Access token and Refresh token credentials into the corresponding fields of the connector configuration. Tip: To generate another pair, click Generate Tokens again. To return to the initial page, click Reset Page. Note: Do not use the browser's back button and do not reload the page. This may lead to errors because provided URL parameters are valid only once. Instead use the Reset Page link (if available) or enter the initial URL again. 32 Recommind, Inc

33 5 Box Specific Metadata Supported by the Connector Supported metadata are extracted from Box items and added to the indexed document as XML tags. To make metadata visible to users, or to make them searchable, create a new field in the document model of the respective Recommind application. Property name box_bookmark_url 5 Box Specific Metadata Supported by the Connector box_can_non_owners_invite box_comment_count box_comment_is_ reply box_created_at box_created_by_id box_created_by_login box_created_by_ name box_created_by_role box_created_by_language box_created_by_ timezone box_created_by_ space_amount box_created_by_ space_used box_created_by_ max_upload_size URL of a bookmark Description of this property in Box Information whether or not the non-owners can invite collaborators to the folder. For documents that can have comments attached. Only meaningful for comments. Contains the -data creation date supplied by Box. The user that has created/uploaded the document. see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id 33 Recommind, Inc

34 5 Box Specific Metadata Supported by the Connector Property name box_created_by_ status box_created_by_job_ title box_created_by_ phone box_created_by_ address box_created_by_ avatar_url box_created_by_ enterprise box_created_by_is_ sync_enabled box_created_by_is_ external_collab_ restricted box_created_by_can_ see_managed_users box_created_by_is_ exempt_from_device_ limits box_created_by_is_ exempt_from_login_ verification box_created_by_is_ password_reset_ required box_created_by_is_ platform_access_only Description of this property in Box see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id 34 Recommind, Inc

35 5 Box Specific Metadata Supported by the Connector Property name box_created_by_my_ tags box_created_by_ _alias box_description box_document_type box_file_id box_has_versions box_created_by_hostname box_has_collaborations box_metadata_<template>_<key> box_metadata_properties_<key> box_modified_at box_modified_by_id box_modified_by_ login box_modified_by_ name box_modified_by_role box_modified_by_language box_modified_by_ timezone Description of this property in Box see explanation for box_created_by_id see explanation for box_created_by_id see explanation for box_created_by_id The description as given by Box. Possible values: comment, file, file_version, folder, task File ID. Common ID between all file versions. Indicates whether there are collaborations for the item. Set for all files and versions. No means that no older versions exist. Metadata key/value pair. Custom key/value pairs have properties in their name. Contains the -data modification date supplied by Box. The user that has last modified the document. see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id 35 Recommind, Inc

36 5 Box Specific Metadata Supported by the Connector Property name box_modified_by_ space_amount box_modified_by_ space_used box_modified_by_ max_upload_size box_modified_by_ status box_modified_by_ job_title box_modified_by_ phone box_modified_by_ address box_modified_by_ avatar_url box_modified_by_ enterprise box_modified_by_is_ sync_enabled box_modified_by_is_ external_collab_ restricted box_modified_by_ can_see_managed_ users box_modified_by_is_ exempt_from_device_ limits Description of this property in Box see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id 36 Recommind, Inc

37 5 Box Specific Metadata Supported by the Connector Property name box_modified_by_is_ exempt_from_login_ verification box_modified_by_is_ password_reset_ required box_modified_by_is_ platform_access_only box_modified_by_ hostname box_modified_by_ my_tags box_modified_by_ _alias box_name box_note_author box_note_author_id box_note_author_ login box_note_author_ name Description of this property in Box see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id see explanation for box_modified_by_id Name, e.g. name of a bookmark. Indicates an author for a Box note. There may be multiple authors and each one is described with the properties box_ note_author_id, box_note_author_login and box_note_author_name. Example: <box_note_author type="main"> <box_ note_author_id> </box_note_ author_id> <box_note_author_ login>smith@recommind.com</box_note_ author_login> <box_note_author_ name>asmith</box_note_author_name> </box_note_author> The ID of this Box note author. The login name of this Box note author. The name of this Box note author. 37 Recommind, Inc

38 5 Box Specific Metadata Supported by the Connector Property name box_owned_by_id box_owned_by_login box_owned_by_name box_owned_by_role box_owned_by_ timezone box_owned_by_ space_amount box_owned_by_ space_amount box_owned_by_max_ upload_size box_owned_by_ status box_owned_by_job_ title box_owned_by_ phone box_owned_by_ address box_owned_by_ avatar_url box_owned_by_language box_owned_by_enterprise box_owned_by_is_ sync_enabled Description of this property in Box The user that has the role OWNER of a document. Can be different from the creator. see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id 38 Recommind, Inc

39 5 Box Specific Metadata Supported by the Connector Property name box_owned_by_is_ external_collab_ restricted box_owned_by_can_ see_managed_users box_owned_by_is_ exempt_from_device_ limits box_owned_by_is_ exempt_from_login_ verification box_owned_by_is_ password_reset_ required box_owned_by_is_ platform_access_only box_owned_by_hostname box_owned_by_my_ tags box_owned_by_ _alias box_shared_link_url box_status box_tag box_task_action box_task_due_at Description of this property in Box see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id see explanation for box_owned_by_id URL of a shared link Can be either 'active', 'trashed' or 'deleted'. 'trashed' indicates that an item can be restored. 'deleted' items cannot be (directly) restored, since they are, e.g., in a deleted folder. Contains custom tags assigned to a document in Box. Each value reflects one tag. The action that the assignee of the task shall perform. At the moment this can only be REVIEW. The due date of the task, if a due date has been set. 39 Recommind, Inc

40 5 Box Specific Metadata Supported by the Connector Property name box_task_assigned_at box_task_assigned_ by_id box_task_assigned_ by_login box_task_assigned_ by_name box_task_assigned_ to_id box_task_assigned_ to_login box_task_assigned_ to_name box_task_completed_ at box_task_is_completed box_task_message box_task_reminded_ at box_task_resolution_ state box_trashed_at box_upload_ Description of this property in Box For each task assignment this is the date indicating when this task was assigned. Currently not filled by Box. For each task assignment this is the ID of the user that assigned this task. Currently not filled by Box. For each task assignment this is the log name of the user that assigned this task. Currently not filled by Box. For each task assignment this is the name of the user that assigned this task. Currently not filled by Box. For each task assignment this is the ID of the user the task is assigned to. For each task assignment this is the login name of the user the task is assigned to. For each task assignment this is the name of the user the task is assigned to. For each task assignment this is the date at which the assignment is to be completed at. Currently not filled by Box. Indicates whether this task is completed (true) or not (false). For each task assignment this is the message that will is included with the assignment of the task. Currently not filled by Box. For each task assignment this is the date at which the assignee shall be reminded about this task. Currently not filled by Box. For each task assignment this is the resolution state of the task assignment. Values can be COMPLETED, INCOMPLETE, APPROVED or REJECTED. Currently not filled by Box. Date at which the document was trashed. address that uploads for a folder can be sent to. 40 Recommind, Inc

41 5 Box Specific Metadata Supported by the Connector Property name box_upload_ _ access box_url_hint box_version_number Description of this property in Box Access level for an upload address. Can be COLLABORATORS or OPEN. URL to track back an item in the Box front-end if logged on with the user found in the URI. Version number of a file. When making changes this number is incremented automatically. 5.1 Box Document Dates For the individual documents, Box provides different dates. These date properties may occur in XML metadata after data load: box_created_at Indicates the time when the document (or version) was uploaded to the Box server. box_modified_at Indicates the time that the document was last changed on the Box server. This can be an upload or a direct modification on the server (e.g. in case of Box notes). rm_creationdate Indicates the creation of the content. Is derived from the file properties during upload. Usually reflects the time that the file was originally created. Note: This type of date is not available for Box versions. rm_lastmodifieddate Indicates the last modification date of the content. Is derived from the file properties during upload and usually reflects the time that the file was last changed before upload. This date is overwritten when the document is modified directly on the Box server (e.g. for Box notes). Note: This type of date is not available for Box versions. Note: The dates derived from the file properties may not be available, depending on the method of upload. More details on how Box handles dates can be found here: 41 Recommind, Inc

42 5 Box Specific Metadata Supported by the Connector File-Timestamps/ta-p/ Author Information Author information is provided by Box. Authors are the users that created a document in Box or uploaded a document to Box. For Box notes, a special mapping is used Box document authors The author for uploaded documents is the user that performed the upload. For instance, if John Smith wrote a Microsoft Word document, and Ann Miller uploaded it to Box, Ann Miller is shown in the Sender/Author Smart Filter. You find Box document creator information in the box_created_by_name property, which is mapped to the CORE rm_author field. Versions inherit the author from the current document. Note: If Box does not provide a creator for a document, the rm_author field remains empty. This may happen when a user is deleted and his data is transferred to another account. In this case, the transferred documents will not have an author, as the creator has been deleted Box note authors Box note author information is also mapped to the CORE rm_author field. Box notes may have several authors, but only one is shown in the rm_author field. Box notes author information has up to three properties: box_note_author_name, box_note_author_id, box_note_author_login. If the default configuration is not changed, these are concatenated to form one value in the CORE rm_author field. 42 Recommind, Inc

43 5 Box Specific Metadata Supported by the Connector Box note author information in the CORE XML structure This author information for a Box note: <box_note_author type="main"> <box_note_author_id> </box_note_author_id> <box_note_author_login>miller@recommind.com</box_ note_author_login> <box_note_author_name>mandy_miller</box_note_ author_name> </box_note_author> is concatenated and mapped to the rm_author field like this: <rm_author type="main">mandy_miller (miller@recommind.com, )</rm_author> Related: "Box Note Authors" on page 58 "Unknown Users Handling" on page Box URL Hints The CORE XML tag box_url_hint is filled with a Box URL hint. You can use this URL to directly find and access the corresponding document from a web browser on Box.com, for analyzing or troubleshooting. The URL does not contain user information. To make the Box URL hint work correctly, you must log in to Box with the correct account. The account belonging to the URL can be derived from the Location Smart Filter. 43 Recommind, Inc

44 6 Box Custom and Template Metadata 6 Box Custom and Template Metadata In addition to default Box metadata, the connector supports metadata added by users. Box allows a user to add key-value pairs to certain Box documents, as custom metadata. An administrator can create metadata templates that each define a set of keys. A user can assign such a template to a document and then assign values to the individual keys belonging to the template. For each key the connector creates a corresponding output property in the XML file, with the corresponding value or no value if none has been set. The name of the property follows one of these patterns: box_metadata_<templatename> <key> <templatename> is the name of the template. <key> is the name of the key. For template metadata key names, some operations affecting the string are carried out by Box: e.g., characters are changed to lowercase, non-alphanumeric characters are dropped and so on. Note: The name for a template metadata key depends on the display name that is used when first creating this key in the template. Later changes to the name will not be reflected upon indexing. box_metadata_properties <key> properties indicates that this is a custom property. <key> is the name of the key. 44 Recommind, Inc

45 6 Box Custom and Template Metadata Example: Metadata as set in Box and in the XML file after data load Assume these user-added metadata: Metadata set in Box In the XML file, these metadata look like this: <box_metadata_exampletemplate exampletext type="main">example Text Value</box_metadata_ exampletemplate exampletext> <box_metadata_exampletemplate examplenumber type="main">21.0</box_metadata_exampletemplate examplenumber> <box_metadata_exampletemplate exampledate type="main"> t00:00:00.000z</box_metadata_ exampletemplate exampledate> <box_metadata_exampletemplate exampledropdown 45 Recommind, Inc

46 6 Box Custom and Template Metadata type="main">option One</box_metadata_exampleTemplate exampledropdown> <box_metadata_properties Example_0x20_custom_0x20_ metadata_0x20_field type="main">example custom metadata value </box_metadata_properties Example_ 0x20_custom_0x20_metadata_0x20_field> 46 Recommind, Inc

47 7 Create a Data Source 7 Create a Data Source To create a data source with the Box connector enabled, 1. In the Axcelerate Ingestion module, on the Data Sources tab, click Add new data source. 2. In the Define template type for data source step, select System template and click Next. 3. In the Define the data type of the data source step, select Document Management and click Next. 4. In the Template selection step, select Box. 5. Follow the wizard. Tip: The settings that follow can be changed after data source creation. 6. In the last step, do not choose Start immediately, but Finish. You need to enter at least some information that allows to connect to Box. 7.1 Start URI for Box Data Sources Start URIs for the Box connector use the scheme box. A valid URL is, for example: box:anything. Multiple Box start URIs are not supported. Related: "Start URIs" on page Recommind, Inc

48 8 Crawl a Specific User or Folder 8 Crawl a Specific User or Folder In the case that only a part of the Box enterprise account shall be crawled, you can configure the connector to crawl only certain folders in certain accounts. Under Box Scope Settings you can add the login names ( addresses) of the Box accounts to include in the crawl. If the list is empty, all accounts are crawled. As soon as there is an entry, only the listed accounts are crawled. Important: If you are using the same data source to crawl data for new custodians, consider manually changing the data source name in the crawler settings, in the URI-based annotation/uri patterns section. List of user accounts ( addresses) to include in the crawl For each account that you add to the list, a new configuration node named like the account is added to the tree. Open it to add the folders to crawl for that account to the List of Box folders to be included. When specifying folders, the All Files folder shown in the Box UI must not be included. Instead the entries have to start with a slash /. A folder deeper in the folder hierarchy can be given by using / as delimiter between the folders in the path. A trailing / will be ignored. 48 Recommind, Inc

49 8 Crawl a Specific User or Folder List of folders to be included If the list is empty, all folders of the account are crawled. Note: If the Index folders check box is selected, the root folder is always indexed. Related: "Box users to be crawled, specified by login name ( address)" on page 59 "Box folders to crawl for this user" on page Recommind, Inc

Connector for Box, Version 2 Setup and Reference Guide

Connector for Box, Version 2 Setup and Reference Guide Connector for Box, Version 2 Setup and Reference Guide Published: 2017-Jun-30 Contents 1 Box Connector 4 1.1 Products 4 1.2 Supported features 4 1.3 Box Connector Limitations 4 1.4 Box Specific Metadata

More information

Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide

Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide Published: 2018-Oct-09 Contents 1 Microsoft SharePoint 2013, 2016 and Online Connector 4 1.1 Products 4 1.2 Supported

More information

Connector for OpenText Content Server Setup and Reference Guide

Connector for OpenText Content Server Setup and Reference Guide Connector for OpenText Content Server Setup and Reference Guide Published: 2018-Oct-09 Contents 1 Content Server Connector Introduction 4 1.1 Products 4 1.2 Supported features 4 2 Content Server Setup

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

Box Connector. Version 2.0. User Guide

Box Connector. Version 2.0. User Guide Box Connector Version 2.0 User Guide 2016 Ping Identity Corporation. All rights reserved. PingFederate Box Connector User Guide Version 2.0 March, 2016 Ping Identity Corporation 1001 17th Street, Suite

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013 Ping Identity RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 13, 2013 Product Information Partner Name Ping Identity Web Site www.pingidentity.com Product Name PingFederate

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide Coveo Platform 7.0 Microsoft SharePoint Legacy Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Connector for CMIS Setup and Reference Guide

Connector for CMIS Setup and Reference Guide Connector for CMIS Setup and Reference Guide Published: 2018-Apr-20 Contents 1 CMIS Connector Introduction 4 1.1 Products 4 1.2 Supported features 4 2 Create a Data Source 6 3 Start URI for CMIS Data Sources

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8 RSA SECURID ACCESS Implementation Guide PingIdentity John Sammon & Gina Salvalzo, RSA Partner Engineering Last Modified: February 27 th, 2018 Solution Summary Ping Identity

More information

Managing Load Plans in OTBI Enterprise for HCM Cloud Service

Managing Load Plans in OTBI Enterprise for HCM Cloud Service Managing Load Plans in OTBI Enterprise for HCM Cloud Service Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Objective After completing this lesson, you should be able to use Configuration

More information

SAP IoT Application Enablement Best Practices Authorization Guide

SAP IoT Application Enablement Best Practices Authorization Guide SAP IoT Application Enablement Best Practices Authorization Guide TABLE OF CONTENTS 1 INITIAL TENANT SETUP... 3 1.1 Configure Trust... 3 1.1.1 Technical Background... 6 1.2 Establish Trust... 6 1.3 Set

More information

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1 CLIQ Web Manager User Manual V 6.1 The global leader in door opening solutions Program version: 6.1 Document number: ST-003478 Date published: 2016-03-31 Language: en-gb Table of contents 1 Overview...9

More information

Centrify for Dropbox Deployment Guide

Centrify for Dropbox Deployment Guide CENTRIFY DEPLOYMENT GUIDE Centrify for Dropbox Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of

More information

Info Input Express Network Edition

Info Input Express Network Edition Info Input Express Network Edition Administrator s Guide A-61892 Table of Contents Using Info Input Express to Create and Retrieve Documents... 9 Compatibility... 9 Contents of this Guide... 9 Terminology...

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Coveo Platform 7.0. Jive Connector Guide

Coveo Platform 7.0. Jive Connector Guide Coveo Platform 7.0 Jive Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents 8.0 Help for Community Managers... 3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE VMware Identity Manager 2.9.1 VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x RSA SECURID ACCESS Implementation Guide Pulse Connect Secure 8.x Daniel R. Pintal, RSA Partner Engineering Last Modified: January 24 th, 2018 Solution Summary The Pulse

More information

Integrating AirWatch and VMware Identity Manager

Integrating AirWatch and VMware Identity Manager Integrating AirWatch and VMware Identity Manager VMware AirWatch 9.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 9.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Quick Start...6

More information

October J. Polycom Cloud Services Portal

October J. Polycom Cloud Services Portal October 2018 3725-42461-001J Polycom Cloud Services Portal Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language or format, or

More information

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE Guide to Deploying VMware Workspace ONE with VMware Identity Manager SEP 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

IBM StoredIQ Administrator Version Administration Guide IBM SC

IBM StoredIQ Administrator Version Administration Guide IBM SC IBM StoredIQ Administrator Version 7.6.0.8 Administration Guide IBM SC27-5688-10 IBM StoredIQ Administrator Version 7.6.0.8 Administration Guide IBM SC27-5688-10 Note Before using this information and

More information

Hitachi ID Systems Inc Identity Manager 8.2.6

Hitachi ID Systems Inc Identity Manager 8.2.6 Systems Inc RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 5, 2014 Product Information Partner Name Hitachi ID Systems Inc Web Site www.hitachi-id.com Product Name Identity

More information

VMware Identity Manager vidm 2.7

VMware Identity Manager vidm 2.7 RSA SECURID ACCESS Standard Agent Implementation Guide VMware Daniel R. Pintal, RSA Partner Engineering Last Modified: August 19, 2016 Solution Summary VMware Identity

More information

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Coveo Platform 7.0. Oracle UCM Connector Guide

Coveo Platform 7.0. Oracle UCM Connector Guide Coveo Platform 7.0 Oracle UCM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Guide to Deploying VMware Workspace ONE DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Policy Manager in Compliance 360 Version 2018

Policy Manager in Compliance 360 Version 2018 Policy Manager in Compliance 360 Version 2018 Policy Manager Overview 3 Create a Policy 4 Relate a Policy to Other Policies, Departments, and Incidents 8 Edit a Policy 10 Edit a Policy by Using the Edit

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Axcelerate 5.8 Default Fields in Axcelerate Review & Analysis

Axcelerate 5.8 Default Fields in Axcelerate Review & Analysis .8.8 Table is sorted by display names Searchable Display name used for Results list column, Smart Filter, Metadata fly-in etc. Description If field content matches global search query (and without the

More information

Secure Access Manager User Guide September 2017

Secure Access Manager User Guide September 2017 Secure Access Manager User Guide September 2017 1 1 INTRODUCTION... 3 1.1 SUMMARY... 3 2 BASIC FUNCTIONS... 3 2.1 LOGIN TO YOUR SAM ACCOUNT... 3 2.1.1 How to Activate your Account... 3 2.1.2 How to Login

More information

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014 Entrust Discovery 2.4 Administration Guide Document issue: 3.0 Date of issue: June 2014 Copyright 2010-2014 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust, Inc.

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager.

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager. IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS VMware Identity Manager February 2017 V1 1 2 Table of Contents Overview... 5 Benefits of BIG-IP APM and Identity

More information

13241 Woodland Park Road, Suite 400 Herndon, VA USA A U T H O R : E X O S T A R D ATE: M A R C H V E R S I O N : 3.

13241 Woodland Park Road, Suite 400 Herndon, VA USA A U T H O R : E X O S T A R D ATE: M A R C H V E R S I O N : 3. SECURE ACCESS MAN AG E R FIRST TIME LOGIN GUIDE A U T H O R : E X O S T A R D ATE: M A R C H 2 0 1 5 V E R S I O N : 3.0 1 S E C U R E A CCESS M A N A G E R SECURE ACCESS MANAGER OVERVIEW... 3 SUMMARY...

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

Integrate HEAT Software with Bomgar Remote Support

Integrate HEAT Software with Bomgar Remote Support Integrate HEAT Software with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

HEAT Software Integration with Remote Support

HEAT Software Integration with Remote Support HEAT Software Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their

More information

Oracle Cloud Using the Microsoft Adapter. Release 17.3

Oracle Cloud Using the Microsoft  Adapter. Release 17.3 Oracle Cloud Using the Microsoft Email Adapter Release 17.3 E70297-10 December 2017 Oracle Cloud Using the Microsoft Email Adapter, Release 17.3 E70297-10 Copyright 2016, 2017, Oracle and/or its affiliates.

More information

Integrate Salesforce. EventTracker v8.x and above

Integrate Salesforce. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 27, 2019 Abstract This guide provides instructions to configure Salesforce, to report its logs to EventTracker Enterprise. Scope The configurations detailed

More information

Guide for Administrators. Updated November 12, Page 1 of 31

Guide for Administrators. Updated November 12, Page 1 of 31 novaresourcesync v.5.3 Guide for Administrators Updated November 12, 2013 Page 1 of 31 Copyright, Trademarks, and Legal Tempus Nova Inc. 1755 Blake Street Denver, CO 80202 www.tempusnova.com November 12,

More information

Mozy. Administrator Guide

Mozy. Administrator Guide Mozy Administrator Guide Preface 2017 Mozy, Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license

More information

Configuration Guide - Single-Sign On for OneDesk

Configuration Guide - Single-Sign On for OneDesk Configuration Guide - Single-Sign On for OneDesk Introduction Single Sign On (SSO) is a user authentication process that allows a user to access different services and applications across IT systems and

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

penelope case management software AUTHENTICATION GUIDE v4.4 and higher

penelope case management software AUTHENTICATION GUIDE v4.4 and higher penelope case management software AUTHENTICATION GUIDE v4.4 and higher Last modified: August 9, 2016 TABLE OF CONTENTS Authentication: The basics... 4 About authentication... 4 SSO authentication... 4

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

Workspace ONE Chrome OS Platform Guide. VMware Workspace ONE UEM 1811

Workspace ONE Chrome OS Platform Guide. VMware Workspace ONE UEM 1811 Workspace ONE Chrome OS Platform Guide VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Colligo Manager 5.4 SP3. User Guide

Colligo  Manager 5.4 SP3. User Guide 5.4 SP3 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 4 Updating

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting Up the Outgoing Mail Server, page 1 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Document ID: 13-603114 Release 2.2 July 2008 Issue No.1 2008 Avaya Inc. All Rights Reserved. Notice While reasonable

More information

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Notification Template Limitations. Bridge Limitations

Notification Template Limitations. Bridge Limitations Oracle Cloud Known Issues for Oracle Identity Cloud Service Release 18.1.2 E55915-17 February 2018 Notification Template Limitations Note the following limitations with Oracle Identity Cloud Service notification

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Administration Manual 1

Administration Manual 1 Administration Manual 1 1 Introduction! 3! 1.1 Administration Panel 3 2 Members! 4! 2.1 Add Members Manually 5 2.2 Add Members from an Excel Document 6 2.3 Activate Accounts 7 2.4 Edit Member Information

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Quick Connection Guide

Quick Connection Guide WebEx Connector Version 1.0.1 Quick Connection Guide 2014 Ping Identity Corporation. All rights reserved. PingFederate WebEx Connector Quick Connection Guide Version 1.0.1 March, 2014 Ping Identity Corporation

More information

Workspace ONE UEM Integration with RSA PKI. VMware Workspace ONE UEM 1810

Workspace ONE UEM Integration with RSA PKI. VMware Workspace ONE UEM 1810 Workspace ONE UEM Integration with RSA PKI VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

About This Document 3. Overview 3. System Requirements 3. Installation & Setup 4

About This Document 3. Overview 3. System Requirements 3. Installation & Setup 4 About This Document 3 Overview 3 System Requirements 3 Installation & Setup 4 Step By Step Instructions 5 1. Login to Admin Console 6 2. Show Node Structure 7 3. Create SSO Node 8 4. Create SAML IdP 10

More information

PassKey Manager Guide

PassKey Manager Guide PassKey Manager Guide Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos

More information

Coveo Platform 7.0. Liferay Connector Guide

Coveo Platform 7.0. Liferay Connector Guide Coveo Platform 7.0 Liferay Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

Lucid Key Server. Help Documentation.

Lucid Key Server. Help Documentation. Lucid Key Server Help Documentation www.lucidcentral.org Help for the Lucid Key Server Welcome to the Lucid Key Server, one member of the Lucid family of products. For more information on other Lucid and

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Release 3.0. Delegated Admin Application Guide

Release 3.0. Delegated Admin Application Guide Release 3.0 Delegated Admin Application Guide Notice PingDirectory Product Documentation Copyright 2004-2018 Ping Identity Corporation. All rights reserved. Trademarks Ping Identity, the Ping Identity

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Perceptive Media Connector

Perceptive Media Connector Perceptive Media Connector Installation and Setup Guide Version: 1.0.x Compatible with ImageNow, version 6.7.x Written by: Product Documentation, R&D Date: August 2016 2015 Perceptive Software. All rights

More information

Android Mobile Single Sign-On to VMware Workspace ONE. SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3.

Android Mobile Single Sign-On to VMware Workspace ONE. SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3. Android Mobile Single Sign-On to VMware Workspace ONE SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information