Shibboleth Target Deployment Guide

Shibboleth Target Deployment Guide
Shibboleth Version 1.1
December 3, 2003

This version of the deploy guide is for Shibboleth v1.1. For documentation related to prior versions of Shibboleth, please consult the appropriate branch in the Shibboleth CVS.

Federations have been abstracted out from the Shibboleth documentation. For further information on using Shibboleth in a federation, refer to the federation guide.

Shibboleth v1.1 is stable and secure enough to deploy in production scenarios. It is backward compatible with 1.0 in all respects, including configuration, but some older commands have been deprecated or replaced.

Features and changes specific to 1.1 are marked with [1.1]

Major New Features in 1.0 and 1.1

This new release contains several improvements and enhancements, including:

Federation Support
  1. Federation and trust support has been substantially extended. Federation structures are now defined. The set of metadata collected and managed by each Federation is more fully defined. The configuration values assigned by a Federation are now identified.
  2. There is some support for targets to be members of multiple federations; this support will continue to evolve. When a browser user arrives, a target will determine which federation their origin belongs to, and then use the trust fabric associated with that Federation.
  3. Better support for flexible and bilateral trust agreements. A key specific to an origin site can be used to vallidate its signature.
  4. This version contains a significantly more mature security implementation, and should meet the security requirements of typical sites.
Origin
  1. The Attribute Authority has a powerful new attribute resolver. Simple scenarios (using a string attribute stored in ldap) can be accomplished by merely editing a configuration file. Java classes may still be written for more complex evaluations (eg retrieving information from multiple disparate repositories, and computing the SAML attribute using business rules). This should greatly simplify the process of configuring the AA to support additional general attributes.
  2. A sample resolver file for using standard LDAP person and inetOrgPerson attributes is included. [1.1]
  3. Support for a runtime-derived per-requester persistent identifier attribute to support anonymous personalization by targets has been added via an attribute plugin. [1.1]
  4. Specialized sites without privacy needs can configure identity-based handles interoperable with other SAML deployments. [1.1]
Target
  1. Significantly more flexibility in configuring targets is provided to ensure robustness. Failover and redundant configurations are now supported.
  2. The SHAR may now optionally store its session and attribute cache in a back-end database in addition to the previously available in-memory option.
  3.  [1.1]
  4. Federation supplied files (sites.xml and trust.xml) are now refreshed in a much more robust manner.
  5. The SHAR can be configured to request specific attributes from the Origin.
  6. The SHAR can use TCP sockets when responding to the Apache module, for specialized deployment behind firewalls. [1.1]
  7. Attribute acceptance policies have been greatly enhanced, and are now used to configure all aspects of attribute handling by the target, except for requesting specific attributes by sitename. Adding attributes now takes place in one configuration step. [1.1]
  8. Support for Apache 1.3 on Windows NT/2000/XP/2003 has been added. [1.1]
  9. Microsoft IIS web server support has been added via an ISAPI filter and extension. [1.1]
Miscellaneous
  1. Origin sites can configure a value to describe the type of authentication mechanism used at the origin site (e.g. password, Kerberos, PKI, etc.). This value is made available on the target side as Shib-Authentication-Method.
  2. Various improvements to error handling. Origin sites are now able to supply an "error URL" and contact information to a federation. When a target encounters an error, it can include this information in the error page.
  3. Local time string values are now used in log files.
  4. Internationalization support has been extended.

Before starting, please sign up for all applicable mailing lists. Announcements pertinent to Shibboleth deployments and developments and resources for deployment assistance can be found here.

Please send any questions, concerns, or eventual confusion to mace-shib-users@internet2.edu. This should include, but not be limited to, questions about the documentation, undocumented problems, installation or operational issues, and anything else that arises. Please ensure that you have the appropriate tarball for your operating system.





Shibboleth Target -- Table of Contents

  1. Shibboleth Overview

    1. Origin
    2. Target
    3. WAYF
    4. Federations
  2. Planning

    1. Requirements
    2. Join a Federation
    3. Security Considerations
    4. Server Certificates
    5. Attribute Release Policies
    6. Attribute Acceptance Policies
    7. Browser Requirements
    8. Clocks
    9. Other Considerations
  3. Installation

    1. Software Requirements
    2. Deploy the Shibboleth Package
    3. Configuring Apache 1.3.x
    4. Configuring IIS
    5. Running the SHAR on Windows
  4. Getting Running

    1. Configuring shibboleth.ini
    2. Dynamic Error Page Generation
    3. Key Generation and Certificate Installation
    4. Protecting Web Pages
    5. Defining Attributes and Acceptance Policies
    6. Using Attributes in Applications
    7. siterefresh
    8. MySQL Session Cache
  5. Troubleshooting

    1. Basic Testing
    2. Common Problems




1. Shibboleth Overview

Shibboleth is a system designed to exchange attributes across realms for the primary purpose of authorization. It provides a secure framework for one organization to transmit attributes about a web-browsing individual across security domains to another institution. In the primary usage case, when a user attempts to access a resource at a remote domain, the user's own home security domain can send certain information about that user to the target site in a trusted exchange. These attributes can then be used by the resource to help determine whether to grant the user access to the resource. The user may have the ability to decide whether to release specific attributes to certain sites by specifying personal Attribute Release Policies (ARP's), effectively preserving privacy while still granting access based on trusted information.

When a user first tries to access a resource protected by Shibboleth, they are redirected to a service which asks the user to specify the organization from which they want to authenticate. If the user has not yet locally authenticated to a WebISO service, the user will then be redirected to their home institution's authentication system. After the user authenticates, the Shibboleth components at the local institution will generate a temporary reference to the user, known as a handle, for the individual and send this to the target site. The target site can then use the handle to ask for attributes about this individual. Based on these attributes, the target can decide whether or not to grant access to the resource. The user may then be allowed to access the requested materials.

There are several controls on privacy in Shibboleth, and mechanisms are provided to allow users to determine exactly which information about them is released. A user's actual identity isn't necessary for many access control decisions, so privacy often is needlessly compromised. Instead, the resource often utilizes other attributes such as faculty member or member of a certain class. While these are commonly determined using the identity of the user, Shibboleth provides a way to mutually refer to the same principal without revealing that principal's identity. Because the user is initially known to the target site only by a randomly generated temporary handle, if sufficient, the target site might know no more about the user than that the user is a member of the origin organization. This handle should never be used to decide whether or not to grant access, and is intended only as a temporary reference for requesting attributes.

1.a. Origin

There are four primary components to the origin side in Shibboleth: the Attribute Authority (AA), the Handle Service (HS), the directory service, and the local sign-on system (SSO). The AA and HS are provided with Shibboleth, and an open-source WebISO solution Pubcookie is also supplied; the directory is provided by the origin site. Shibboleth is able to interface with a directory exporting an LDAP interface or a SQL database containing user attributes, and is designed such that programming interfaces to other repositories should be readily implemented. Shibboleth relies on standard web server mechanisms to trigger local authentication. A .htaccess file can be easily used to trigger either the local WebISO system or the web server's own Basic Auth mechanism, which will likely utilize an enterprise authentication system, such as Kerberos.

