$Id: README 2331 2009-06-30 01:57:24Z FEDROOT::SVN:brachman $

This directory contains files that are used in support of InfoCards.

The InfoCard icon/logo package from Microsoft is available here:
  http://www.microsoft.com/downloads/details.aspx?FamilyID=ce99e033-39a8-4bc5-9014-60ed0b560d0e&displaylang=en
The logo is nice to use if you are creating a web page for InfoCard-based
sign on.  The zip file is not included here because it is not clear what the
rules are regarding its redistribution.
Also see http://informationcard.net/icon

Included are two PHP programs (web services) that demonstrate how DACS can
define claims associated with a managed InfoCard as part of card generation
and how the values of those claims can later be provided ("filled") as part of
secure token generation.  The configuration directive INFOCARD_CARD_DEFS_URL
points at an installed copy of demo_card_defs.php (or any other program
that returns the expected XML document format) and INFOCARD_CARD_FILL_URL
points at an installed copy of demo_fill_claims.php.  Both of these programs
require Berkeley DB 4.x functionality in PHP, but it should be straightforward
to modify these programs.  Consult these programs for additional documentation.

The file managed_privacy_default.txt is an example of a privacy statement.
Note that it is a plain text file with no newlines.  The DACS configuration
directive INFOCARD_IP_PRIVACY_URL points at your jurisdiction's privacy
statement.

