Installing the Discovery Service
Before You Begin
The first question you should ask is whether you need to install the DiscoveryService. If you're working in a non-Java environment, you may find it easier to build a selection page in a more native fashion, or you may find that the SP alone provides enough rudimentary support to get started.
If you do decide to install it, you'll primarily need to collect the metadata sources that will contain the IdPs that users will select from. If you're planning to use SAML 2.0 or other protocols not supported by the old WAYF model, you may also need to provide metadata about your SP(s) to enable the DS to safely interact with the SP.
Which protocol?
The Discovery Service will automatically select between "WAYF-Mode" (in which it intercepts and handles a legacy Shibboleth AuthnRequest message) and the full Discovery Service Protocol.
No explicit configuration to select the right protocol is needed.
Performing the Install
The Shibboleth Discovery Service, version 1.0, is a standard Java web application.
- Download the Discovery Service package from Internet2 Shibboleth Download site
- Unzip the package.
- Change into the newly created IdP distribution directory.
- Endorse Xerces and Xalan by copying the contents of the endorsed directory to the approriate place on the web Server (for tomcat this is $TOMCAT_ROOT\common\endorsed).
- Edit install.properties to control:
- Where to install the configuration files.
- Whether the install will delete any previous installation.
- Run either ./ant.sh (on Unix systems) or ant.bat (on Windows systems) as a suitably authorised user user. This user must have the ability to create the IdP home directory identified in the previous step.
- Configure the Discovery Service to point to the metadata sources you identified above as described here.
- Deploy the Discovery Service WAR file, located in the Discovery Service's Home directory.
- Further Configuration is described here.