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.
IMPORTANT: This parameter must be set in the configuration file WKOOP/WKOOP.cfg
, not in the connector configuration file.
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: | BrowserLibrary (in the configuration file WKOOP.cfg ) |
Example: |
To accept requests from any host in the
The following example effectively disables IWA, because no host will match the value:
|
See Also: |