<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.
|