This module implements some metadata resolution extensions for Shibboleth Identity Provider v3.
- Java 7+
- Apache Maven 3
mvn package
After successful compilation, the target directory contains idp-profile-impl-metadata-<version>.jar.
After compilation, the module's JAR-files must be deployed to the IdP Web application. Depending on the IdP installation, the module deployment may be achieved for instance with the following sequence:
cp target/idp-profile-impl-metadata-<version>.jar /opt/shibboleth-idp/edit-webapp/WEB-INF/lib
cd /opt/shibboleth-idp
sh bin/build.sh
The final command will rebuild the war-package for the IdP application.
TODO: configuration documentation.