Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An extension for the Shibboleth 2.x IdP has been developed, which implements the IdP side of the profile described here. The extension is implemented as an IdP plugin. General implementation details for IdP plugins may be found here.

Source Access

The source code for the extension is available from the same Subversion repositories as the main Shibboleth code base, as documented on the main Shibboleth 2.x space. The relevant repository name (REPO_NAME) is shib-extension extensions. The delegation extension code is contained within a sub-project of that repository known as java-idp-delegation. Primary development is currently done on the /trunk. Tags and/or branches will be added as appropriate.

Code Block
titleExample Unix SVN command line client checking out the trunk version of the delegation project
$ cd /tmp
$ svn co https://svn.middlewareshibboleth.georgetown.edu/shib-extensionnet/extensions/java-idp-delegation/trunk java-idp-delegation

...

Installation and initial configuration instructions for the delegation extension are found in the doc/INSTALL.txt within the project directory structure. This documentation is also available online within the Subversion repository.