active questions tagged cardspace - Stack Overflowmost recent 30 from stackoverflow.com2009-12-05T03:23:06Zhttp://stackoverflow.com/feeds/tag/cardspacehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1647853/windows-cardspace-custom-authentication0Windows Cardspace custom Authenticationkjsteuer2009-10-30T03:24:15Z2009-10-30T04:06:48Z
<p>I would like to add my own authentication mechanism to the Windows CardSpace Client. Currently I see four authentication mechanisms:</p>
<ol>
<li>X.509 certs</li>
<li>Kerberos</li>
<li>Username/Pass</li>
<li>Personal Card</li>
</ol>
<p>Is there a way to add other authentication mechanism and use some type of handler? This seems weird to me that it is not available. I think I may be able to modify another client that is open source like Higgins selector but I wanted to see if there was a way to use the built-in CardSpace client. I have not been able to find this anywhere.</p>
http://stackoverflow.com/questions/1464751/i-want-to-use-infocardapi-dll-in-delphi-win32-but-would-like-a-header-file-for-it0I want to use Infocardapi.dll in Delphi/WIN32 but would like a header file for it.Workshop Alex2009-09-23T08:40:05Z2009-09-23T22:08:56Z
<p>Microsoft has this nice little feature called CardSpace. This is a <a href="http://msdn.microsoft.com/en-us/magazine/cc163615.aspx" rel="nofollow">Microsoft implementation</a> of <a href="http://en.wikipedia.org/wiki/Information%5FCard" rel="nofollow">InfoCards</a>. Microsoft has a <a href="http://download.microsoft.com/download/6/c/3/6c3c2ba2-e5f0-4fe3-be7f-c5dcb86af6de/infocard-guide-beta2-published.pdf" rel="nofollow">nice document</a> which explains how it can be used, which is useful. And doing a Google search doesn't provide me many useful answers but it does provide an enormous amount of noise. (Mostly because people wonder what it is or sites offering this DLL as some kind of download. The latter is suspicious since it's just part of Windows Vista and .NET 3.0 and higher.)</p>
<p>Basically, I need to call all functionality from this DLL within Delphi 2007. If there's a C++ header for this DLL then I can convert it. Or maybe some other information about it's functions, parameters, datatypes and whatever more.</p>
http://stackoverflow.com/questions/1407537/cardspace-and-delphi-2007-win320CardSpace and Delphi 2007/WIN32Workshop Alex2009-09-10T20:28:10Z2009-09-14T11:37:12Z
<p>Very simple problem. I have a Delphi application and I want to restrict access to this by requiring users to log on using <a href="http://en.wikipedia.org/wiki/Windows%5FCardSpace" rel="nofollow">CardSpace</a>. Basically, I need to extract the ID, name and address information from the cardspace card.</p>
<p>The use of CardSpace is a requirement from a customer and I just want to know if:</p>
<ol>
<li>Can CardSpace be easily used from Delphi? </li>
<li>Is there already a Delphi component for CardSpace?</li>
</ol>
<p>The biggest problem? The application needs to be a WIN32 application, although CardSpace is .NET based.</p>
http://stackoverflow.com/questions/1177285/explaining-security-to-non-technical-managers0Explaining security to non-technical managers.Workshop Alex2009-07-24T12:16:10Z2009-07-24T12:41:53Z
<p>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 accounts is by using existing technologies to validate user accounts and build an authorisation model on top of this. Existing techniques would be CardSpace and OpenID, which would save us from maintaining lists of usernames and passwords, thus making the site less interesting for hackers.
The data on the site isn't that sensitive either. Actually, we just export the same data to users of one of our desktop products as XML and anyone can view this information if they know where it is. We're just blocking everyone from modifying the data, except for a few super-users. At worse, a superuser destroys all data in which case we'll have to restore a backup. In the worst case, we lose one day of data entry which would translate to a hundred modifications at most. (98 was actually the highest number of modifications in a single day so far.)</p>
<p>All in all, it's not very critical data. We just want some security added to it all.</p>
<p>Now, management has suggested to build an additional database where we would store usernames and passwords, add encryption and do all kinds of other things to protect this user data and they're basically making up all kinds of weird schemes to handle user accounts. None of them are experienced with the technical aspect of software design and none of them has any knowledge about making systems secure. Thus, their designs become complete Chaos. (With a capital C.) It is taking them two months already to come up with a functional design since they even fail to agree with one another on certain security aspects.</p>
<p>So they asked me to provide them an easy-to-understand insight in proper security. Since I know that both CardSpace and OpenID are reasonable secure, I want to introduce these to them as the best options for managing accounts. Add a simple role system to this where every account is connected to a special role, granting additional rights beyong "View only", this would be quickly to implement and easy to maintain. Building this, making a proof-of-concept and finding enough technical information is easy. I only have one question...</p>
<p>How do I explain techniques like CardSpace and OpenID to people who have absolutely no technical background? Something like "OpenID for Dummies" but even easier to understand. Am having trouble finding the proper words without becoming a bit technical again. (And worse, if I fail to explain this correctly, they might decide not to use this technique and I'll be doomed to implement a monstruous construction.)</p>
<p><em>Please, Help!</em> :-)</p>
<p>Oh, well. Simplified question: How do I explain in non-technical words the advantage of using OpenID or CardSpace over any home-brew solutions?
<hr />Addendum:
These managers are not my "normal" managers. They're basically the CEO and partners of the company, who came up with the idea to have the site published. Normally, they would delegate these task to the regular managers and accept any solution the regulars will come up with. But this has become a bit of a prestige project for them, thus they're personally involved. At least one of them has been searching the Internet for information about security and wants it to be more secure than Fort Knox. He's causing a bit of paranoia that I need to subdue, without offending them either. And they all seem to learn more about this "security" thing without even understanding the technical aspect. Since it is a prestige project, they are willing to accept an expensive solution but it's just not good for the company. Personally, I'd like to tell them to back off and let real professionals handle this. Then again, I also like to keep my job so I need a more political correct answer.</p>
http://stackoverflow.com/questions/765273/modifying-ldap-schema-to-support-cardspace-and-openid1Modifying LDAP schema to support Cardspace and OpenIDjm044692009-04-19T11:40:13Z2009-06-23T08:00:15Z
<p>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.</p>
http://stackoverflow.com/questions/867857/trends-in-externalizing-identity-from-applications2Trends in Externalizing Identity from Applicationsjm044692009-05-15T10:09:50Z2009-06-08T10:54:35Z
<p>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 is known to be more secure.</p>
<p>Are there libraries that a developer can drop into a Java web application that will easily support both?</p>
http://stackoverflow.com/questions/852140/designing-an-xacml-api0Designing an XACML APIjm044692009-05-12T10:33:54Z2009-05-12T10:33:54Z
<p>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 of XACML won't be realized unless there is the creation of a new open source project that attempts to develop/standardize around a set of common APIs.</p>
<p>For those who are familiar with XACML, I would love to understand their first reactions to creation of such a project, whether they would be willing to contribute and what they believe an XACML API would look like?</p>
http://stackoverflow.com/questions/57154/problems-with-migrating-cardspace-cards-between-computers3Problems with migrating Cardspace cards between computersDavid Mohundro2008-09-11T17:36:33Z2009-04-19T11:48:29Z
<p>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.</p>
<p>I later wanted to access Stackoverflow from another machine so I chose to back up my card. I gave it a password and a filename and successfully created a backup file. I was also to able successfully import it to my laptop.</p>
<p>Here is where the problem comes in - I am unable to use the card that I backed up from my laptop. The original card still works great on my desktop. Additional information is that my desktop is running Windows XP SP3 (x86) while my laptop is running Windows Vista (x64).</p>
<p>Any ideas? Am I doing something wrong? I'm seriously considering dropping Cardspace on myopenid and moving to a password solution with them instead.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/342570/replace-ms-cardspace-ui1Replace MS Cardspace UIGreg2008-12-05T00:53:48Z2009-03-31T16:22:28Z
<p>Is it possible to replace Microsoft Cardspace UI with your own? Or use Cardspace without any UI?</p>
http://stackoverflow.com/questions/682624/why-dont-infocards-work-in-ie81Why don't InfoCards work in IE8?Andrew Arnott2009-03-25T17:29:42Z2009-03-26T04:08:46Z
<p>What changed in IE8 that makes detecting InfoCard Selector support in javascript stop working unless IE8 is put in Compatibility Mode?</p>
<p>And more to the point, what is the new JavaScript code to detect the presence of InfoCard support?</p>
<p>Here is the script that worked up through IE7, including FireFox with a plug-in in some cases:</p>
<pre><code>function AreCardsSupported() {
var IEVer = -1;
if (navigator.appName == 'Microsoft Internet Explorer') {
if (new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})").exec(navigator.userAgent) != null) {
IEVer = parseFloat(RegExp.$1);
}
}
// Look for IE 7+.
if (IEVer >= 7) {
var embed = document.createElement("object");
embed.setAttribute("type", "application/x-informationcard");
return "" + embed.issuerPolicy != "undefined" && embed.isInstalled;
}
// not IE (any version)
if (IEVer < 0 && navigator.mimeTypes && navigator.mimeTypes.length) {
// check to see if there is a mimeType handler.
x = navigator.mimeTypes['application/x-informationcard'];
if (x && x.enabledPlugin) {
return true;
}
// check for the IdentitySelector event handler is there.
if (document.addEventListener) {
var event = document.createEvent("Events");
event.initEvent("IdentitySelectorAvailable", true, true);
top.dispatchEvent(event);
if (top.IdentitySelectorAvailable == true) {
return true;
}
}
}
return false;
}
</code></pre>
http://stackoverflow.com/questions/308925/any-sites-out-there-using-cardspace1Any sites out there using CardSpace?alextansc2008-11-21T14:26:31Z2008-11-21T15:41:52Z
<p>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.</p>
http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application2How to add CardSpace support to your ASP.NET applicationTimothyP2008-11-13T10:27:57Z2008-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>