From the origin site's point of view, the first contact will be the redirection of a user to the handle service, which will then consult the SSO system to determine whether the user has already been authenticated. If not, then the browser user will be asked to authenticate, and then sent back to the target URL with a handle bundled in an attribute assertion. Next, a request from the Shibboleth Attribute Requester (SHAR) will arrive at the AA which will include the previously mentioned handle. The AA then consults the ARP's for the directory entry corresponding to the handle, queries the directory for these attributes, and releases to the SHAR all attributes the SHAR is entitled to know about that user.

1.b. Target

There are three primary components to the target side in Shibboleth: the Shibboleth Indexical Reference Establisher (SHIRE), the Shibboleth Attribute Requester (SHAR), and the resource manager (RM). An implementation of each of these is included in the standard Shibboleth distribution. These components are intended to run on the same web server.

From the target's point of view, a browser will hit the RM with a request for a Shibboleth-protected resource. The RM then allows the SHIRE to step in, which will use the WAYF to acquire the name of a handle service to ask about the user. The handle service (HS) will then reply with a SAML authentication assertion containing a handle, which the SHIRE then hands off to the SHAR. The SHAR uses the handle and the supplied address of the corresponding attribute authority (AA) to request all attributes it is allowed to know about the handle. The SHAR performs some basic validation and analysis based on attribute acceptance policies (AAP's). These attributes are then handed off to the RM, which is responsible for using these attributes to decide whether to grant access.

1.c. Where are you from? (WAYF)

The WAYF service can be either outsourced and operated by a federation or deployed as part of the SHIRE. It is responsible for allowing a user to associate themself with an institution of their specification, then redirecting the user to the known address for the handle service of that institution.

1.d. Federations

A federation is one way to provide part of the underlying trust required for function of the Shibboleth architecture. A federation in the context of Shibboleth is a group of organizations(universities, corporations, content providers, etc.) who agree to exchange attributes using the SAML/Shibboleth protocols and abide by a common set of policies and practices. In so doing, they must implicitly or explicitly agree to a common set of guidelines. Joining a federation is not explicitly necessary for operation of Shibboleth, but it dramatically expands the number of targets and origins that can interact without defining bilateral agreements between all these parties.

A federation can be created in a variety of formats and trust models, but to support Shibboleth, it must provide a certain set of services to federation members. It needs to supply a registry to process applications to the federation and distribute membership information to the origin and target sites. This must include distribution of the PKI components necessary for trust between origins and targets. There also needs to be a set of agreements and best practices defined by the federation governing the exchange, use, and population of attributes before and after transit, and there should be a way to find information on local authentication and authorization practices for federation members.


2. Planning

There are several essential elements that must be present in the environment to ensure Shibboleth functions well, both political and technical. Shibboleth currently runs on a specific range of platforms and web server environments. The SHAR and SHIRE are implemented entirely in C/C++. These are the recommendations and requirements for a successful implementation of a Shibboleth target.

2.a. Requirements

Shibboleth currently supports Windows NT/2000/XP/2003, Linux, and Solaris. At present, Shibboleth consists of Apache (or IIS) plugins and a separate SHAR process. The plugins use the ONC RPC mechanism to communicate with the SHAR over Unix domain or TCP sockets. The target's web servers must be running Apache 1.3.26+, or Microsoft IIS 4.0+, but not Apache 2. More precise technical details are discussed in 3.a.

2.b. Join a Federation

While it is not necessary for a target or origin to join a federation, doing so greatly facilitates the implementation of multilateral trust relationships. Each federation will have a different application process.

For more information on federations, refer to 1.d or the Shibboleth v1.0 architectural document.

To use Shibboleth without a federation, manual configuration of target and origin trust and site information will be needed to insure that sites interoperate. Most identifiers, such as site names, should be URI-based, and should be chosen in accordance with DNS domains under the control of the parties involved, much as Java package naming is coordinated. In other words, don't use a URI containing a DNS domain or hostname that you do not control.

2.c. Security Considerations

Shibboleth's protocols and software have been extensively engineered to provide protection against many attacks. However, the most secure protocol can be compromised if it is placed in an insecure environment. To ensure Shibboleth is as secure as possible, there are several recommended security precautions which should be in place at local sites.

  1. SSL use is optional for target sites, but should be used if at all possible, at least in the processing of incoming sessions (called the SHIRE URL or assertion consumer service). Federation guidelines should be considered when determining whether to implement SSL, and, in general, SSL should be used for interactions with client machines to provide the necessary authentication and encryption to ensure protection from man-in-the-middle attacks. It is strongly suggested that all password traffic or similarly sensitive data should be SSL-protected. Assessment of the risk tradeoff against possible performance degradation should be performed for all applications.
  2. Many other attacks can be made on the several redirection steps that Shibboleth takes to complete attribute transfer. The best protection against this is safeguarding the WAYF service and ensuring that rogue targets and origins are not used, generally by development of the trust model underneath Shibboleth. Shibboleth also leverages DNS for security, which is not uncommon, but attacks concerning bad domain information should be considered.
  3. Information regarding origin users is generally provided by the authoritative enterprise directory, and the acceptance of requests from target applications can be carefully restricted to ensure that all requests the SHAR performs are authorized and all information the origin provides is accurate. Use of plaintext passwords is strongly advised against.
  4. Server platforms should be properly secured, commensurate with the level that would be expected for an organization's other security services, and cookie stores on client machines should be well protected.

2.d. Server Certs

In the Shibboleth architecture, the SHAR, HS, and AA must all have various client and/or server certificates for use in signing assertions and creating SSL channels. These should be issued by a commonly accepted CA, which may be stipulated by your federation. After understanding the CA's acceptible to your federations, consult chapter 4.c for information on certificate and key generation.

2.e. Attribute Release Policies

