infocard

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 the presence of InfoCard support? Here is the script that worked up through IE7, including FireFox with a plug-in in some cases: functio...

How to detect InfoCard selector browser support from browser's HTTP request headers?

Does the presence of an InfoCard selector (such as Windows Cardspace or the Firefox plugin) cause a special header to be present in HTTP requests? I know how to detect InfoCard support using javascript in the browser itself, but in this case I'd like to detect whether the support is present at the server before the page that I control...

Zend_Infocard as part of Zend Authentication

I'm trying to implement this basic example found here: under the section titled "Using as part of Zend_Auth". I have the Zend Framework version 1.10, Apache 2.2.11 and I'm using Firefox with the "Cardspace for Firefox 3" extension. The login page comes up (as copied from the example in the documentation) and I'm able to chose an info ...