如何向 ASP.NET 应用程序添加 CardSpace 支持
我喜欢 CardSpace 的想法,但与 OpenID 不同的是,它看起来像是真正的 PITA 在您的 ASP.NET Web 应用程序中支持它。 我找到了很多例子,甚至还有教程 在我拥有的一本书中……但似乎需要的比他们建议的要多得多。
服务器等的变化?
有人可以告诉我:
- 我需要在 IIS7 中配置什么 如何
- 在不使用许多第 3 方组件的情况下实现 CardSpace 支持
- 您是否设法使其正常工作?
我认为复杂性(或糟糕的文档)是 CardSpace 落后的原因之一。
(我对其他人对此的看法很感兴趣,但我们不要把这变成一场激烈的战争,我只是想要一个解决方案,或许还有你的想法)
I like the idea of CardSpace but unlike OpenID it seems like a real PITA
to support it in your ASP.NET web application. I've found many examples, even a tutorial
in one of the books I own... but it would seem a lot more is required than what they suggest.
Changes to the server and such?
Can someone tell me:
- What I need to configure in IIS7
- How to implement CardSpace support without using to many 3rd party components
- Have you managed to get it working?
I think the complexity (or poor documentation) is one of the reasons CardSpace is lagging behind.
(I'm interested in what others think about this, but lets not turn this into a flame war, I just want a solution and perhaps your thoughs in short)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我已经在博客中提到过这一点,但它是瑞典语的。 我希望我们可以依靠谷歌翻译。 :-)
开始使用
通过 ASP.NET 会员身份使用 Windows CardSpace
使用 Javascript 获取信息卡
希望这会有所帮助。
I have blogged about that, but it is in Swedish. I hope we can rely on google translate. :-)
Get Started
Use Windows CardSpace with ASP.NET Membership
Get an InfoCard with Javascript
Hope this helps.
对于卡片空间,请查看开源库 SharpSTS https://sharpsts.com/
他们也有链接许多卡片空间资源可能会帮助您开始使用:https://sharpsts.com/resources.aspx
For card space take a look at the open source library SharpSTS a https://sharpsts.com/
They also have links to a number of card space resources that might help you get started at: https://sharpsts.com/resources.aspx
Rob Conery 正在他的新项目中实施 CardSpace。
http://blog.wekeroad.com/mvc-storefront/mvcstore-part -17/
希望有帮助
Rob Conery is implementing CardSpace in his new project.
http://blog.wekeroad.com/mvc-storefront/mvcstore-part-17/
Hope it helps