Hi Guys, I am working on a WCF services (C#, .Net framework 3.5) module where I need to establish mutual authentication (using Kerberos, SPN) between client (web application or windows-application) and the WCF service. I am new to Kerberos authentication. So far I have been able to register the SPN for my WCF services.
Looking at the Kerberos part - I found that I need to setup the KDC (Key distribution center). Can you please help me with how to setup KDC ? and how to use it with my client application ? Also, can I setup KDC on XP machine ? Thanks for your help !