The Attribute Authority maintains a set of rules called Attribute Release Policies (ARP's) that define which attributes are released to which targets. When a browser user tries to access a resource, the SHAR asks the origin site AA to release all the attributes it is allowed to know, possibly restricted to specifically desired subset. The SHAR provides its own name and an optional URL on behalf of which the attribute request is made which can further refine the information the SHAR is allowed to know. The AA processes this request using all applicable ARP's, determines which attributes and values it will release, and then obtains the values actually associated with the browser user. The AA sends these attributes and values back to the SHAR.

Targets should work together with expected origin sites to ensure that the sets of attributes that both sites expect to correspond using are congruent.

2.f. Attribute Acceptance Policies

When a target receives a set of attributes, it must evaluate them in the context of the Attribute Authority that is providing them, to assess their "reasonableness". For example, if the value of an attribute is expected to be from a small set of enumerated choices, the value should be compared against that list. If a particular attribute or value is only trusted when asserted by specific origins, that too should be checked.

Targets are configured to accept specific attributes that they understand and care about, and are also configured with the rules to apply before accepting the attributes for use by the RM or an application. Attributes and values that don't meet the target's requirements are filtered out. The set of configuration rules to make these decisions is called an Attribute Acceptance Policy (AAP).

2.g. Browser Requirements

A primary Shibboleth design consideration was to require very little or no modification to client machines. The only requirement is that a browser is used which supports cookies, redirection and SSL. Browser users will have to perform an additional click to submit the authentication assertion if JavaScript is not functional.

2.h. Clocks

NTP should be run on all web servers. Shibboleth employs a short handle issuance time to protect against replay attacks. Because of this, any significant degree of clock skew can hinder the ability of users to access sites successfully.

2.i. Other Considerations

Especially for higher education, there are a handful of laws enacted which may have important ramifications on the disclosure of personal information and attributes. Since Shibboleth does not necessarily need to transmit identity, it is an ideal solution for many higher education situations. Nevertheless, all parties within the United States of America are strongly advised to consult the Family Educational Rights and Privacy Act of 1974(FERPA), and all other relevant state and federal legislation before deploying Shibboleth.



3. Installation

3.a. Software Requirements

The Shibboleth project makes binary packages available for Solaris and Linux that are precompiled against recent releases of various required libraries such as OpenSSL. It is highly advisable to build from source when using Shibboleth in a production environment in order to permit patching or updating of packages as security holes and bugs are fixed. Building from source is necessary to give you complete control over your deployment platform. The binary packages represent a snapshot in time only. To build from source, see the INSTALL.txt files in the doc folder of the OpenSAML and Shibboleth source distributions.

The software requirements listed correspond to the binary distributions. In general, source builds should work against all recent versions of the operating systems and software dependencies listed below. For specific questions, inquire to the support mailing list, or give it a try. Note that OpenSSL releases frequent security updates; the version listed may not be the most current, but most minor "letter" updates should be usable.

Operating System:

3.b. Deploy the Shibboleth Package

For the sake of clarity, this deployment guide assumes that standard directories are used for all installations. These directories may be changed for local implementations, but must be done so consistently.

  1. Ensure that you have obtained the proper tarball or installer for your operating system.
  2. On Unix, the tarballs expand into /opt/shibboleth, and should be expanded as root from /. If you use a different layout or location, you will need to adjust your configuration files. You should see the following directory structure (date and size details notwithstanding):

    $ ls -l
    drwxr-xr-x 2 root root 4096 Oct 24 03:54 bin
    drwxr-xr-x 2 root root 4096 Oct 24 03:54 data
    drwxr-xr-x 2 root root 4096 Oct 24 03:54 doc
    drwxr-xr-x 4 root root 4096 Oct 24 03:54 etc
    drwxr-xr-x 9 root root 4096 Oct 24 03:54 include
    drwxr-xr-x 4 root root 4096 Oct 24 03:55 lib
    drwxr-xr-x 2 root root 4096 Oct 24 03:55 libexec
    drwxr-xr-x 4 root root 4096 Oct 24 02:02 share

    On Windows, if the installer is not used, the zip file should be unpacked beneath the root of the system drive, where it will create an \opt\shibboleth tree that resembles the Unix layout above. This will allow the standard configuration options to work. The C:\opt\shibboleth\lib directory MUST be added to the system path to enable proper operation. If you use a different location, changes to various configuration files must be made by hand. The installer can do this for you, and is recommended in such cases.

3.c. Configure Apache 1.3.x

  1. Shibboleth includes configuration directives in the file /opt/shibboleth/etc/shibboleth/apache.config which must be added to the httpd.conf file used locally. It is recommended that these directives simply be added to the end of the existing httpd.conf file rather than trying to merge it in-line; step 2 describes the necessary modifications to the Apache startup script. The default configuration will often work, but if customization is necessary, these options may be modified:
    LoadModule <module> <pathname>
    Specifies the title and location of the shibrm_module resource manager and shire_module SHIRE modules. These are installed by default at /opt/shibboleth/libexec/mod_shibrm.so and /opt/shibboleth/libexec/mod_shire.so
    SHIREConfig <pathname>
    Specifies the pathname of the SHIRE's configuration file. Defaults to /opt/shibboleth/etc/shibboleth/shibboleth.ini.
    SHIREURL <url>
    <Location <url>>
      SetHandler <method>
    </Location>
    Specifies the URL and the method the target uses to handle requests for Shibboleth-protected resources. Currently, shib-shire-post is the only available handler method. SHIREURL is used by Shibboleth when re-directing the user to the WAYF and <Location> by Apache; for this reason, both URL specifications must match. Note that the configuration file itself contains <>'s, and Location should not be replaced.

    The referenced URL can be either a partial path or an absolute URL. The partial path allows each virtual server to use its own hostname and port in the SHIRE for session cookie purposes, while the absolute URL forces HTTP virtual servers to use HTTPS for the SHIRE. Use of a full https:// URL is advised.

    ShibMapAttribute <attribute-uri> <HTTP-header> [alias]
    This command has been deprecated in favor of the configuration support available in the Attribute Acceptance Policy file. See section 4.e. It may be removed in a future release.
  2. These modifications must be made to the Apache startup script on Unix:

    Add the following environment variable:

    SHIBCONFIG=/opt/shibboleth/etc/shibboleth/shibboleth.ini
    export SHIBCONFIG

    If the SHIBCONFIG environment variable is not specified, Shibboleth will use /opt/shibboleth/etc/shibboleth/shibboleth.ini by default.

    On Windows, the installer will set the path and SHIBCONFIG variable for you in the system path, enabling Apache or IIS to be used.

  3. If the OpenSSL libraries are not in the system's search path, they should be added to LD_LIBRARY_PATH. Generally libtool's linker options will insure that the modules can locate the Shibboleth libraries, but if not, you may need to add /opt/shibboleth/lib to LD_LIBRARY_PATH as well.
  4. The SHAR must be started along with Apache. Among other methods on Unix, this can be done either by creating a separate SHAR startup script or by modifying Apache's RC script to start/stop the SHAR before httpd. It is suggested that Apache's script be modified by adding:

    /opt/shibboleth/bin/shar -f &

    Sample init.d scripts may be included with future releases. Ensure that the environment variable referenced in 3.c.2 are in place.

    On Windows, the SHAR is a service and is managed separately.

  5. By default, the Shibboleth modules are configured to log information on behalf of Apache to the file /opt/shibboleth/etc/shibboleth/shire.log, though this can be changed. For this log to be created, Apache must have permission to write to this file, which may require that the file be manually created and permissions assigned to whatever user Apache is configured to run under. If the file does not appear when Apache runs with the modules loaded, check for permission problems.
  6. The options in shibboleth.ini must be configured as documented in 4.a. Apache content will then need to be modified for Shibboleth authentication. This is discussed in 4.d. It is recommended that the target then be tested as detailed in section 5.a.

3.d. Configure Microsoft IIS

  1. The package includes an ISAPI filter and bundled extension for SHIRE POST processing in a single library, libexec\isapi_shib.dll. This filter is configured using commands in C:\opt\shibboleth\etc\shibboleth\shibboleth.ini. Make sure you've added the library directory to the path as directed in section 3.b.

    Installing the extension into IIS is a two step process:

    1. First, add the filter using the Internet Services Manager MMC console. Right click on the machine icon on the left, and edit the WWW Service master properties. On the "ISAPI Filters" tab, add a new filter called Shibboleth and specify the DLL named above. The priority should be High, and once the filter is loaded, make sure it appears in the list below the "sspifilt" entry. Restart IIS and make sure the filter shows up with a green arrow. Check the Windows event log if it fails to load. The default configuration options are sparse, but they should allow the filter to at least initialize.
    2. Secondly, map a special file extension, such as .shire, to the ISAPI library so that virtual URLs can be specified to invoke the SHIRE handler for each web site. Right click on the machine icon on the left, and edit the WWW Service master properties. On the "Home Directory" tab, add a script mapping using the "Configuration" button. The "Executable" box should point to isapi_shib.dll, and the "Extension" can be set to anything unlikely to conflict, but .shire is assumed (and the dot must be included). You should select the option to limit verbs to POST, and you must uncheck the "Check that file exists" box.
    3. (IIS 6 Only) A new Web Service Extension must be defined for Shibboleth; without this, the mapping from *.shire to isapi_shib.dll won't occur and a file error will show. Add this extension with an arbitrary name and associate it with isapi_shib.dll.
  2. All other aspects of configuration are handled via the shibboleth.ini file and associated XML-based policy files described in subsequent sections. Particular use is made of the per-hostname section feature that allows global settings to be overridden per-site, and this permits different IIS instances to be separately configured.
  3. A special section must be added/uncommented in the shibboleth.ini file to support IIS usage. The [isapi] section must be used to map IIS Instance ID numbers to fully-qualified hostnames that correspond to named sections later in the file. Instance IDs are used in the IIS metabase to identify web sites. They are applied starting with the number 1 and number the web sites in order in the Internet Services Manager from top to bottom. In the [isapi] section, add lines in the following form:

    1=hostname.domain.com
    2=hostname2.domain.com
    (etc...)

    At least an empty configuration section named hostname.domain.com should then be added to the end of the file. Any options specific to that web site can be added as documented in later sections.

  4. See the following section for information on running the SHAR service on Windows.
  5. The options in shibboleth.ini must be configured as documented in 4.a. It is recommended that the target then be tested as detailed in section 5.a.

3.e. Running the SHAR on Windows

The SHAR is a console application that is primarily designed to be installed as a Windows service. To run the process in console mode for testing, the -console parameter is used. Otherwise, parameters are used to install (or remove) the SHAR from the service database and subsequent control is via the Service Control Manager applet. The following command line parameters can be used:

-console
Allows the process to be started from a command prompt. Since the console will exit if the desktop user logs out, this is not suitable for production use, but may be useful for testing.
-config <pathname>
Specifies the pathname of the SHAR's configuration file. Defaults to \opt\shibboleth\etc\shibboleth\shibboleth.ini or the value of the SHIBCONFIG environment variable, if it is set.
-install <servicename>
Installs the SHAR as a named service in the Windows service database. A name should be provided if multiple instances of the SHAR need to be run on different ports, and thus installed separately. The -config option can be provided to include a specific configuration file on the service's command line.
-remove <servicename>
Removes the named service instance of the SHAR from the Windows service database.



4. Getting Running

4.a. Configuring shibboleth.ini

Most of the configuration for the SHAR, SHIRE, and RM is stored in the file shibboleth.ini. This file is split into several pre-defined sections. The first sections, [general], [shire], and [shar], define the operational parameters for the SHIRE and SHAR. While not precisely accurate, the [shire] section is generally associated with the web server modules and libraries that applications interface with, while the [shar] section is associated with the separate SHAR process. The [general] section holds global settings, used by all components. The [shire] and [shar] sections can override the [general] tags with SHIRE- or SHAR-specific configuration. For example, if the SHAR is looking for a tag, it will look first in the shar section; if it does not find the tag there, it will proceed to look in the general section.

The following sections, [metadata_shire], [metadata_shar], and [policies], define the trust framework within which the entire system operates. Example configuration files are bundled with the Shibboleth distribution, currently derived from the InQueue staging federation managed by Internet2

For Apache (but not IIS), there is also information that must be configured in /usr/local/apache/conf/httpd.conf (or equivalent);  for more information, refer to 3.c.

Information in the logging configuration files referenced by shibboleth.ini may require additional changes to meet local needs. The logging level can be raised to INFO or DEBUG if additional detail is needed for testing. It is recommended that after initial installation is completed, the log level in both files be left at either INFO or WARN.

Fields that are purple are optional; grey fields are mandatory. If the option only applies to a specific environment, such as IIS/ISAPI only, then this is indicated.

[general]:

logger = <pathname>
Specifies the location of the log4cpp configuration file for most Shibboleth events. This element may also be optionally specified for each of the components individually (which is the default provided, so this setting is often unused). Default logging settings (using local log files) should suffice. If using a remote syslogd instead, the syslog daemon must accept UDP:514 messages, and on Linux, SYSLOGD_OPTIONS must include -r to enable logging from remote machines. The logging level is also defined in the logger configuration file. The configuration format and log levels are similar to that of the Log4j package's property format.
schemadir = <pathname>
Specifies the directory in which the XML schema files are located; defaults to /opt/shibboleth/etc/shibboleth/. This should generally be left alone, unless a non-default installation path is used.
sharsocket = <pathname> | [IP interface:]port
Specifies the location of the socket the SHAR uses to form connections. Note that if you change this, the SHAR and Apache should both be restarted immediately, since new Apache child processes will use the changed value as soon as they start up.

On Unix, this is usually set to a domain socket path, often something in /tmp. On Windows, this must be either a TCP port number, or a combination of an IP address and port, with a colon in between. Using an address specifies an IP interface to bind to on multi-homed servers. Using just a port number generally suffices. If this syntax is used on Unix, then the process will use a TCP socket instead of a domain socket.

Security Note: Using TCP, which is mandatory on Windows, can be insecure if used in certain non-default configurations. If you allow access to the service from other hosts, be sure a firewall is in place to prevent unauthorized access. The sharacl setting, described later, provides some minimal filtering, but TCP is still an insecure protocol.

The rest of the [general] configuration section defines global settings that can be overridden by server-specific tags in sections defined by the server name. This is especially applicable for non-Apache configurations. For example, if you have a web server named www.example.edu, you can define a section [www.example.edu] and override global tags with tags for that server only.

The following table lists the server-specific tags. It is broken into mandatory tags, and optional tags. Tags in the [general] section correspond to all servers; to override specific tags on a per-server basis, use [<FQDN>] as the header for a section (FQDN means fully-qualified domain name, and corresponds to the name you assign to a virtual host using the Apache ServerName directive, or that you map IIS instance IDs to using the [isapi] section.

[<general>]:

wayfURL = <absolute url>
Specifies the URL of the WAYF service the user is redirected to. Federations will often provide this URL in order to control the way in which sites are presented to users, but a target may provide this function, or it may be set directly to a specific site's Handle Service, effectively rendering the system internal to a single origin site.
shireURL = <absolute or relative url> ISAPI
Specifies the URL of the SHIRE POST URL, or assertion consumer service, at which new sessions are initiated. This can be an absolute URL, or a relative path to be prefixed by the base URL of the web site. Using an absolute URL allows a virtual server to funnel SHIRE requests to a fixed location, such as in the case where a non-SSL site wants to handle SHIRE requests over SSL (on a different port).

Note that this URL will result in a cookie being set, and this cookie must be returned in subsequent requests, so the virtual server's domain name and port must be consistent with the SHIRE's domain name and port for some browsers to properly return the cookie. If default ports are used (and thus left unspecified), browsers will generally return cookies set via SSL to a non-SSL server. If non-default ports are used, it is recommended that this be a relative URL so that each virtual host handles its own cookie operations.

For Shibboleth to function in IIS, the file extension at the end of this URL must match the value configured into IIS and mapped to the ISAPI extension. This causes the request to be serviced properly, even though no file by that name actually exists.

cookieName = <string>
Defines the name to be assigned to in-memory session cookies.
shireError = <pathname>
Specifies the location of the template for the error page generated when there is an error re-directing the user to the WAYF or processing a new session sign-on.
rmError = <pathname>
Specifies the location of the template for the error page generated if internal errors occur in the RM.
accessError = <pathname>
Specifies the location of the template for the page displayed to users when access to a protected resource is denied by the RM. This is distinct from when errors occur during the evaluation process itself, and indicates a denial of authorization.
normalizeRequest = <true|false>
If true, all redirects and computed request URLs generated by Shibboleth will be created using the virtual server name assigned to the server. If false, the browser's supplied URL is sometimes used to compute the information. This sometimes has no effect, depending on the capabilities of the web server, since the correct behavior is almost always to rely on the server's API to report the hostname and ignore the browser.
checkIPAddress = <true|false>
If true, Shibboleth will check client addresses for impersonation protection. In most circumstances, this should be enabled to prevent certain attacks concerning stolen cookies, but this can cause problems for users behind proxies or NAT devices. Defaults to false.
shireSSLOnly = <true/false>
If true, the SHIRE will reject HTTP connections for new session sign-on that are not SSL-protected. This guards the initial session sign-on from the browser, but does not preclude non-SSL content. Use of SSL is strongly recommended; see section 2.c for more information.
mustContain = <string1>;<string2> ISAPI
Controls what content in IIS to protect with Shibboleth. Multiple values should be separated with a semicolon. Each string is matched directly against the requested URL, and if the URL contains the string, a match is made and Shibboleth applies. No regular expressions are supported, only literal matches. Slashes are matched like other characters, so path components can be surrounded with slashes to match any requests with a particular component in the path. Defaults to protecting everything on a server or site.
contentSSLOnly = <true|false> ISAPI
If true, Shibboleth will insist that any request for protected content is over an SSL connection. Defaults to false.
authLifetime = <seconds> ISAPI
If set, sessions are always terminated after the specified number of seconds, resulting in a new redirect and request for authentication, just as if a new request without a session is received. Defaults to infinite.
authTimeout = <seconds> ISAPI
If set, sessions are always terminated after the specified number of seconds of inactivity (defined as no requests received in that session), resulting in a new redirect and request for authentication, just as if a new request without a session is received. Defaults to infinite.
requestAttributes = <attr1> <attr2> <attr3>...
Specifies a space-delimited list of attributes (named by a designated URI) that the SHAR will request when querying for attributes. By default, the SHAR will ask for and receive all attributes the AA is willing to release to it.
exportAssertion = <true|false> ISAPI
If set, the SAML attribute assertion received by the SHAR is exported to a CGI request header called Shib-Attributes, encoded in base64. Defaults to false. While this does require parsing the raw XML, it also permits an application to see attributes that may have been filtered by an AAP, or to forward the SAML assertion to a third party.
supportContact = <e-mail>
Specifies the local site's support e-mail address, and is used in the generation of error pages.
logoLocation = <pathname>
Specifies the location of the logo used in the generation of error pages. This logo can be in any format that the web browser will understand, and should be a URL (absolute or relative) that will return a valid logo.

[shire]:

metadata = <section tag>
Specifies the tag that defines the section of shibboleth.ini the SHIRE should use to acquire its metadata. The SHIRE does not need trust metadata, and so generally it will only need site metadata and attribute acceptance policy to define attributes and enforce policies like scope limitations(e.g. MIT not asserting attributes @brown.edu.)
logger = <pathname>
Specifies the location of the log4cpp configuration file for Shibboleth events produced by the web server modules and libraries. Refer to the global setting for more information.
aap-uri = <uri> DEPRECATED
Specifies the URI of an attribute acceptance policy XML file. This command has been replaced with a new metadata provider type for attribute policy that should be provided to both the SHIRE and SHAR components. To replace this command, add lines to both metadata sections of this form:

edu.internet2.middleware.shibboleth.target.AAP.XML=<uri>

For more information, refer to section 4.e. This command will be removed in future releases.

[shar]:

metadata = <tag>
Specifies the tag that defines the section of shibboleth.ini the SHAR should use to acquire its site, trust, and attribute metadata.
cacheType = <method>
Specifies the method used by the SHAR to cache sessions and attributes. The default is memory, which indicates that the SHAR should store received attributes in memory. Another option is mysql, which will use the MySQL Credential Cache, if it is available.
cacheClean = <seconds>
Specifies the duration in seconds between cleanups of the SHAR's cached but expired sessions and attributes. Defaults to 300, or 5 minutes.
cacheTimeout = <seconds>
Specifies the duration in seconds that must elapse between user accesses before that user's session is destroyed, including the associated handle and all cached attributes. Defaults to 28800 seconds, or 8 hours. This should generally be longer than the associated server's settings for session lifetime and timeout.
logger = <pathname>
Specifies the location of the log4cpp configuration file for Shibboleth events produced by the SHAR service. Refer to the global setting for more information.
sharacl = <IP Address>
Specifies one or more space-delimited IP addresses from which a TCP-based SHAR service will accept connections. Defaults to 127.0.0.1 (localhost). Should only be changed if proper precautions have been taken to protect connections from off-host.
certFile = <pathname>
Specifies the location of the PEM-format certificate used by the SHAR to communicate in authenticated fashion with origin site Attribute Authorities.
keyFile = <pathname>
Specifies the location of the PEM-format private key used by the SHAR to communicate in authenticated fashion with origin site Attribute Authorities.
keyPass = <password>
Specifies the password used to access the keyFile, if any.
calist = <pathname>
Specifies a single file of PEM-format certificates containing the root CAs the SHAR will consider to be valid signers of AA server certificates. Currently applies globally to all communication with AAs.
AATimeout = <seconds>
Specifies the number of seconds that the SHAR will wait for attributes to be sent from an AA. Defaults to 60.
AAConnectTimeout = <seconds>
Specifies the number of seconds that the SHAR will wait for a connection to be established with an AA. Defaults to 30.

[metadata] sections must be created and named in accordance with the value of the metadata parameter in the [shire] and [shar] sections. Metadata sections may be shared or defined for each component. Three XML-based providers are supported by Shibboleth, but future providers may be specified with name/value pairs consisting of <metadata provider type>=<source>.

Note that any number of files of the three types may be loaded into the system, which supports aggregating policy from across federations.

Shibboleth provides a simple utility called siterefresh for updating metadata files from a central location and verifying a digital signature over them, as described in section 4.g.

[<metadata>]:

edu.internet2.middleware.shibboleth.metadata.XML = <pathname>
Specifies the location of the file to load site metadata from. This information controls what origin sites are trusted by the target and provides contact information. This should be a file stored locally, and may be used by both the SHIRE and SHAR.
edu.internet2.middleware.shibboleth.trust.XML = <pathname>
Specifies the location of the trust database of certificates and/or CA roots used by the SHAR during session initiation (but currently is not used during attribute exchange). The SHIRE component generally does not need trust data.
edu.internet2.middleware.shibboleth.target.AAP.XML = <pathname>
Specifies the location of the Attribute Acceptance Policy file that defines what attributes will be visible to applications, how to filter their values based on the source, and how to make them available to applications and the RM. See section 4.e. for detailed information on this file.

This provider has been added as of version 1.1, and supersedes the old aap-uri and attributes settings, as well as the Apache ShibMapAttribute command.

The [extensions:saml] section specifies a set of extension libraries to load that add additional functionality to the system. Examples include session cache implementations, such as the MySQL cache, or advanced metadata providers.

[extensions:saml]:

<name> = <library pathname>
The name of the extension is simply a unique key and is not important. The path to the library to load must be absolute and complete.

The [policies] section contains the policy URI values that control acceptance of assertions from origin sites. This may eventually have multiple elements associated it for targets that are members of multiple federations.

[policies]:

<federation> = <URI>
The name of the federation and its associated policy URI. This information should be provided by federations and is designed to support future work in federation deployment. For the time being, it simply insures that deployments not meant to interoperate will not do so.

This set of URI values is matched against the SAML Audience fields of assertions received from HS's and AA's. One of the URI's specified by the origin in the edu.internet2.middleware.shibboleth.audiences property must match one of these URIs or the assertion will not be accepted by design.

4.b. Dynamic Error Page Generation

Shibboleth supports the dynamic generation of information in error pages referenced by shibboleth.ini. The Shib Target employs a special Markup Language Processor to insert special tags into the generated HTML. The parser will read the error file looking for any tag that looks like:

<shibmlp tag-name />

Shibboleth will replace tag-name with the appropriate markup tag from the table below:

supportContact
The value of the supportContact for this web site.
logoLocation
The value of the logoLocation for this web site. This is used to fill in the template error page only; if a custom error page is created, then the image may be linked to statically by the page itself.
requestURL
The user's requested URL.
errorType
The type of error.
errorText
The actual error message.
errorDesc
A textual description of the error intended for human consumption.
originContactName
The contact name for the origin site provided by that site's metadata.
originContactEmail
The contact email address for the origin site provided by that site's metadata.
originErrorURL
The URL of an error handling page for the origin site provided by that site's metadata.

This configuration is only for Apache servers, and is only used by resources protected by Shibboleth. See section 4.d.

Sample error templates for different kinds of errors are included in the Shibboleth distribution, and can be triggered by anything that will cause Shibboleth to be unable to make an authorization decision, including a bad sites file, certificate verification failures, or a skewed clock between sites.

You should edit these templates, provide or remove style sheets and images, and otherwise customize these templates to suit the user experience you want your users to have when errors occur. The defaults are not likely to meet the needs of any site.

4.c. Key Generation and Certificate Installation

The only target component that must have a private key and certificate is the SHAR. While the target server itself should support SSL in most cases for users, it is mandatory for the SHAR to authenticate when contacting an AA, and it must therefore be given a key and an SSL client certificate. It is permissible for the SHAR to use the same keypair and certificate used by the target web server itself, provided the certificate is signed by a CA accepted by the origin sites that will be queried for attributes.

On Unix, we require that OpenSSL be installed to use Shibboleth. On Windows, OpenSSL libraries and the command line tool are included in the package and can be used directly, if not otherwise available.

The certificate and key file location should be based on whether they will also be used for Apache. If they will be used as a server certificate as well, they should probably be in the Apache tree in the usual mod_ssl-defined locations inside the Apache configuration folder., and the SHAR can read them from there. If the SHAR is not running as root, permissions might need to be changed to allow this access. If the certificate and key will only be used for the SHAR, they can be put in the same folder with the shibboleth.ini file and protected appropriately.

Other web servers like IIS do not use the raw PEM format that Apache and Shibboleth can share, and therefore the components must generally use separate copies of the key and certificate if they are to be shared. Most other servers can export and/or import keys to and from PEM format or other formats that OpenSSL can convert. Refer to your server's documentation or ask for assistance from others who use it.

The SHAR is assigned a key and a certificate using shibboleth.ini's certFile, keyFile and keyPass settings, described in section 4.a. These files must currently be in PEM format. OpenSSL commands to generate a new keypair and a certificate request are shown here, assuming 2048 bit RSA keys are to be used:

$ openssl genrsa -des3 -out ssl.key 2048
$ openssl req -new -key ssl.key -out ssl.csr

The signed certificate file returned by the CA should be usable directly, or can be converted to PEM format using the openssl x509 command.

If the key is to be shared with Apache, the web server's child processes, often running as nobody, must be able to read them while the server is running, which may require permission changes.

This particularly applies when sharing the key and certificate used by mod_ssl, which are only readable by root by default. The password, if any, must be placed in the shibboleth.ini file, since the Apache module cannot prompt for it during initial startup as mod_ssl can. The issues surrounding how to securely obtain a key while running as nobody may be addressed in a later release. Since the password will be stored in clear text in a frequently examined file, it is suggested to use a password not used elsewhere.

Finally, the calist command provides the SHAR with a set of CA roots to trust when validating AA server certificates. In all cases, the SHAR verifies that the certificate's Subject CN equals the AA's hostname, but the CA list restricts the accepted signers to those permitted by the SHAR. The parameter can be omitted to skip such validation, but this is not secure.

4.d. Protecting Web Pages

Protection of web pages is primarily achieved through "mapping" attributes provided by an AA to a localized vocabulary for authorization rules. This was formerly accomplished in Apache with the ShibMapAttribute command, but this has been replaced with additional features in the AAP syntax, described in section 4.e. This applies to both Apache and IIS.

IIS

The IIS RM module supports the mapping of attributes via AAP files, but it does not support rule-based policies and therefore cannot protect static content at this time. In addition, all of the configuration settings are managed globally or per-site and are pulled from the shibboleth.ini file, so there are no additional commands to document at this time.

Apache

The Apache RM module provided can interpret AAP settings to map attributes to HTTP request headers and to Require rules, permitting protecting of both static and dynamic content. The commands described here can appear in content-specific configuration blocks or .htaccess files. They determine what content is to be protected, session policies, and static access control rules.

Any of the typical ways of protecting content may be used (.htaccess, Directory, Location, Files, etc.). There are two ways to trigger Shibboleth authentication: specifying an AuthType of shibboleth to use Shibboleth directly, or using ShibBasicHijack to process existing .htaccess files using Shibboleth instead. Support for authorization consists of mod_auth-style require directives, as well as support for mod_auth group files.

A complete list of the directives and their values is below:

AuthType <string>
Use shibboleth for direct invocation, or Basic plus the ShibBasicHijack option described below.
ShibSSLOnly <on/off>
Controls whether Shibboleth will reject non-SSL requests for resources from clients. Defaults to off.
ShibBasicHijack <on/off>
Controls whether Shibboleth should or should not ignore requests with AuthType Basic. Defaults to off.
ShibExportAssertion <on/off>
Controls whether the SAML attribute assertion provided by the AA is exported in a base64-encoded HTTP header, Shib-Attributes. Defaults to off. While this does require parsing the raw XML, it also permits an application to see attributes that may have been filtered by an AAP, or to forward the SAML assertion to a third party.
ShibAuthLifetime <seconds>
If set, sessions are always terminated after the specified number of seconds, resulting in a new redirect and request for authentication, just as if a new request without a session is received. Defaults to infinite.
ShibAuthTimeout <seconds>
If set, sessions are always terminated after the specified number of seconds of inactivity (defined as no requests received in that session), resulting in a new redirect and request for authentication, just as if a new request without a session is received. Defaults to infinite.
AuthGroupFile <pathname>
Same as mod_auth; collects values found in REMOTE_USER into a named group for access control. An attribute must be mapped to REMOTE_USER for this to work. Note that mod_auth will not support group files when mod_shibrm is loaded, since they share the same command.

This is implemented by placing a .htaccess file that references a group file stored at /pathname:

AuthGroupFile /pathname
require group workgroup

An AuthGroupFile used by Shibboleth might resemble:
workgroup: joe@example.edu, jane@demo.edu, jim@sample.edu

Require <string>
Enforce authorization using one of the following methods.
  • valid-user

    Any Shibboleth user from a trusted origin site is accepted, even if no actual attributes are received. This is a very minimal kind of policy, but is useful for testing or for deferring real policy to an application.

  • user

    A space-delimited list of values, such as from the urn:mace:dir:attribute-def:eduPersonPrincipalName attribute. Actually, any attribute can be mapped to REMOTE_USER, even if this doesn't always make sense.

  • group

    A space-delimited list of group names defined within AuthGroupFile files, again provided that a mapping to REMOTE_USER exists.

  • <alias>

    An arbitrary rule name that matches an Alias defined in an AAP file. The rule value is a space-delimited list of attribute values, whose format depends on the attribute in question (e.g. an affiliation rule might look like:

    require affiliation staff@osu.edu faculty@mit.edu

Additionally, for user and <alias>-based rules, if a tilde character is placed immediately following user or <alias>, the expressions that follow are treated as regular expressions. The syntax supported is generally based on the one defined by XML Schema. This specification borders on unreadable, but the syntax is generally Perl-like. Expressions should generally be "anchored" with the ^ and $ symbols to insure mid-string matches don't cause false positives.

For example, the rule:
    require affiliation ~ ^member@.+\.edu$
would evaluate to allowing anyone with an affiliation of member from a .edu domain.

4.e. Defining Attributes and Acceptance Policies

Shibboleth allows a user and a site to release a varying set of attributes to a destination site, and does not impose restrictions on the kinds of attribute information provided by an AA. Target implementations must be prepared to examine the attributes they receive and filter them based on policies about what information to permit an origin site to assert about its users.

Attribute acceptance is the process of defining acceptable attributes and filtering attribute values before passing them on to a resource manager, such as the mod_shibrm module. Data blocked by AAP filters will not be passed to the CGI environment or used when enforcing .htaccess rules. Note that the attribute assertion exported to the Shib-Attributes header is unfiltered.

The Shibboleth implementation supports Scoped and Simple attributes and filtering policies for different kinds of attributes, and is potentially extensible to more complex attributes in the future. An attribute is considered Scoped if the XML representation of its values contains a "Scope" attribute. As of 1.1, this is detected at runtime and requires no configuration in advance.

An essential part of the Shibboleth trust fabric is ensuring that sites only assert attributes for domains for which they are considered authoritative by the target. Typically, this means that Brown University will be trusted to assert attributes only scoped to brown.edu. Unless there are very specific circumstances requiring this restriction be removed, it is strongly encouraged that such policies be in place.

Scoped:

Scoped attributes are a special kind of attribute whose values are a combination of a value and a scope, or context for the value. An example is eduPersonScopedAffiliation, which adds a scope to the defined set of eduPersonAffiliation values, such as student, member, or faculty. Scopes are expressed as DNS domains and subdomains.

Any scoped attribute can be scoped only to the origin site's permitted domains. These domains are listed in the site metadata that provides policy information to the system. Domains can be explicit or regular expressions, and can be changed by a target to meet its needs. Targets can also override the rules specified for the site in their own AAPs, choosing to accept additional scopes or deny scopes that would ordinarily be accepted based on metadata provided by a federation. Thus, attribute acceptance processing for scoped attributes is based on site metadata and target-specified overrides in addition to the mechanism described below for simple attributes.

Scope rules specified in an AAP are additive with any domains permitted by site metadata, and the rules are applied by first looking for an applicable denial rule, and then looking at site metadata and any applicable site rules for an accept rule.

Simple:

Simple attributes are attributes whose value is expressed in XML as a Text node; that is, the value is just a string. Multiple values are permitted. eduPersonEntitlement, in which the values are URIs, is one example of a simple attribute.

Both Simple and Scoped attribute acceptance is controlled with an external policy file written in XML. The schema for the file is described by the shibboleth.xsd schema, and an example file is included, AAP.xml. It is mandatory to supply such a file, because attributes are recognized based on their presence in this file, and not by separate configuration processes. Only by listing an attribute in the file will it be accepted and processed by the RM.

The policy is a default-deny algorithm that requires permissible attributes and values be listed explicitly. That is, an empty file permits nothing. Each attribute to be supported must be listed in the file by name in an <AttributeRule>. Each such rule is a collection of <SiteRule> elements along with an optional <AnySite> default rule. In turn each site rule is a set of <Value> rules that specify matches to permit, either literal or regular expressions, or a wildcarded <AnyValue> default rule, which is equivalent to a single regular expression rule allowing anything.

A syntax summary follows:

<AttributeAcceptancePolicy

The top level element in the file.

<AttributeRule
    Name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation"
    Header="Shib-EP-Affiliation" Alias="affiliation">

Specifies a rule for an attribute, named by its URI. The following XML attributes can be supplied:

Name The name of the Shibboleth attribute, usually a URI. This is the only required XML attribute.
Namespace If the attribute's name includes a SAML namespace, supply it here. Normally this is unused.
Header The HTTP request header to map the attribute's values to.
Alias A short name for the attribute, determines the name of the Apache Requires rule.

<AnySite>

Specifies a rule that always applies to the attribute, regardless of the asserting AA.

<SiteRule Name="host.domain.com">

A rule that applies to the origin site AA corresponding to the hostname.

<Scope Accept="true|false" Type="type">

Specifies a value to accept or deny, either directly using type literal, or using a set of matching expressions as type regexp. literal is the default if Type is not specified. Accept defaults to "true">.

<AnyValue>

Specifies a rule that always applies to the attribute and site, regardless of the value(s).

<Value Type="type">

Specifies a value to permit, either directly using type literal, or using a set of matching expressions as type regexp. literal is the default if Type is not specified.

The regular expression syntax is a subset of the usual Perl and Unix syntaxes that is described in the XML Schema specification by the W3C. Most typical expressions should work. Be sure to anchor them using ^ and $ to avoid unintentional matches midstring.

4.f. Using Attributes in Applications

Apart from the simple RM functionality provided, attribute information may be made available directly to applications via the standard practice of creating custom HTTP request headers before passing control to the application. Applications should make no assumption about the presence of specific attributes for their use unless they have intimate knowledge of the attribute release policies in place.

The AAP metadata controls this interface, and maps a Shibboleth attribute to a header name, such as Shib-EP-Affiliation. Using that example, any values of the mapped attribute will be placed in that header, delimited by semicolons. An application that uses a CGI-like syntax to access the header will find the values in the HTTP_SHIB_EP_AFFILIATION variable. Any attribute can be placed in any header, to drive legacy applications that expect information in a particular location.

The REMOTE_USER variable is a special case that is generally populated automatically by the web server based on an internal piece of data that represents the current username. Unlike many authentication modules, Shibboleth does not guarantee that REMOTE_USER will have any value, because users may remain anonymous in many cases. If it does have a value, it is set solely because of an AAP file that maps an attribute to that header name. For many purposes, the urn:mace:dir:attribute-def:eduPersonPrincipalName attribute should be mapped to REMOTE_USER. Even so, EPPN may not be provided by the AA, and REMOTE_USER might still be empty.

The Shib-Origin-Site variable will contain the unique name/identifier of the origin site of the user. Some applications may use this to lookup additional policy or application data. It normally takes the form of a URI but could be any string in some deployments.

Finally, configuration may instruct the web server to place the entire XML message containing the SAML attribute information from the AA into a base64-encoded header called Shib-Attributes. This is a raw interface that provides an application with the entire AA response, and is not a filtered view based on any attribute acceptance rules or even based on what attributes are recognized by the target. What was sent is what you see.

4.g. siterefresh

Shibboleth provides a simple tool called siterefresh in the /opt/shibboleth/bin folder of the distribution to maintain metadata files referenced by shibboleth.ini. It will return 0 on success and a negative number on failure and log errors to stderr. If the data in the new metadata file is bad or the signature is invalid, the existing copy is kept. The SHAR and SHIRE stat all metadata files each time the data is used, allowing them to detect and utilize updates in real-time operation.

siterefresh takes the following command-line parameters:

--url <URL>
Specifies the URL of the remote metadata file with which to update the local file.
--out <pathname>
Specifies the local file to which to write the new metadata.
--cert <pathname>
Specifies the location of a certificate stored in PEM format used to validate the signature of the metadata file. Since much of Shibboleth's security flows from metadata files, this option is highly recommended, and the certificate used should be verified independently.
--schema <pathname>
Optionally defines a base path for schemas to use when validating the file. Defaults to /opt/shibboleth/etc/shibboleth/.

A complete command issued to siterefresh might take the form:

/opt/shibboleth/bin/siterefresh --out sites.xml --cert internet2.pem \
--url http://wayf.internet2.edu/InQueue/sites.xml

It is recommended that similar commands be added to a crontab to keep the site and trust files refreshed. AAP files tend to be site-specific, but could be maintained and distributed centrally. If the command is invoked in a script that writes the file to a new location and compares it with the old contents before overwriting the original, the command could be run very often without impacting target operations, providing a high degree of currency in case sites become compromised.

4.h. MySQL Session Cache

Shibboleth includes a useful plugin that extends the default memory cache for storing session data in the SHAR with a backing cache using an embedded MySQL database. In most distributions, it is enabled by default. The plugin can be found in the /opt/shibboleth/libexec folder, and is loaded as an extension library using the [extensions:saml] section of shibboleth.ini. The following configuration options are available:

mysql-cache-timeout = <seconds>    (in [shar] section)
Specifies the duration in seconds that must elapse between user accesses before that user's session is purged from the persistent cache. Defaults to 28800 seconds, or 8 hours. This should generally be longer than the associated server's settings for session lifetime and timeout, and the memory cache's timeout.
<MySQL Arguments>    (one per line in [mysql] section)
To pass arguments to the MySQL engine, create argument lines in the [mysql] section in the form:

arg1=<argument>
arg2=<argument>
etc...

Important arguments you'll find by default include:

arg1 = --language=/opt/shibboleth/share/english
arg2 = --datadir=/opt/shibboleth/data

which set the message file path and the location of the cache's database files respectively. Make sure the data directory exists before starting the SHAR if you change this path.



5. Troubleshooting

This section provides basic information about testing Shibboleth targets. This information is not intended to be comprehensive, but instead rudimentary guidelines for basic configuration tests and problems. For more detailed information or answers to specific problems not addressed in this section, please mail mace-shib-users@internet2.edu with a thorough description of errors and configurations used.

5.a. Basic Testing

The target may be tested by generating a folder with very basic access controls on it, and accessing it using a web browser. Place a simple webpage such as index.html in /secure/. Then, add the following lines to httpd.conf, which should be removed when testing is over:

# Configure a test directory
<Location /secure>
  AuthType shibboleth
  require valid-user

  # Per-directory SHIRE Configuration
  #ShibBasicHijack On
  #ShibSSLOnly On
  #ShibAuthLifetime 60
  #ShibAuthTimeout 600

  # RM Configuration
  #AuthGroupFile /foo
  #ShibExportAssertion On
</Location>

For information regarding specific error messages that may be generated if the target does not work successfully, please refer to section 5.b., or write mace-shib-users@internet2.edu.

5.b. Common Problems

A knowledge base is being developed in the Shibboleth Deployer's FAQ. Please mail mace-shib-users@internet2.edu with any additional questions or problems encountered that are not answered by this basic guide.