Appendix B. ASP.NET Meets CardSpace
This appendix is adapted from asp.netPRO magazine (www.aspnetpro.com), September 2006, and is reprinted with the express permission of Informant Communications Group, Inc.
Windows CardSpace (“CardSpace”) is a client technology that is part of the .NET Framework 3.0—used for creating, managing and sharing digital identities in a secure and reliable manner. You can think of CardSpace as an identity selector that securely stores informational claims about a user, making it easy for that same user to send this information to a trusted web site for authentication purposes. But it isn’t just an identity selector—CardSpace also makes it easier for users to identify the target site where claims are sent by authenticating the site and presenting its credentials for user approval. In addition, users can review the claims that the site has demanded, and explicitly allow or disallow sending that information.
In this appendix, I’ll provide a very brief introduction to CardSpace. After that, I will jump into the details for how you enable your ASP.NET web sites for CardSpace as a login alternative.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access