Wednesday, April 19, 2006
Interesting code block...
Here's an interesting block of code for displaying Certificates I found while poking around Firefox this evening...
mapIssuerOrganization: function(name) {
if (!name) return null;
if (name == "RSA Data Security, Inc.")
return "Verisign, Inc.";
// No mapping required
return name;
}
Posted by cmort 2 comments
Monday, April 10, 2006
Another Java RP
This time from Ashish at Ping:
https://infocard.pingidentity.com/infocard-sp/
Nice Work!
Posted by cmort 0 comments
Sunday, April 09, 2006
Finally...a Windows VM for the Mac
I've got to say, Parallel's workstation rocks. I'ts jsut like VMWare except it runs on OSX. Despite the occasional kernel panic (it's still in beta), I can now play with InfoCard without leaving my Mac. XP is super fast, and my friends at Sun will be glad to know that Solaris x86 is supported.
Here's some screen shots of InfoCard running in a VM (click for bigger shots):
Here, I'm prompting for an InfoCard
InfoCard displays some information about my RP, and asks if I want to send a card.
Since this is my first time using InfoCard, it asks if I'd like to create a card, or perhaps import some existing cards.
Here, I'm creating a new self-asserted card.
InfoCard confirms that I want to send my new card.
And I'm logged into my RP.
Posted by cmort 0 comments