3

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.

Are there libraries that a developer can drop into a Java web application that will easily support both?

McGovernTheory
  • 6,556
  • 4
  • 41
  • 75

2 Answers2

1

Here is a presentation that compares the two. There is even a link at the end for Java implementations of CardSpace. However, it seems to be from a CardSpace point of view, so be careful of bias.

Jacob Adams
  • 3,944
  • 3
  • 26
  • 42
0

Information Cards and OpenID are not mutually exclusive, and can be used to great effect in a complimentary fashion, as demonstrated in this short video by Kim Cameron from his Identity Weblog.

keturn
  • 4,780
  • 3
  • 29
  • 40
  • I am aware of the fact that they can be used together. I use signon.com to access stackoverflow. Attempting to get insight from other than the creators of technology. – McGovernTheory May 20 '09 at 23:37