2012-08-27 203 views
4

我必须在WCF中实现基于Kerberos的Windows身份验证。我正在使用Windows 7专业版。我搜查了很多,但没有得到任何有关这个话题的文章。Windows 7中的Kerberos身份验证

如何在Windows 7 Professional的WCF中实现基于Kerberos的Windows身份验证?

+1

你试过了什么?有[很多](http://blogs.msdn.com/b/tiche/archive/2011/07/13/wcf-on-intranet-with-windows-authentication-kerberos-or-ntlm-part-1.aspx )[阅读](http://stackoverflow.com/questions/1295526/wcf-and-kerberos-authentication)[材料](http://kjellsj.blogspot.nl/2007/01/wcf-security-wshttpbinding-with .html)在那里。请在你身边展示一些努力,而不是提供赏金,以便其他人为你做研究。 – CodeCaster

回答

1

我已经在我的一个用C#.NET编写的项目之一(在Windows 7上工作)中使用Kerberos身份验证连接到UNIX服务器来完成所需的任务。您最好的选择是使用Plink/Putty支持Kerberos身份验证的SSL客户端。 您将需要设置您的服务器基础设施以生成密钥领域(票证授予服务器)并由AS身份验证服务器等进行识别。