Transport Level Security with Windows Authentication
- Last UpdatedJan 13, 2022
- 1 minute read
Windows authentication can be used only within an Intranet scenario where Global daemons are deployed inside of a secured network or sites connected through a Virtual Private Network (VPN).
Note:
It is assumed that where the login details are the same.
The following XML is used to configure the binding to use Windows based authentication.
<security mode="Transport">
<transport clientCredentialType="Windows" proxyCredential\-Type="None" realm="" />
</security>
Note:
The settings made in the GlobalWCFClient.config and AdmindWCF.exe.config files must be consistent.
Transport security assumes that once connected messages are safe.
To view an example of configuration files with Windows authentication, extract the contents of the GlobalWCF_SampleConfigFiles folder and navigate to the sub folder TransportSecurityWindowsAuthentication.