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.