Skip to content

MPASS metadata resolver extensions for Shibboleth Identity Provider 3

License

Notifications You must be signed in to change notification settings

mpassid/shibboleth-idp-metadata-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MPASS metadata resolver extensions for Shibboleth Identity Provider 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages