sourceid-core-config.xml from GridBlocks at Krugle
Show sourceid-core-config.xml syntax highlighted
<config xmlns='http://www.sourceid.org/2004/05/config'>
<!-- Local system identifier (used by CastlePeak as the Provider ID of this system -->
<item name='org.sourceid.coreconfig.LocalSystemId'>http://netgate-sp</item>
<!-- Keystore information: name and password -->
<item name='org.sourceid.coreconfig.KeystoreName'>sourceid.keystore</item>
<item name='org.sourceid.coreconfig.KeystorePassword'>changeit</item>
<!-- Map of keystore aliases to passwords; the system uses this map
to open private keys for generating signatures, X509
authentication, etc. For each item, the name of the item maps
to the alias of a private key and the value of the item is the
password to that particular key -->
<map name='org.sourceid.coreconfig.PrivateKeyPasswords'>
<item name="sourceid">changeit</item>
</map>
<!-- Adapters used on the SP side -->
<item name="org.sourceid.idff12.adapter.sp.AdapterFactory.AuthnAdapter">fi.hip.netgate.sp.adapters.AuthnAdapterImpl</item>
<item name="org.sourceid.idff12.adapter.sp.AdapterFactory.EventAdapter">fi.hip.netgate.sp.adapters.EventAdapterImpl</item>
<item name="org.sourceid.idff12.adapter.sp.AdapterFactory.FederationStore">fi.hip.netgate.sp.adapters.FederationStoreImpl</item>
<!-- Identity Provider Introduction (demo app specific) config -->
<item name="idff12demo.ipiimpl.CommonDomain.URL">https://common-domain.com:8443/demo/CommonDomainEndpoint</item>
<item name="idff12demo.ipiimpl.CommonDomain.SharedSecret">s3kr#t</item>
<item name="idff12demo.ipiimpl.CommonDomain.ExpiresTime">3600</item>
<item name="idff12demo.ipiimpl.CommonDomain.Domain">common-domain.com</item>
</config>
See more files for this project here