Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleEnd of Life Warning

All maintenance for the Shibboleth Identity Provider V2 release branch ceased on July 31, 2016. A complete schedule of the dates can be found here. All deployments should have upgraded to V3 or evaluate alternatives.

...

  1. Prepare your Servlet container: Jetty 9, Jetty 7, Apache Tomcat, JBoss Tomcat, Glassfish
  2. Download the latest Identity Provider software package.
  3. Unzip the archive you downloaded: jar -xf shibboleth-identityprovider-VERSION-bin.zip
  4. Change into the newly created IdP distribution directory, shibboleth-identityprovider-VERSION
  5. Run either ./install.sh (on Unix systems) or install.bat(on Windows systems).
    • The installation directory given during installation will be known as IDP_HOME throughout this document.
  6. Deploy the IdP WAR file, located in IDP_HOME/war/. See the Servlet container preparation notes for the best approach for doing this.

...

Details on how to take advantage of this feature, and an example of adding Head and Body content, are found at AddPostPageHeadBodyContent.