How to tell WCF Client (ClientBase<TChannel>) to pass Kerberos credentials to a trusted server that uses another domain name? -
i have setup our adfs 2.0 server uses url domain name (https://adfs.myotherdomain.com) different form our real domain (mydomain.com).
we have added https://adfs.myotherdomain.com windows' local intranet zone , both ie , chrome pass credential without prompting user.
it seems wcf client not use sites defined in windows' local intranet zone.
is there way tell wcf client use them or there way provide list of trusted domain names?