Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.33 KB

Shibboleth IdP v3: Metadata resolver extensions

License Build Status Coverage Status

Overview

This module implements some metadata resolution extensions for Shibboleth Identity Provider v3.

Prerequisities and compilation

mvn package

After successful compilation, the target directory contains idp-profile-impl-metadata-<version>.jar.

Deployment

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.