Spotfire.Dxp.Worker.Core.config file

This configuration file specifies settings for the service's communication with the Spotfire Server, and if sections in configuration files should be encrypted.

Setting Default Value Description
cookies autoTransfer="" Specify the cookies from the Spotfire Server that should be sent back on all requests in the format of a ; separated list, for example: "ARRAffinity;myCookie;myCookie2".
<authentication hostsToAuthenticate="" /> This setting is applicable only when the system is set up to use delegated Kerberos.

Specify a list of trusted sites/servers that should be allowed to authenticate using Windows credentials. The Spotfire Server is automatically added to this list. Also, the top domain of the computer running this service is added to the list (serv1.b.x.com is added as *.x.com). Add other servers in the format of a ; separated list. To allow wildcard matches, start the host name with a star *.

For example:

*.a.x.com;srv1.b.x.com;*.y.com;server3

This will match <Anything>.a.x.com OR srv1.b.x.com OR <Anything>.y.com OR server3.

<cryptography>
   encryptConfigurationSections True Set to true to encrypt sections of configuration files containing sensitive information.
   protectSectionEncryptionProvider DataProtectionConfigurationProvider Name of the algorithm used when sections are encrypted.
</cryptography>