WIF-通过从 winform 客户端传递的令牌对基于声明的 Share Point 站点进行身份验证
我按照此链接执行了
http://msdn.microsoft.com/en- us/library/gg251994.aspx
但我们的场景完全不同:
我们有一个 WinForm 客户端、Wcf 服务(作为 Windows 服务托管)、Sts(作为 Windows 服务托管)、基于声明的共享点用于报告的站点
正如上面的链接,我必须创建一个 asp.net Web 服务作为身份提供者安全令牌服务 (IP-STS),但我们此时不想使用 IIS。我们希望它能够作为独立服务运行,没有任何依赖项。使服务器设置和维护变得简单。那么,当用户登录到 WinForm 客户端时,如何保留令牌,然后当用户单击客户端的链接以查看报告时,我们将使用它来对 SharePoint 进行身份验证(使用我们的 STS 托管作为 Windows 服务),而无需创建新的 IP -STS 托管在 IIS 中,并强制用户必须再次输入其信息才能对 SharePoint 进行身份验证。
任何想法或帮助将不胜感激!
I followed this link and did it
http://msdn.microsoft.com/en-us/library/gg251994.aspx
But our scenario is litter different:
We have a WinForm client, Wcf services(hosted as windows service), Sts (hosted as windows service), claim based share point site for reporting
As the link above, I have to create a asp.net web service as an identity provider security token service (IP-STS), but we don't want to use IIS at this time. we want it to be able to run as a standalone service, without any dependencies. Keeps it simple for the server setup and maintenance. So how can I keep the token when user logged in to WinForm client and then when user click a link from client to view report, we will use it to authenticate to SharePoint(use our STS-hosted as windows service) without creating a new IP-STS hosted in IIS and force user have to input their information again to authenticate to SharePoint.
Any thoughts or help would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论