UPDATEMost of what SSO Config Tool does is now provided by Microsoft's MMC snap-in:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=94e07de1-1d33-4245-b430-9216979cd587. That should be considered as an alternative solution, although SSO Config Tool has some additional functionality - see:
http://geekswithblogs.net/EltonStoneman/archive/2009/11/25/early-retirement-for-sso-config-tool.aspx.
Project DescriptionA tool for managing application configuration stores held in the Enterprise Single Sign-On database. Allows you to import, edit and export config stores, and to generate typed config models to access the store in code.
BackgroundThe Enterprise Single Sign-On database has the capacity to act as a config store for applications, which is available to all instances in a BizTalk group and to .Net components. This tool allows you to create and manage conbfig stores, export and import them as XML, and generate a typed config model to access the config store in code.
See:
SSO Config ToolContentsSource code - SSO config library, console, MSBuild and Windows applications. Sample MSBuild tasks.