Skip to main content

Federation Configuration

  • tsearch.simflofy.services.url = The full url of the simflofy-admin webapp.

  • tsearch.security.allow.expired = Allows for expired ssl certificates when connecting to simflofy admin

  • tsearch.simflofy.services.auth.strategy = Represents how to authenticate when performing queries. Note that this has no effect on how users log in. Options are service or passthrough.

    • passthrough - The currently logged-in user is used to perform queries. This is the default, recommended setting.
    • service - Queries will be performed as a single service user. This is not recommended, as many security features required the querying users username to filter results
      • tsearch.simflofy.admin.username = service user username
      • tsearch.simflofy.admin.password = service user password
  • tsearch.logo.file = The location of the logo to use for certain views. Default is tsearch/resources/styles/images/logo-simflofy-search.png

  • tsearch.favicon.file = Location of the favicon file. Favicon is the symbol that appears in tabs. Default is /resources/styles/images/favicon.ico

Many of these can be accessed by TSearch Admins at tsearch/config. It is available via the user navigation (top right corner) menu under Configuration

TSearch Configuration