从 C# 访问经过 SPNEGO 身份验证的 Web 服务
我们有一个 Web 服务,通过 HTTP 提供数据并通过 SPNEGO(和单点登录)对用户进行身份验证。我们想为此 Web 服务编写一个 C# 客户端。
.NET 中是否有任何标准/提供的方法来生成必要的令牌?广泛的谷歌搜索表明,SPNEGO 没有原生支持。
We have a web service that serves data over HTTP and authenticates users via SPNEGO (and single sign-on). We want to write a C# client for this web service.
Is there any standard/provided way in .NET of generating the necessary token? Extensive Googling suggests that there is no native support for SPNEGO.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Windows 中,以下操作应该可以解决问题:
In Windows the following should do the trick: