For a WCF service "SuperService", installed on two separate servers "Server1" and "Server2" - is it possible to have a single SPN identity string to which the WCF client "SuperClient" can refer?
Such that SuperClient can consume the service hosted on either Server1 or Server2 without knowing which server is hosting the instance to which it is connecting but not have to change its identity string.