Compatible with Fusion version: 4.1.0 through 5.12.0
The Alfresco V1 connector allows Fusion to crawl and index content stored in an Alfresco Community repository that adheres to the Content Management Interoperability Services (CMIS) standard. The connector crawls folders, files, and metadata to fetch and index folder structure, binary content such as PDFs, DOCX, and images, and metadata such as title, creator, and modification date.
ImportantV1 deprecation and removal noticeStarting in Fusion 5.12.0, all V1 connectors are deprecated. This means they are no longer being actively developed and will be removed in Fusion 5.13.0.The replacement for this connector is using the Alfresco recipe with the REST V2 connector.If you are using this connector, you must migrate to the replacement connector or a supported alternative before upgrading to Fusion 5.13.0. We recommend migrating to the replacement connector as soon as possible to avoid any disruption to your workflows.
This connector was developed for the Alfresco Community content repositories and was not tested on any other versions of Alfresco Community, Alfresco Content Services, or any other CMIS server. Connector flow

Prerequisites

Perform these prerequisites to ensure the connector can reliably access, crawl, and index your data. Proper setup helps avoid configuration or permission errors, so use the following guidelines to keep your content available for discovery and search in Fusion. The connector uses the Alfresco Search v1 API and Node API, so ensure the following endpoints are accessible:
  • /alfresco/api/-default-/public/search/versions/1/search
  • /alfresco/api/-default-/public/alfresco/versions/1/nodes/{id}
  • /alfresco/api/-default-/public/authentication/versions/1/tickets
Create a dedicated Alfresco user account with the following:
  • Read access to the desired folder paths.
  • Permission to access content metadata and binary files.
  • If using security trimming, allow access to /groups and /people endpoints to fetch user and group access metadata.
Before using the connector, confirm the user can access the Alfresco REST API:
curl -u USERNAME:PASSWORD "\https://alfresco.DOMAIN.com/alfresco/api/-default-/public/search/versions/1/search"
You should get a JSON response with search results or an empty result set.

Authentication

Setting up the correct authentication according to your organization’s data governance policies helps keep sensitive data secure while allowing authorized indexing. If authentication is required to access your data, you will need the username and password of an Alfresco user with REST API and read access. If using authentication, create or identify a service user in Alfresco with the following:
  • Read access to the desired content paths.
  • Permission to access metadata and download binary files.
  • Access to /people and /groups endpoints if you’re enabling security trimming.

Additional resources

Configuration

When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.

Security Trimming

The Alfresco V1 connector has a security trimming feature. You can activate security trimming using the ENABLE SECURITY TRIMMING checkbox in the UI.