Tagged Questions

0
votes
0answers
10 views

Windows Cardspace custom Authentication

I would like to add my own authentication mechanism to the Windows CardSpace Client. Currently I see four authentication mechanisms: X.509 certs Kerberos Username/Pass Personal Card Is there a …
0
votes
1answer
22 views

I want to use Infocardapi.dll in Delphi/WIN32 but would like a header file for it.

Microsoft has this nice little feature called CardSpace. This is a Microsoft implementation of InfoCards. Microsoft has a nice document which explains how it can be used, which is useful. And doing a …
0
votes
1answer
59 views

CardSpace and Delphi 2007/WIN32

Very simple problem. I have a Delphi application and I want to restrict access to this by requiring users to log on using CardSpace. Basically, I need to extract the ID, name and address information …
0
votes
5answers
93 views

Explaining security to non-technical managers.

I'm maintaining an Intranet website for my company that they want to expose to the big, bad outside World. Right now, it has no authentication or authorisation whatsoever. My idea to manage user …
2
votes
2answers
72 views

Trends in Externalizing Identity from Applications

Stackoverlow decided to use OpenID probably due to its simplicity while others believe that Information Cards (e.g. cardspace) is a better strategy in that it is backed by major industry vendors and …
0
votes
0answers
62 views

Designing an XACML API

Currently, the XACML specification defines a protocol for request / response but leaves it up to interpretation as to how it can be integrated into an enterprise application. I believe that the value …
1
vote
1answer
94 views

Modifying LDAP schema to support Cardspace and OpenID

I am seeking examples of how others have modified LDAP schemas to support Cardspace and/or OpenID. Links to LDIFs or other documentation is greatly appreciated.
1
vote
1answer
190 views

Why don’t InfoCards work in IE8?

What changed in IE8 that makes detecting InfoCard Selector support in javascript stop working unless IE8 is put in Compatibility Mode? And more to the point, what is the new JavaScript code to detect …
1
vote
1answer
41 views

Replace MS Cardspace UI

Is it possible to replace Microsoft Cardspace UI with your own? Or use Cardspace without any UI?
1
vote
1answer
180 views

Any sites out there using CardSpace?

I'm interested to know if there's any sites out there that has implemented CardSpace as an alternative authentication. I certainly like to see how different it is from, say, using OpenID.
2
votes
3answers
135 views

How to add CardSpace support to your ASP.NET application

Hi, 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 …
3
votes
2answers
118 views

Problems with migrating Cardspace cards between computers

Here's the scenario. I'm using myopenid for, among other things, StackOverflow. When I initially set up my openid account with myopenid, I decided to try out Cardspace because they had support. I …