IWAServerAllowedList

A comma-separated list of server names to accept Integrated Windows Authentication (IWA) requests from. When a web server supports IWA and matches an entry in the list, the embedded browser attempts to authenticate as the user who is running the connector.

If you want to authenticate as a different user, by setting the AuthUser and AuthPassword parameters, you can disable IWA by setting IWAServerAllowedList=_.

You can use the asterisk (*) wildcard to match multiple hosts.

Type: String
Default: *
Required: No
Configuration Section: TaskName or FetchTasks
Example:

To accept requests from any host in the example.com domain:

IWAServerAllowedList=*.example.com

The following example effectively disables IWA, because no host will match the value:

IWAServerAllowedList=_

See Also: