Authentication Connection - Alfresco Federation Services - 3.2 - 3.2 - Ready - Alfresco - external - Alfresco/Alfresco-Federation-Services/3.2/Alfresco-Federation-Services/Configure/Connectors/Apache-Solr/Authentication-Connection - 2025-03-04

Alfresco Federation Services

Platform
Alfresco
Product
Alfresco Federation Services
Release
3.2
License

Authentication connectors are used to authenticate repository/output connections that need certain authentication fields like access tokens or refresh tokens. Click here for more information on setting up an Authentication Connection.

Note: Federation Services has no way of creating a Solr core or generating a Solr schema. The configured Solr core must already exist. For the simplest case, go to your Silurian directory and execute the command solr -c create _core-name_. Any attempts to authenticate without a valid core will fail.

Configuration

  • Name: The name of the connection.
  • Host: The location of the Solr server. Can support multiple urls, comma delimited, if using Solr Cloud.
  • Solr Core Name: The name of the Solr core (collection) to authenticate to.
  • Username: (Optional) The username, if security is enabled.
  • Password: (Optional) The password, if security is enabled.
  • Use SolrCloud: A special high-availability set up for clustered Solr servers.
  • Use ZooKeeper: Another Apache product used for clustering servers.