INSTALLATION
============

1)To add the extension code to the IdP:

    a) Add the extension project jar to the IdP source distribution's lib directory.

    b) Re-run the IdP install script to build and deploy the new WAR file.

2) To activate the extension code: In the IdP's conf/internal.xml, add the following new bean declaration:

    <bean id="shibboleth.idp.ext.OpensamlCustomCryptoConfig" class="edu.internet2.middleware.shibboleth.idp.ext.cryptoconfig.OpensamlCustomCryptoConfigBean" depends-on="shibboleth.OpensamlConfig" />
                
                