How to add CardSpace support to your ASP.NET application - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T21:53:30Z http://stackoverflow.com/feeds/question/286750 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application 2 How to add CardSpace support to your ASP.NET application TimothyP 2008-11-13T10:27:57Z 2008-11-13T12:59:53Z <p>Hi,</p> <p>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.</p> <p>Changes to the server and such? </p> <p>Can someone tell me:</p> <ul> <li>What I need to configure in IIS7</li> <li>How to implement CardSpace support without using to many 3rd party components</li> <li>Have you managed to get it working?</li> </ul> <p>I think the complexity (or poor documentation) is one of the reasons CardSpace is lagging behind.</p> <p>(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)</p> http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application/286805#286805 2 Answer by alexmac for How to add CardSpace support to your ASP.NET application alexmac 2008-11-13T10:56:27Z 2008-11-13T10:56:27Z <p>For card space take a look at the open source library SharpSTS a https://sharpsts.com/</p> <p>They also have links to a number of card space resources that might help you get started at: https://sharpsts.com/resources.aspx </p> http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application/286839#286839 1 Answer by Eduardo Molteni for How to add CardSpace support to your ASP.NET application Eduardo Molteni 2008-11-13T12:53:30Z 2008-11-13T12:53:30Z <p>Rob Conery is implementing CardSpace in his new project.<br /> <a href="http://blog.wekeroad.com/mvc-storefront/mvcstore-part-17/" rel="nofollow">http://blog.wekeroad.com/mvc-storefront/mvcstore-part-17/</a></p> <p>Hope it helps</p> http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application/286854#286854 1 Answer by vimpyboy for How to add CardSpace support to your ASP.NET application vimpyboy 2008-11-13T12:59:53Z 2008-11-13T12:59:53Z <p>I have blogged about that, but it is in Swedish. I hope we can rely on google translate. :-)</p> <p><a href="http://translate.google.com/translate?u=http%3A%2F%2Fweblogs.asp.net%2Fmikaelsoderstrom%2Farchive%2F2008%2F09%2F08%2Fwindows-cardspace-kom-ig-229-ng.aspx&amp;hl=sv&amp;ie=UTF-8&amp;sl=sv&amp;tl=en" rel="nofollow">Get Started</a></p> <p><a href="http://translate.google.com/translate?u=http%3A%2F%2Fweblogs.asp.net%2Fmikaelsoderstrom%2Farchive%2F2008%2F09%2F09%2Fkoppla-ihop-windows-cardspace-med-asp-net-membership.aspx&amp;hl=en&amp;ie=UTF-8&amp;sl=sv&amp;tl=en" rel="nofollow">Use Windows CardSpace with ASP.NET Membership</a></p> <p><a href="http://translate.google.com/translate?u=http%3A%2F%2Fweblogs.asp.net%2Fmikaelsoderstrom%2Farchive%2F2008%2F10%2F02%2Fh-228-mta-ett-infocard-med-javascript.aspx&amp;hl=en&amp;ie=UTF-8&amp;sl=sv&amp;tl=en" rel="nofollow">Get an InfoCard with Javascript</a></p> <p>Hope this helps.</p>