The Shibboleth V2 IdP and SP software have reached End of Life and are no longer supported. This documentation is available for historical purposes only. See the IDP v4 and SP v3 wiki spaces for current documentation on the supported versions.

SP Infocard Installation

Installation

  1. Download the extension. It can be found in the shib2 svn, under shib-extension/cpp-infocard.
    svn co https://svn.middleware.georgetown.edu/shib-extension/cpp-infocard
  2. Run sh boot in the trunk directory to create the configuration machinery.
  3. Run configure, with --prefix to specify where to install the module, and --with-shibboleth to specify where the shibboleth module is installed. These two are often the same. If Shibboleth was installed by RPM, make sure that the Shibboleth devel RPM has been installed as well.
  4. Then make and make install