【发布时间】:2015-04-07 20:39:45
【问题描述】:
我对 C# 很陌生。我们有一个 Tomcat REST 服务,它前面有一个 SPNEGO http 过滤器。如何访问此服务并传递我的 Kerberos 信息?
【问题讨论】:
-
您是否尝试在 ASP .NET 应用程序中访问此服务?
-
@alainlompo 不,这是一个 WPF 应用程序与我的 REST 服务通信。
标签: c# authentication windows-authentication kerberos