Associate
- Joined
- 2 Sep 2007
- Posts
- 1,997
I've been reading this article about client certs and WCF - http://notgartner.wordpress.com/200...on-with-windows-communication-foundation-wcf/
I understand this article but I'm not sure about this bit: -
We have a root CA inside the enterprise. Does this mean for a client to call a WCF service hosted on a server the client needs to install a trusted root authority?
I understand this article but I'm not sure about this bit: -
Truth be told, this isn’t exactly how it would work in a fully fledged production scenario.
What would actually happen is that the server and client would validate each others identity by following a chain of trust associated with each certificate to a root certification authority which they both trusted (although it might be a different CA for each certificate as Windows can trust multiple). Over the Internet this might be a public one like VeriSign, or it could be a root CA inside the enterprise
We have a root CA inside the enterprise. Does this mean for a client to call a WCF service hosted on a server the client needs to install a trusted root authority?