This page is a guide to installing a Shibboleth 3.x IdP - based on the Installing a Shibboleth 2.x IdP page, but updated for Shibboleth IdP version 3. This page assumes the IdP would be installed on a minimal-OS-install-only Linux system (typically a virtual machine) and follows from that point on. The IdP will be installed with the Shibboleth IdP application.
This guide is periodically updated as new versions of the software installed become available. This guide is current for IdP 3.3.2, the latest versions available as of December 2017. The guide assumes the Linux distribution would be CentOS/RHEL 7 with Tomcat7 (required). It should be possible to also use this for other Linux distribution / other operating systems, varying as needed.
If you are interested in upgrading an existing IdP to the latest release, please see Upgrading a Shibboleth 3.x IdP.
For instructions on upgrading a 2.x IdP to 3.x, please see Upgrading a 2.x IdP to 3.x.
If you are interested in linking an existing IdP into Tuakiri, please see Configuring a Shibboleth Identity Provider to join the Tuakiri Federation.
- 1 Prerequisites
- 2 Preliminaries
- 3 Bootstrapping the VM
- 4 Basic Shibboleth IdP installation
- 5 Configure Attribute Resolver - define attributes
- 6 Configuring Attribute Release
- 7 Register the IdP into the federation
- 8 Advanced IdP Configuration
- 8.1 Configure Database Storage
- 8.2 Enabling automatic reload
- 8.3 Load Attribute Filter
- 8.4 ECP support
- 8.5 Configuring Single Logout
- 8.6 Configuring Consent Module
- 8.7 Friendly attribute names
- 8.8 DataSealer Key Refreshing
- 8.9 Centralized Usage Logging
- 8.10 Configuring SELinux for Tomcat
- 8.11 Additional Information
- 8.12 Compatibility workaround (IdP 3.1.x only)
- 9 Starting the IdP
- 10 Customization and Branding
- 11 Administrative Interface
- 12 Testing
Prerequisites
- A Linux system (VM) preinstalled with base OS distribution, with current updates installed.
- Minimum hardware recommendation: 2GB RAM, 20GB diskspace
- Linux distribution: recommended RHEL 7 or CentOS 7
- Network requirements:
- Allocating a hostname (typically
idp.institution.domain.ac.nz) and a static IP address. - Setup firewall rules:
- Enable incoming and outgoing TCP connections to ports 443 and 8443. Note that these connections MUST be direct connections and cannot go through a proxy. In particular, the port 8443 connections use client SSL authentication and will not work with proxies that try to step in the middle of an SSL connection, even if the server certificate is pre-loaded onto the proxy.
- Enable connections to an external NTP server or provide an internal NTP server.
- Allocating a hostname (typically
- Provide an X509 certificate for the allocated hostname issued by a CA trusted by major browsers.
- (There are no further requirements on the certificate, it would be only accessed from inside a browser)
- Access to an institutional LDAP server (with a system account allowed to read all attributes needed for the federation). This typically includes the following information:
- LDAP server hostname and port number
- Search base (subtree DN)
- Bind DN for a generic reader account
- Bind password for this account
- Search filter - i.e. what attribute contains the user's login name?
Modifications to Identity Management system
Your Identity Management System (IdMS) will very likely have most of the attributes asked for by the federation - or will have enough information to synthesize the specific attribute values on the fly inside the IdP. But for some attributes, the IdMS might not have enough information. The following information should be considered for adding into your IdMS:
eduPersonEntitlement: The eduPersonEntitlement attribute is a storage container for values representing privileges to access resources within the federation. It is a multi-valued string attribute. The values will have the form of a URI - with specific values that are yet to be defined. The attribute definition details are (source: Attribute Recommendation 2.1 (PDF), page 14):
Origin/ObjectClass: eduPerson [eduPerson] OID: 1.3.6.1.4.1.5923.1.1.1.7 SAML attribute name: urn:mace:dir:attribute-def:eduPersonEntitlement LDAP syntax: directoryString [1.3.6.1.4.1.1466.115.121.1.15] Number of values: Multiple Example values: eduPersonEntitlement: urn:mace:washington.edu:confocalMicroscope eduPersonEntitlement: http://publisher.example.com/contract/GL123
This attribute can also be defined as a static attribute. If you would prefer not to modify your IdMS schema and do not have any eduPersonEntitlement values to release, it is OK to initially only define the attribute as static inside the IdP. For more information on this option, please see the notes on configuring eduPersonEntitlement as a static attribute further below in this document.
auEduPersonSharedToken: The auEduPersonSharedToken uniquely identifies users when accessing certain resources - particularly within the computational grid and data grid. The values should be opaque, non-reassignable and persistent - and transferrable when a user moves between institutions. Even though the values are typically created as hash-values on first use, they MUST be stored and each institution must be ready to accept values users already have when coming from another institution. The attribute can be stored in either the IdMS directly (preferred) or in a database. The attribute definition details are (source: Attribute Recommendation 2.1 (PDF), pages 9-10, with OID updated to correct value):
Origin/ObjectClass: auEduPerson OID: 1.3.6.1.4.1.27856.1.2.5 SAML attribute name urn:mace:federation.org.au:attribute:auEduPersonSharedToken LDAP syntax: directoryString [1.3.6.1.4.1.27856.1.2.5] Number of values: Single Example values: ZsiAvfxa0BXULgcz7QXknbGtfxk
See also the auEduPerson LDAP Schema Definition (pages 45-52) for exact LDAP definition snippets.

This auEduPersonSharedToken values can also be stored locally in a MySQL database. If you would prefer not to modify your IdMS schema, you can also choose the local database option - at the cost of not having all of your primary identity information in your IdMS. Please see the instructions on defining the sharedToken attribute further below for more detail.
eduPersonAssurance: This attribute represents the Levels of Assurance. Either add the attribute into the IdMS directly, or start collecting enough information to synthesize the values later in a scripted attribute definition (like done for Affiliation below). The attribute definition details are (source: Attribute Recommendation 2.1 (PDF), page 13):
Origin/ObjectClass: eduPerson OID: 1.3.6.1.4.1.5923.1.1.1.11 SAML attribute name: urn:oid:1.3.6.1.4.1.5923.1.1.1.11 LDAP syntax: directoryString [1.3.6.1.4.1.1466.115.121.1.15] Number of values: multiple Example values: See AAF IdentityLoA Vocabulary
- For an overview of the requirements for individual assurance levels, please refer to the AAF documentation at http://www.aaf.edu.au/technical/levels-of-assurance/
For detailed information on the requirements, please refer to the NIST SP 800-63-1* standard

As the federation is moving to centralized management of Levels-Of-Assurance, it is recommend to at this moment only define the attribute as a static attribute releasing the floor-of-trust values. Please see the notes on configuring eduPersonAssurance as a static attribute further below in this document.
Preliminaries
System firewall configuration
A typical default firewall configuration on RedHat systems permits only incoming SSH. To permit incoming connections to ports 443 and 8443:
On RHEL/CentOS 7 with firewalld (and with a single default zone) run:
On systems using plain iptables (more likely on RHEL/CentOS 6), edit
/etc/sysconfig/iptablesand add rules to permit incoming traffic to ports 443 and 8443; add the following just below the rule for port 22:-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8443 -j ACCEPT
And restart iptables:
service iptables restart
Please remember that besides the incoming connections discussed here, the IdP also needs outgoing connections to TCP ports 80 and 443, and also to UDP port 514 for Centralized logging (more details below) Outgoing connections are open in the default configuration of a local RHEL/CentOS firewall, but please make sure the perimeter firewall permits these connections too. |
Bootstrapping the VM
We assume a standard install of either CentOS or RHEL, version 7. The IdP web application (as of version 3) needs Tomcat at least at version 7 (or the upstream instructions recommend Jetty). Also, the IdP java binaries are compiled in class format 51.0 and need Java7. However, given that Java7 is being phased out, the IdP works well with Java8, and the compatibility issues (see the Scripted Attributes section below) are easy to resolve, we recommend installing Java8 on platforms where it's available (which does include CentOS/RHEL 7).
Install packages
Apache with mod_ssl, Java8 (with javac):
yum install httpd mod_ssl java-1.8.0-openjdk java-1.8.0-openjdk-devel
- MySQL (needed for storing sharedToken values if shared Token is stored in MySQL)
MySQL is not strictly required and an alternative database system may be used if already available on site - just use the corresponding JDBC drivers for the alternative database. As of CentOS 7, the available MySQL server package is MariaDB
yum install mariadb mariadb-server
Install NTP (if time synchronization is to be done inside the VM)
yum install ntp
Useful debugging / sysadmin tools
yum install openldap-clients wireshark-gnome mc strace subversion
Install Tomcat:

Historically, this document was recommending to install Tomcat7 from JPackage. As this document is being updated for CentOS/RHEL 7, and the default tomcat on these systems is version 7, this is no longer needed. (Also, the JPackage repository appears to be no longer maintained). The original instructions are at Install Tomcat 7 on CentOS
Local configuration
- Configure NTP: time synchronization is crucial for the Shibboleth IdP to correctly interact with Service Providers in the federation. Please gather beforehand the hostname or IP address of the time server provided within your organisation. Further on, we'll assume it's
ntp.institution.domain.ac.nz. If your organisation is not providing one, you may use an external source (including the default servers listed in/etc/ntp.conf) - but make sure your firewall allows the NTP traffic through (outgoing UDP port 123 traffic + reply packets).Do a one-off synchronization:
ntpdate -s ntp.institution.domain.ac.nz
Edit
/etc/ntp.confand:- Comment out local server (
server 127.127.1.0andfudge 127.127.1.0) - Comment out CentOS servers (all lines starting with
server) The local time server:
server ntp.institution.domain.ac.nz
- Comment out local server (
Make ntpd start on system startup:
chkconfig ntpd on
Start ntpd now:
service ntpd start
Check ntpd is running and synchronizing: run
ntpdc -p
| SELinux RHEL/CentOS distributions (both 6 and 7) come with SELinux. SELinux improves the security of the system and we recommend leaving SELinux turned on. Up until late 2017, Tomcat was running in the unconfined context and the IdP web application did not directly benefit from SELinux, but even so, at least Apache interactions were controlled by SELinux. And the only SELinux-specific step this manual had to cover was permitting the Apache to LDAP communication needed for ECP. As of late 2017 (RHEL/CentOS 7.4), Tomcat runs in a confined domain. This has serious impact on operating an IdP - as the IdP web application running inside Tomcat now runs under SELinux restrictions, it now needs all actions explicitly permitted. We still recommend running with SELinux in enforcing mode. A new section (Configuring SELinux for Tomcat) further below details the steps needed. Please follow the instructions carefully - otherwise, the IdP would fail to start. |
Securing the MySQL server
On RHEL/CentOS7, the mariadb-server package by default configures the MySQL server with:
- several separate root accounts for different forms of the local hostname (
'localhost','127.0.0.1','::1', and also the hostname of the system). These accounts have no initial password set. - "anonymous" accounts with blank username - one for
'localhost', one for the hostname of the system, - a
testdatabase where the anonymous account has full permissions.
Actual ways of securing the MySQL server may depend on local security policy, but overall, our recommendations are:
- Setting a password for all root accounts.
- Removing the anonymous accounts.
- Removing the
testdatabase.
The following MySQL code does that - just substitute your chosen password - you can create one e.g. with: openssl rand -base64 24
And, you can check the list of users with:
There should be no anonymous users (username blank) and all accounts should have a password set (displayed as hash, but should be non-blank).
Basic Shibboleth IdP installation
Rationale and planning
From the very beginning, we will install the Shibboleth IdP:
- as a web application WAR file managed by Tomcat
- with a Tomcat login screen used for authentication
Having done these steps early in the installation prevents them from slipping later on.
Please note that historically, this guide was separately documenting installation of the uApprove application for users to grant consent over attribute release. This application has now been integrated into the main IdP application as the consent module - and is therefore installed (and enabled) in a basic IdPV3 deployment.
The IdP installation paths (IDP_HOME) will be /opt/shibboleth-idp (default)
Your IdP hostname will be idp.institution.domain.ac.nz
Your scope, home organization name and security domain will be institution.domain.ac.nz
Your IdP entityId will be https://idp.institution.domain.ac.nz/idp/shibboleth
- The Shibboleth IdP installation directory (from where Shibboleth IdP software is installed) will be
/root/inst/shibboleth-identity-provider-<version>- and the name of the directory will be stored inSHIB_INST_HOME(here, we assume version is3.2.1)
Configure the corresponding environment variable: create /etc/profile.d/shib.sh with the following content (and make the file executable):
IDP_VERSION="3.3.2" SHIB_HOME=/opt/shibboleth-idp SHIB_INST_HOME=/root/inst/shibboleth-identity-provider-$IDP_VERSION IDP_HOME=/opt/shibboleth-idp JAVA_HOME=/usr/lib/jvm/java export SHIB_HOME IDP_HOME JAVA_HOME SHIB_INST_HOME IDP_VERSION
Basic Shibboleth Installation
- Check for the most recent version of Shibboleth IdP at https://shibboleth.net/downloads/identity-provider/
Create an installation directory and download Shibboleth
mkdir /root/inst cd /root/inst wget http://www.shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-${IDP_VERSION}.tar.gz tar xzf shibboleth-identity-provider-${IDP_VERSION}.tar.gz cd $SHIB_INST_HOME
Invoke installer
sh ./bin/install.sh
- Answer the following questions:
- Source (Distribution) Directory: confirm the current directory
- Installation directory: accept the proposed value of
/opt/shibboleth-idpif suitable. - Hostname: enter the user-facing hostname of the IdP, typically idp.institution.domain.ac.nz
- SAML Entity ID: accept the value derived from the hostname, https://idp.institution.domain.ac.nz/idp/shibboleth
- Attribute Scope: set this to the domain name of your institution ( institution.domain.ac.nz in the above example). The value offered based on the hostname should be already correct, but please check and adjust as needed.
- Enter the passphrase to protect the generated keystores (back-channel and cookie encryption). It is acceptable to use the phrase "changeit" (as the files are protected by filesystem permissions and the phrase itself is also stored in files on the same filesystem).
- Note that the installer generates three separate certificates+keypairs for back-channel, signing, and encryption, respectively - and also an encryption key for cookie. Only the back-channel private key is encrypted, the other two private keys will be stored on disk unencrypted. The passphrase for the cookie encryption key is stored in the generated idp.properties file. Therefore, there is no need to choose a secure keystore password and instead, it is important to secure access to the system...
- This installs the Shibboleth IdP web application into
/opt/shibboleth-idp/war/idp.war
- Answer the following questions:
| About re-running the installer In general, it should not be necessary to re-run the installer.
To just rebuild the WAR file, run |
The installer has generated three separate certificates+keypairs for back-channel, signing, and encryption. The back-channel private key was only stored in a Java keystore, but for Apache, we need it converted to the PEM format. Run the following command (and when prompted for the keystore passphrase, enter the default passphrase "changeit"):
Configure Tomcat and deploy the IdP WAR
Create
/etc/tomcat/Catalina/localhost/idp.xmlwith the following content:<Context docBase="/opt/shibboleth-idp/war/idp.war" privileged="true" antiResourceLocking="false" antiJARLocking="false" unpackWAR="false" swallowOutput="true" />
Historically, the installation process involved deploying XML parser libraries as endorsed libraries in Tomcat. Since IdP 2.4.3, this is no longer needed and the step has been removed. |
Connectors: in
/etc/tomcat/server.xml, define a new AJP connector at port 8009.
Note Tomcat7 already has this connector defined, but in an insecure way that would be opening the connector to outside connections as well. Comment the original definition out and instead put this definition in.
<Connector port="8009" address="127.0.0.1" enableLookups="false" redirectPort="443" protocol="AJP/1.3" tomcatAuthentication="false" />And comment out the existing http connector defined for port 8080:
<!-- <Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" /> -->
- Tweak Tomcat memory settings: increase the default Java minimal and maximal heap size settings (increasing the maximum to at least 1GB - or more, depending the total RAM in your VM)
Edit
/etc/sysconfig/tomcatand add (reasonably adjust according to the VM size):JAVA_OPTS="-Xms768m -Xmx1536m"

Historically, due to a bug in JPackage bundle of Tomcat7, settings in
/etc/tomcat7/tomcat7.confwere ignored and we therefore recommended putting all Tomcat settings into/etc/sysconfig/tomcat7.With RHEL/CentOS7 Tomcat being managed by systemd, this bug (in startup script interaction) is now irrelevant. However, we still recommend putting the memory settings into
/etc/sysconfig/tomcat, as it is compatible with Tomcat per-instance configuration.
The IdPV3 code relies on the web application container having support for JSTL, but Tomcat7 comes packaged without JSTL. Therefore, install JSTL (version 1.2.1, API and implementation jars) into
/usr/share/tomcat7/lib: download from search.maven.org/remotecontent?filepath=javax/servlet/jsp/jstl/javax.servlet.jsp.jstl-api/1.2.1/javax.servlet.jsp.jstl-api-1.2.1.jar and search.maven.org/remotecontent?filepath=org/glassfish/web/javax.servlet.jsp.jstl/1.2.1/javax.servlet.jsp.jstl-1.2.1.jar (credits: http://stackoverflow.com/tags/jstl/info):
Configure Apache
Apache needs to be configured to:
- Listen on ports 443 and 8443 - this is done via separate configuration files idp.conf and idp8443.conf (bypassing parts of the default configuration in ssl.conf)
Note: historically, this guide used to recommend to disable SSL session cache to work around a bug - while the bug was never fully tracked, the current version of OpenSSL/ShibbolethSP/httpd/mod_ssl no longer demonstrate this bug, so for performance reasons, we recommend keep SSL session caching turned on. Also, as the bug was in the back-channel communication which is rarely used with SAML2, even the impact in the unlikely case the bug reoccurs should be quite minimal. |
To make Apache listen at ports 443 and 8443, create
/etc/httpd/conf.d/ports.confwithListen 443 Listen 8443
- OPTIONAL: as it is no longer necessary to listen on port 80 (all incoming connections will be on ports 443 or 8443), comment out the
Listen 80directive in/etc/httpd/conf/httpd.conf - To configure the two virtual hosts for the two ports, download the files attached to this page idp.conf and idp8443.conf into
/etc/httpd/conf.d- In both files, replace all occurrences of idp.example.org with the hostname of your IdP
In
idp.conf, configure the SSL VirtualHost to use the commercial certificate issued for your IdP
Apache 2.4.8+ marks
SSLCertificateChainFileas deprecated. The recommended approach on Apache 2.4.8+ for inserting intermediate CA certificates is to append them to the server certificate specified withSSLCertificateFile- sorted from leaf to root.However, as RHEL/CentOS7 only comes with Apache 2.4.6 (as of August 2016), the recommended approach on these systems is to still use a separate CA certificate chain file with the
SSLCertificateChainFiledirective.- Note that idp.conf is configured to disable all access to
<Location /idp/Authn/RemoteUser>- all users will be authenticating via the Tomcat login screen. - Note that idp8443.conf is using the back-channel certificate generated when deploying Shibboleth IdP, stored in
/opt/shibboleth-idp/credentials
Make a backup of your ssl.conf
cd /etc/httpd/conf.d/ cp ssl.conf ssl.conf.dist
- Edit your ssl.conf and:
- Delete the whole default <VirtualHost> section from
ssl.conf(the definitions in idp.conf and idp8443.conf will be used instead). - Delete the entry for
Listen 443(because we now have the directive inports.conf).
- Delete the whole default <VirtualHost> section from
Basic Shibboleth Configuration
Earlier documentation was instructing to create backup copies of all configuration file before modifying them - to easily identify locally made changes. This is no longer necessary since the version 3 installer creates pristine copies of all configuration files under |
Earlier documentation was instructing to modify the generated metadata and fix the scope. This is no longer necessary because:
|
Configure the IdP to load the Federation Metadata in
/opt/shibboleth-idp/conf/metadata-providers.xmlby adding the following snippet into theChainingMetadataProvider.- Note: validity checking is implicitly turned on, so it is not needed to explicitly add the
RequiredValidUntilmetadata filter, which would only be useful to reject metadata published with a validity longer then maxValidityInterval milliseconds. We recommend to rely on signature validation. The Tuakiri metadata are being generated with a validity of one week. - Note: by default, metadata get refreshed only every 3 hours (0.75 factor out of 4 hours maximum refresh interval).
- To make metadata changes propagate faster (reload every 15 minutes), set the maximum refresh interval to 2 hours and the factor to 0.125 as above.
- To avoid re-fetching the file even when not changed, turn on caching (memory caching is enough as we already do have a backing file)
- See the IDP30 https://wiki.shibboleth.net/confluence/display/IDP30/MetadataConfiguration and https://wiki.shibboleth.net/confluence/display/IDP30/HTTPMetadataProviders documentation for more information.
- Note: in IdP 3.0.0, the
RetainedRoleelement was incorrectly using the namespacesamlmd- as of 3.1.1, the namespace declared in metadata-providers.xml and used in the examples ismd, consistent with other use.
- Note: validity checking is implicitly turned on, so it is not needed to explicitly add the
This definition is referring to a certificate used to verify the signature - store the certificate in
/opt/shibboleth-idp/credentialswget https://directory.tuakiri.ac.nz/metadata/tuakiri-metadata-cert.pem -O $IDP_HOME/credentials/tuakiri-metadata-cert.pem

Tuakiri-TEST specific When building a TEST IdP and registering into Tuakiri-TEST instead, please load instead the Tuakiri-TEST metadata with:
and fetch the Tuakiri-TEST metadata signing certificate instead:
wget https://directory.test.tuakiri.ac.nz/metadata/tuakiri-test-metadata-cert.pem -O $IDP_HOME/credentials/tuakiri-test-metadata-cert.pem
Please note that historically (in IdP 2.x), the IdP was also loading its own metadata. This is no longer needed and the |
Configure the IdP to use secure cookies: by default Shibboleth IdP 3.x uses session cookies not marked as secure - which means the browser would also send them over a plain unencrypted HTTP connection.
Mark the cookies as secure by adding the following line into $IDP_HOME/conf/idp.properties:
idp.cookie.secure = true
Configure LDAP Authentication
The IdP can authenticate against a number of sources, but here we assume the authentication would be done against an LDAP directory server. For other options, please see theprimary documentation at https://wiki.shibboleth.net/confluence/display/IDP30/AuthenticationConfiguration.
By default IdPV3 already comes with a login screen (which needs to be branded with institutional logo, as discussed later on below).
While an IdP uses an LDAP server for both authentication and for resolving user attributes, these are configured as separate connections. However, the way configuration files are organized in IdPV3, both of them can be configured in $IDP_HOME/conf/ldap.properties - and this way, it is enough to configure the settings just once for the authentication part - and the attribute resolver by default copies the authentication settings.
The exact settings would very much depend on your exact LDAP server settings (and e.g., whether it requires TLS/SSL, whether it's using a self-signed certificate or a private root CA), but the settings below are what would typically need to be done (see the snippet just below for concrete examples):
- Configure the LDAP URL, base DN, user Filter, bindDN and bindDNCredential in the corresponding properties.
- The user filter may need to be adjusted based on which attribute contains the user name in your LDAP - and whether you want to restrict the search with an additional filter.
- Note that by default, subtree search is set to off - for LDAPs with accounts scattered across a tree, this must be turned on.
- Set the authenticator method to bindSearchAuthenticator (i.e., the LDAP client needs to bind with a system account before it can search for user accounts)
- New in IdP 3.2.x: Set the list of attributes to retrieve from LDAP in
idp.attribute.resolver.LDAP.returnAttributes - Configure the TLS and certificate settings according to the specifics of your LDAP server, with the following caveats:
- TLS is turned on by default.
- The IdP has three different ways of establishing trust for the certificate presented by the LDAP server, specified in the
idp.authn.LDAP.sslConfigproperty - defaulting tocertificateTrust):jvmTrust: use the trust store that comes with the Java VM (default set of trusted CA certificates)certificateTrust: trust a single certificate pointed to byidp.authn.LDAP.trustCertificates(defaults to%{idp.home}/credentials/ldap-server.crt, can be either the LDAP server certificate directly or a local CA root).keyStoreTrust: trust certificates in a separate keystore, pointed to byidp.authn.LDAP.trustStore(defaults to%{idp.home}/credentials/ldap-server.truststore, can be either the LDAP server certificate directly or a local CA root).
- Even if TLS is turned off, the
idp.authn.LDAP.sslConfigsetting must still point to a policy that can successfully initialize. And the defaultcertificateTrustpolicy does not initialize if the certificate does not exist. So with switching TLS off, it is also necessary to to setidp.authn.LDAP.sslConfig=jvmTrust
These are typical settings for a simple LDAP server:
And these are the settings for an Active Directory server:
The default behavior for LDAP is to perform a case-insensitive search for username. And the default behavior for the IdP is to accept the username in exactly the form as entered by the user. Which can lead to inconsistent behavior of the IdP if the user changes the form how the username is entered (lower-case/upper-case/mixed-case...) Force the IdP to normalize to lower-case by setting |
Link your Attribute Resolver to your LDAP server
The attribute resolver is configured in /opt/shibboleth-idp/conf/attribute-resolver.xml. In the next section, we will define attributes that the IdP would be releasing about the user.
The first step is to connect the attribute resolver to the LDAP server. Edit /opt/shibboleth-idp/conf/attribute-resolver.xml and copy in the definition of the LDAP DataConnector from the sample configuration file $IDP_HOME/conf/attribute-resolver-ldap.xml.
This definition is using the properties defined in ldap.properties file (configured in the previous section), so the key connection parameters should be already set.
However, it may be necessary to make some customizations:
- If the connection is not using a trust certificate, remove the
trustFileattribute. If the LDAP server is an Active Directory server, it may be necessary to add the property
java.naming.referraland set it to"follow":And any other customizations as needed - for binary attributes, we for example recommend explicitly listing them as binary:

Earlier versions of the IdP were using the
urn:mace:shibboleth:2.0:resolver:dcnamespace for connector definitions, and this type definition required a strict order of elements - e.g., thedc:LDAPPropertyhad to come afterFilterTemplate.As of IdP 3.3.0, the definitions moved into the main resolver namespace,
urn:mace:shibboleth:2.0:resolver- and at the same time, switched to the convention of not using explicit XML namespace prefixes (instead relying on the default namespace being set to this single namespace). This new type definition permits arbitrary order of the elements.The examples here have been updated to the new syntax.
For completeness, the definition to copy from attribute-resolver-ldap.xml is:
Configure Attribute Resolver - define attributes
All attribute configuration is done in /opt/shibboleth-idp/conf/attribute-resolver.xml.
IdPV3 provides two additional files that can be used as an example, attribute-resolver-full.xml and attribute-resolver-ldap.xml. We recommend copying individual snippets (attribute and connector definitions) from these files into attribute-resolver.xml.
Edit the file and implement the following changes:
Earlier versions of the IdP were using several namespaces under As of IdP 3.3.0, the definitions moved into the main resolver namespace, This also applies to the XSI types - these are now also specified without prefixes, and some have had their name changed (namely: One exception is the All other attribute definitions in this section here have been updated to the new syntax. |
Delete existing definitions
The default attribute-resolver.xml defines the following attributes as derived from the authenticated username. While useful as interesting examples, delete the following definitions:
eduPersonPrincipalName uid mail eduPersonScopedAffiliation
Link existing attributes
Define attributes available directly in LDAP - just copy in the relevant
AttributeDefinitionelement for each of these attributes fromattribute-resolver-full.xml:surname givenName
- Define the
emailattribute by copying in themailattribute definition and changing the attributeidfrommailtoemail(that is how it's called in the federation attribute vocabulary and also in the attribute filter generated by the Federation Registry) - Define attributes available as an attribute in the LDAP with a slightly different name - typically, in ActiveDirectory, cn would be the user's login name, while displayName would be the user's actual preferred (common) name. And specifically for the common name, even when
cnin LDAP contains the common name, this attribute should be calledcommonNameon the Tuakiri side. So for attributes that need renaming, copy the relevantAttributeDefinitionelement fromattribute-resolver-full.xmland change the sourceAttributeID XML attribute to the name of the original attribute.
If connecting to Active Directory:- Define
commonNamebased on the ADdisplayName(sourceAttributeID="displayName") - Define
uidbased on the ADcn - Define
displayNamebased on the ADdisplayName.
For LDAP systems other than Active Directory, define these attributes with the sources as applicable to your deployment.
CommonName definition The
attribute-resolver-full.xmlfile is unfortunately missing a sample definition of the commonName attribute. Please use the following snippet - or customize as necessary:The key part to preserver is the attribute
id("commonName") and the encoders (SAML1 and SAML2 attribute names). ThesourceAttributeID,Dependencyand eventypecan be customized as needed... - Define
Define
eduPersonPrincipalNamedefine based on the attribute containing the username (typically,uidorcnorsAMAccountName) with your institution's scope (in the form institution.domain.ac.nz). IdPV3 allows setting the scope by expanding the%{idp.scope}property, so set the scope with:scope="%{idp.scope}" sourceAttributeID="uid"
- If either
eduPersonAssuranceoreduPersonEntitlementare available in your IdMS, expose them via the IdP by copying in their respective definitions fromattribute-resolver-full.xml
Define static attributes
We need to define several attributes that would have a static value for each user. We do so by first defining a StaticDataConnector (expand on the definition included in attribute-resolver.xml):
- Provide actual meaningful values for your institution: full organization name, home organization name (same as scope), and home Organization Type.
- For full list of homeOrganizationType values, see http://www.terena.org/activities/tf-emc2/docs/schac/schac-20061212-1.3.0.schema.txt- the relevant values are:
- urn:mace:terena.org:schac:homeOrganizationType:int:university
- urn:mace:terena.org:schac:homeOrganizationType:int:research-institution
- urn:mace:terena.org:schac:homeOrganizationType:int:other
- For full list of homeOrganizationType values, see http://www.terena.org/activities/tf-emc2/docs/schac/schac-20061212-1.3.0.schema.txt- the relevant values are:
Now define the attributes:
- Define
organizationNameby copying in the definition and changing the connector dependency from "myLDAP" to "staticAttributes"- Note: the attribute constructed by the IdP is called
organizationName, while the attribute defined in thestaticAttributesconnector used as the source for this attribute is called justo. Don't get confused.
- Note: the attribute constructed by the IdP is called
- Pasting in the definitions for
homeOrganizationandhomeOrganizationType, not provided in the default configuration:
Define scripted attributes
The eduPersonAffiliation and eduPersonPrimaryAffiliation describe the affiliation type of the user authenticating. The typical question is: "Is this person staff or student?" The full set of values (with definitions available in the AAF Attribute Recommendation: eduPersonAffiliation) is: faculty / student / staff / employee / member / affiliate / alum / library-walk-in. The eduPersonAffiliation attribute is multi-valued and should include all values that apply to the user, while eduPersonPrimaryAffiliation should contain only a single, the most relevant value.
Typically, the LDAP server will not be directly providing values for these attributes, but it would have some attributes that allow to determine at least some of the affiliation type values applying to the user - e.g. to tell whether the user is a staff member or a student.
In this case, we recommend defining the attributes using a scriptlet, synthesizing the value from the LDAP attributes available.
This would be very specific for each institution. We illustrate this in an example (based on an actual setup), where we assume the LDAP server has attributes:
- isUnderGrad (boolean)
- isPostGrad (boolean)
- isStaff (boolean)
We decide to give anyone with isStaff=TRUE the "staff" affiliation, and to anyone with isUnderGrad=TRUE OR isPostGrad=TRUE the "student" affiliation. Also, anyone who is staff or student also gets the "member" affiliation.
- We first define these attributes at the Shibboleth level, importing them from LDAP, using the following definitions. Note that as these attributes are not expected to be passed in Shibboleth assertions, the definitions don't have any
AttributeEncoderelements. Otherwise, we would have to decide on attribute names / OIDs to use in the encoder definitions.
- We follow by defining
eduPersonAffiliationusing anAttributeDefinitionof typeScript:- In this script, dependencies (attributes and connectors) are visible as variables (object references)
- The attribute being constructed (eduPersonAffiliation) is also directly visible as a variable - with an initially empty collection of attributes.
- The script thus adds values to the output attribute.
- Earlier versions of the code were also constructing the attribute object if it doesn't exist yet, but:
- the syntax for importing packages and creating objects changed significantly between Java7 and Java8 (replacing the Rhino scripting engine with Nashorn)
Java8 supports a compatibility mode to behave like Java7:
- However, as the attribute object is already created and provided to the script, this is not really needed.
- See the Shibboleth project wiki for further information: https://wiki.shibboleth.net/confluence/display/SHIB2/IdPJava1.8
- And a similar definition for
eduPersonPrimaryAffiliation(which has to be a single valued attribute, hence the logic in the script is slightly different):
- Finally, we define the
eduPersonScopedAffiliationattribute by copying the definition fromattribute-resolver-full.xmland:changing the dependency from LDAP to the previously defined attribute
eduPersonAffiliation:- Note: it is no longer needed to set scope, as the default configuration now refers to the
%{idp.scope}property set inidp.properties.
Define sharedToken
The instructions below are based on the original ARCS instructions, now archived at https://github.com/REANNZ/arcs-shibext/blob/master/INSTALL-SharedToken.md
The shared token value MUST be stored in either the LDAP server itself (preferred, keeps the values alongside primary identity information), or alternatively in a MySQL database (easier to get going by running a MySQL server directly on the IdP).
- The benefits of storing the generated SharedToken values in the LDAP or in a database are to:
- keep track of values issued
- release consistent values in case of changes to the code or input generating values
- have a means of inserting a specific value.
- Therefore, using on-the-fly generated values is highly discouraged and MAY only be used in development mode.
In this section, some instructions are specific to storing the shared token values in an LDAP server, some are specific to storing the values in a local MySQL server - please choose accordingly.
The arcs-shib-ext module versions 1.5.x and older are only compatible with IdP v2.x - and are not compatible with IdP V3. The most recent version is 1.8.4 (as of September 2017) and this version is compatible with IdP 3.2.1 and 3.3.x. Please note that earlier versions (up to and including 1.8.2) break with Tomcat 7.0.66+, so to avoid issues with Tomcat updates (as they appear in the RHEL7 update stream as of January 2017), please update the plugin to at least 1.8.3 - or better 1.8.4). Older versions compatible with older 3.x releases are 1.7.x for IdP 3.1.x+ and 1.6.x for IdP 3.0.x Please see https://github.com/REANNZ/arcs-shibext/releases for up-to-date information. |
Download binary from https://github.com/REANNZ/arcs-shibext/releases/download/1.8.4/arcs-shibext-1.8.4.jar
wget https://github.com/REANNZ/arcs-shibext/releases/download/1.8.4/arcs-shibext-1.8.4.jar
Copy the JAR into
$SHIB_HOME/edit-webapp/WEB-INF/liband (later) rebuild the webapp WAR archive.cp arcs-shibext-*.jar $IDP_HOME/edit-webapp/WEB-INF/lib/ cd $IDP_HOME sh $IDP_HOME/bin/build.sh
Configuring a MySQL database for storing sharedToken values
If configuring with a MySQL database, make sure the MySQL JDBC driver is present. As it would be later (in section Configure Database Storage) used with a JDBC Pool DataSource (loaded as part of Tomcat outside of the IdP web application), the JDBC driver has to be loaded outside of the application as well. The correct way (repeated also below) is:
Create a MySQL user: run "mysql" as root and enter the following commands:
create user 'idp_admin'@'localhost' identified by 'IDP_ADMIN_PASSWORD'; grant all privileges on idp_db.* to 'idp_admin'@'localhost';
Create a MySQL user: run "mysql" as idp_admin and enter the following commands:
mysql -u idp_admin -p CREATE DATABASE idp_db; use idp_db; CREATE TABLE tb_st ( uid VARCHAR(100) NOT NULL, sharedToken VARCHAR(50), PRIMARY KEY (uid) );
Defining sharedToken attribute (both LDAP and MySQL)
Add schema definition to
attribute-resolver.xml: add the following to the list of schema locations at the top of the file:
- Add connector definition to
attribute-resolver.xml(sharedToken) with the following customizations:- idPIdentifier - your IdP entityId
- sourceAttributeID: combination of attributes that is unique, non-reassignable and if possible persistent - if usernames are not reused at your institution, username is perfectly fine - so the "cn" or "uid" attribute would do
- Make sure the source attribute is also included in the dependencies.
- If using a MySQL server, enter the database connection details, with the IDP_ADMIN_PASSWORD as defined just above
- If storing sharedToken in an LDAP server:
Omit the
DatabaseConnectionelement from the below snippetChange the values to
storeLdap="true"andstoreDatabase="false"and- Make sure the LDAP connector is included in the dependencies.
- If storing the sharedToken value in an attribute other than
auEduPersonSharedToken, set this name instoredAttributeName. Set the ldapConnectorId attribute to the ID of the connector (this is required to identify it among the dependencies).

Please note that when storing the sharedToken values in LDAP, the sharedToken module would be accessing the LDAP server from the connector specified in the dependency - so the same LDAP server as used for retrieving all other attributes, with the same credentials. Therefore, in order for this module to succeed in storing the generated sharedToken values, the account specified in the LDAP connector needs to have the permissions to write into the
auEduPersonSharedTokenattribute (or the attribute set instoredAttributeName).
The connector definition is:
Note: on the first install, generate a suitable salt value with:
openssl rand -base64 36
- On subsequent installs, reuse the same value (stored somewhere carefully)
- Note also that the SharedToken value depends on the IdP entityID - which could be picked up from the environment, but is better set in the configuration.
- Note that the JdbcURL sets the
"autoReconnect=true"option and sets thewait_timeoutsession variable to a very high value (one year) - which is an extension from the original shared-token installation instructions.- As we are putting a URL with an ampersand (&) into an XML document, we need to encode the character as
&

Version 1.8.2 of arcs-shib-ext, released on August 1st, 2016, introduces settings for configuring connection testing in the DataSource. These are now included in the example above, but only work with version 1.8.2+. With these settings in place, it is no longer necessary to set the increased wait_timeout OR the autoReconnect option.
- As we are putting a URL with an ampersand (&) into an XML document, we need to encode the character as
Add attribute definition to attribute-resolver.xml (auEduPersonSharedToken)
- Release attribute in attribute-filter.xml (auEduPersonSharedToken)
- See attribute release later.
eduPersonTargetedID / PersistentNameID
Persistent targeted ID attributes are used to uniquely identify a user when visiting a site (an SP), but each value is targeted to that SP - and when visiting another site (a different SP), the value is different. The value can be either calculated on the fly as a hash (through the ComputeID connector), or stored in a database. We strongly recommend storing the values in a database, as it:
- allows keeping track of the values issued (and e.g., sites visited by each user)
- makes possible to preserve the values when redeploying the IdP (e.g., when entityId or salt values used as input to the hash change)
- allows to revoke individual values if a particular user needs to discontinue their identity at a particular site.
Historically, there were several different (conflicting) ways of defining the persistent targeted ID attribute as the eduPersonTargetedID attribute. Earlier versions of this document were referring to https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPTargetedID (instructing to define eduPersonTargetedID in the "new" format only, ignoring the "old" format).
However, as IdPv3 deprecates eduPersonTargetedID ( see ComputedIdConnector and StoredIdConnector documentation) and instead recommends using a Persistent NameID in the SAML envelope. This would make the IdP interoperable with other SAML implementations - and is still compatible with existing Shibboleth SP deployments - in the default configuration, a Shibboleth SP accepts both SAML2 Persistent Name ID and eduPersonTargetedID values as the persistent-id. However, it is crucial that an IdP only issues either the SAML2 Persistent Name ID or eduPersonTargetedID but not both - otherwise, the Shibboleth SP would accept both (identical) values as multiple values of the persitent-id attribute - and would present these values to applications in a misformatted way, concatenating them with a semicolon into a single string.
As part of the IdPv3 upgrade, we strongly encourage all IdPs to switch to SAML2 Persitent Name ID.
Earlier versions of this manual were instructing when performing an upgrade from a 2.x IdP that was using ComputedIdConnector for eduPersonTargetedID (i.e., not storing the values in a database), to first follow the instructions at Configuring an 2.x IdP to use StoredID Connector. While it is still strongly recommended to store the values in a database, it is no longer deemed necessary to change the configuration of the version 2 IdP, as the version 3 IdP would be producing the same values. However, if the existing persistent ID values are not stored in a database, it is crucial to use the identical salt value on the old 2.x and the new 3.x IdP. |
To configure SAML2 Persistent NameID (based on https://wiki.shibboleth.net/confluence/display/IDP30/NameIDGenerationConfiguration):
- Edit
conf/saml-nameid.propertiesand set the following properties:idp.persistentId.sourceAttribute: set this to a local attribute that is unique, persistent, and non-reassignable. Typically, the username attribute (cn,uidorsAMAccountName) would be a good choice. However, if usernames are reused at your institution, you must choose a different attribute (e.g.,objectGUIDon AD servers works well for this purpose)idp.persistentId.salt: at the first install generate a salt value with the following command (on subsequent installs, reuse the same value!):idp.persistentId.generator = shibboleth.StoredPersistentIdGenerator
(this selects the StoredPersistentIdGenerator defined insaml-nameid.xmlidp.persistentId.encoding = BASE64
IdP version 3.3.x introduces a new property,
idp.persistentId.encoding, which defaults toBASE32. While this default has the intention to improve interoperability (with SPs which do not preserve case), it would break transition from a 2.x IdP which did not store the generated values. If upgrading from a V2 IdP, please change this new property toBASE64to preserve the same values.idp.persistentId.dataSource = shibboleth.JPAStorageService.DataSource
(this selects theDataSourcebean that will be defined inconf/global.xmlwhen configuring database storage)
Please note that
conf/saml-nameid.propertiesalso allows to setidp.persistentId.store = PersistentIdStore(and this is what earlier versions of this document recommended). However, this strategy does not work well with enabling the reverse lookup, so we now recommend to useidp.persistentId.dataSource, for linkingStoredPersistentIDGeneratorto the database. With havingidp.persistentId.storeset as above, it is not necessary to setidp.persistentId.dataSourceThe earlier instructions were also including defining the persistent store bean: also assuming the JPA Storage Service will be configured further below, the instructions were define the PersistentIdStore just as a reference to the JPAStorageService DataSource:
- Edit
conf/saml-nameid.xmland:In the definition of
shibboleth.SAML2NameIDGenerators, uncomment the reference toshibboleth.SAML2PersistentGenerator:And within the database pointed to by the JPAStorageService DataSource (
idb_dbas per below, and also as possibly created earlier for sharedToken), create theshibpidtable with the following DDL (taken from https://wiki.shibboleth.net/confluence/display/IDP30/PersistentNameIDGenerationConfiguration):
- Add the source attribute selected above. The attribute must be configured in Attribute Resolver in order to be visible to the PersistentIDGenerator.
If not already defined, define the attribute in
conf/attribute-resolver.xml. If not intending to release this attribute to any SPs, the attribute definition does not need any SAML encoders - so that will also stop the attribute from being included in the outgoing AttributeStament, it would just be accessible to the PersistentIDGenerator. A sample definition of theuidattribute would be:
No longer needed Earlier versions of this documentation were also instructing to explicitly release this attribute to make it visible to the PersistentID generator. This was necessary for older versions of IdPv3, but for 3.2.0 and newer is no longer needed - see the last line in the ComputedID section of the upstream PersistentNameID documentation.
The original instructions were:
Edit
conf/attribute-filter.xmland add a rule to release the source Attribute:If the attribute is not released as per above, the IdP would log a message:
- See https://issues.shibboleth.net/jira/browse/IDP-714 for further information.
To support mapping SAML2 Persistent NameIDs back to username (which is important for some advanced use cases - e.g., an SP making an explicit AttributeQuery about a user or an SP tries to confirm whether a user still exists at the home institution and still has the same privileges), please edit
$IDP_HOME/conf/c14n/subject-c14n.xmland uncomment the reference to thec14n/SAML2Persistentbean:
For reference, to deactivate a particular value for a particular user, set the deactivationDate timestamp on that value's record directly in the database - e.g. with the following SQL code:
eduPersonAssurance
The eduPersonAssurance expresses both levels of identity assurance and authentication assurance (i.e., both how sure an IdMS is about the identity of a user and how strong authentication mechanisms were used to establish the session). These attributes would ideally have per-user values, based on information captured about the users in the IdMS - e.g., an attribute tracking whether the business process for creating the user's credentials involved checking official photoID documents and e.g. what kind of password policy applies to the user.
In the absence of such information in the IdMS, we recommend to at least define this attribute as a static attribute (providing the same value for all users) at level 1 (floor of trust). The basic requirements for level 1 are that the institution has documented processes for issuing credentials and is following good practice in managing credentials.
To configure the level 1 values as static attributes:
Add the level1 identity and authentication assurance values to the
staticAttributesconnector (defined above) withid="eduPersonAssurance":- Copy in the
eduPersonAssuranceattribute definition fromattribute-resolver-full.xmland change the connector dependency from"myLDAP"to"staticAttributes"
eduPersonEntitlement
The eduPersonEntitlement attribute is a multivalued container for arbitrary strings (URNs) that identify privileges. Most values are yet-to-be-defined, one commonly used value is urn:mace:dir:entitlement:common-lib-terms. If not adding the eduPersonEntitlement to your IdMS, we recommend defining eduPersonEntitlement as a static attribute with this value (representing "this user has library privileges") being the only value defined.
- Copy in the
eduPersonEntitlementattribute definition fromattribute-resolver-full.xmland change the connector dependency from"myLDAP"to"staticAttributes" Add single value to be released (can be multivalued if desired) to the
staticAttributesconnector (defined above) withid="eduPersonEntitlement":
Configuring Attribute Release
- Attribute release is configured in
/opt/shibboleth-idp/conf/attribute-filter.xml - The file can contain multiple policies.
- Each policy can apply to a number of hosts or hostgroups (federations) - linked with the
ORpolicy. - Attributes are referred to by the "friendly" ID they get assigned in
attribute-resolver.xml. - Additional documentation on policy rules is at https://wiki.shibboleth.net/confluence/display/IDP30/AttributeFilterConfiguration.
- We strongly recommend controlling the attribute release through the automatic release rules generated by the Tuakiri Federation Registry further below.
- If desired, the following two policies can help with testing an IdP while its being deployed (before it is fully registered into Tuakiri and before the automatic attribute release is configured).
These policies release:- All required attributes to the Tuakiri Federation Registry - necessary for logging in the Federation Registry.
All available attributes to the Tuakiri Attribute Reflector - very useful for testing.
- You may also wish to configure additional attribute release policies - e.g., if establishing bilateral relations with some service providers outside Tuakiri or if registering your IdP into another federation that does not generate a per-SP attribute filter (in that case, releasing a set of attributes to all hosts in the federation via an RequesterInEntityGroup rule might be a good choice). For more information on such configuration, please see the Shibboleth Project IdP attribute filter documentation.
Register the IdP into the federation
Please follow the instructions on registering an IdP into the Tuakiri federation (using Federation Registry URL https://registry.tuakiri.ac.nz/federationregistry/ for the Tuakiri federation or https://registry.test.tuakiri.ac.nz/federationregistry/ for Tuakiri-TEST)
For IdP version 3, these instructions need to be slightly adjusted, as IdPv3 generates three certificates/keypairs: signing, encryption and back-channel:
- On the initial registration form, paste the certificate from
$IDP_HOME/credentials/idp-signing.crt. - Afterwards, update the registration and add the back-channel certificate
$IDP_HOME/credentials/idp-backchannel.crtas an additional certificate for signing and$IDP_HOME/credentials/idp-encryption.crtas an encryption certificate. - Otherwise, proceed as with an IdPV2 (2.4.x) registration - and select that version if the Federation Registry is not listing 3.0.0 as an explicit choice.
- Also, when updating the registration entry, add the Single Log Out (SLO) endpoints as documented in the Configuring Single Logout section.
Go to the respecting Federation Registry URL and:
- Register an Organisation for your institution (if not already registered)
- For Contact Details, do not use a shared mailbox, alias or mailing list when entering an email address because the confirmation email contains a single-use link and may cause some confusion should more than one person attempt to use it.
- For Organization Name, enter your DNS domain name.
- For Organization Display Name, enter your actual organization name.
- Wait for the Organisation to be approved
- Register your IdP under that Organisation
- Provide the Contact Details for the IdP admin (again, do not use a shared mailbox).
- Select the organisation and provide a name and description for your IdP.
- Enter the base URL for your IdP (
https://idp.example.org). - Enter the PEM encoded certificate used by your IdP for signing Shibboleth assertions (the default is
$IDP_HOME/credentials/idp.pem). - Select the attributes the IdP will be able to release to the federation.
- Select supported NameID formats. By default,
urn:oasis:names:tc:SAML:2.0:nameid-format:transientis already selected. - Submit the details and wait for your IdP to be approved.
After having your IdP registration approved, click on the link sent to you to become an Administrator of the IdP's registration.

Confirmation email - It is important to click on the link in the confirmation email, as this makes the recipient of the email an administrator of the Identity Provider being registered in the Tuakiri Federation Registry.
- The link in the confirmation email can only be used once.
- Same applies for the link sent for the Organization registration.
- It is important to click on the link in the confirmation email, as this makes the recipient of the email an administrator of the Identity Provider being registered in the Tuakiri Federation Registry.
Advanced IdP Configuration
Configure Database Storage
The IdPV3 comes with several components that need a storage service, and several implemented and configured storage services.
However, the storage services that come enabled by default only store data in either client-side cookies (session or long-lived, possibly cryptographically encrypted and sealed), or in server memory (discarded during a server restart).
In this section, we document setting up a database storage service through JPA (Java Persistence API) and Hibernate. This sequence follows the documentation at https://wiki.shibboleth.net/confluence/display/IDP30/StorageConfiguration, adding in minor bits (that are being integrated into the documentation).
We assume the database is MySQL and for Tomcat deployments, we recommend the Tomcat JDBC pool implementation for connection pooling (defining a DataSource).
The steps to configure the database storage are:
Create a database. The data would be stored in a single table called
StorageService, we recommend creating databaseidp_db(which, as per other section of this document, can also host theshibpidtable for storing the values of the of the PersistentNameID / eduPersonTargetedID attribute and thetb_sttable storing theauEduPersonSharedTokenvalues).Create the
StorageRecordstable. This part can be tricky, as different versions of IdP ship with different versions of Hibernate, which use different database mapping / field names. IdP 3.0.0 used column nameskey(andexpiration) instead ofid(andexpires). The key issue with that waskeyis a reserved word in MySQL - and therefore, the column name then must be quoted in all SQL statements. IdP 3.1.1 reverts back toid(andexpires), avoiding the clash with MySQL reserved words. For IdP 3.1.1+, create the table with:Add the following beans to
$IDP_HOME/conf/global.xml- instead of duplicating them here, please use the MySQL versions from the IdPv3 Storage documentation (section Installation, unfold the snippets under DB-independent Configuration and MySQL Configuration).
The beans to add are:shibboleth.JPAStorageService shibboleth.JPAStorageService.EntityManagerFactory shibboleth.JPAStorageService.JPAVendorAdapter shibboleth.JPAStorageService.DataSource
- Customize the
shibboleth.JPAStorageService.DataSourcebean with database connection parameters:- Set the
classto match the Tomcat JDBC pool (already comes preinstalled with Tomcat astomcat-jdbc.jar),org.apache.tomcat.jdbc.pool.DataSource - Set the connection URL, username, password and driverClassName to match your database connection.
- For MySQL, also set the
autoReconnectandwait_timeoutparameters (to avoid database connections timing out and to reconnect if they get dropped anyway). - Note that with Tomcat JDCBC pool, the JDBC URL property name is just
url, notjdbcUrl - Set the validationQuery property to a simple query that would probe (validate) the database connection before it is handed out from the pool. Note that the special syntax, starting with
/* ping */is crucial - this triggers a ping in the database driver; see the MySQL JDBC Driver documentation. - Set the
testOnBorrowproperty to actually turn on connection validation on checkout. With all these modifications, the bean could look like:
- Set the
And remember to install the database driver. Note that as the driver will be used by classes outside the web application (the Tomcat JDBC pool), the driver also needs to be installed outside the web application. The following will work on RHEL/CentOS 7 systems:
- Customize the
Now that the JPAStorageService is configured, we can start reconfiguring the IdP to use this storage service in various parts - all configured in idp.properties via properties that should expand to the name of the storage service bean ( shibboleth.JPAStorageService ) :
- IdP consent storage:
idp.consent.StorageService - IdP sessions:
idp.session.StorageService - IdP replay cache:
idp.replayCache.StorageService - IdP artifact map:
idp.artifact.StorageService
To set all of these four modules to use the JPA Storage service, add the relevant directives into $IDP_HOME/conf/idp.properties:
Enabling automatic reload
The default services.properties file makes most services reload their configuration every 15 minutes. This should be considered sufficient for deploying configuration changes on a production system without having to restart the web application; for development, we recommend tweaking this setting to a lower value - e.g., to reload the attribute resolver configuration more frequently when developing attribute mappings, set:
Please note that refresh intervals configured in services.properties only apply to resources directly referenced from the service configuration ( services.xml ) - but in the case of Metadata service, not to actual metadata - this applies only to the metadata-providers.xml file itself. See the documentation on configuring metadata above for details on adjusting metadata refresh intervals.
Load Attribute Filter
This step should be done only after fully registering your IdP into the federation.
To automatically release attributes to new services registered in the federation, we will configure the IdP to load an additional attribute filter generated by the Federation Registry. Because of how resources are configured in IdPV3 (just a list of URIs), it is not possibly configure a locally-backed HTTP resource. We therefore configure the IdP to load the attribute filter from a local file, and set up independent refreshing of the local file.
If registering the IdP into multiple federations (such as into Tuakiri and AAF), load the attribute filter for each of the federations according to the respective instructions.
To configure each additional attribute filter, follow these steps:
- First, determine the URL of your remote filter.
For Tuakiri: please follow the instructions at Configuring a Shibboleth Identity Provider to join the Tuakiri Federation#Configure attribute release/filtering through the federation (this process would provide you with a custom URL to download the metadata from).
- Contact the federation administrators (by emailing tuakiri@reannz.co.nz) and request a URL for the Attribute Filter for your IdP.
- In the request, please include:
- The name (hostname or entityID) of your IdP
- An email address that should receive notifications whenever the attribute filter changes (these are notifications only, no action will be required).
- The attribute filter may have to be manually added to the list of attribute filters published. Once created, the URL will have the form of:
https://directory.tuakiri.ac.nz/attribute-filter/<institution-domain>.xml
- In the request, please include:
Edit
$IDP_HOME/conf/services.xmland add the additional attribute filter as an additional resource in theshibboleth.AttributeFilterResourcesutil:listbean, using the built-in FileBackedHTTPResource:- For Tuakiri-TEST, the configuration would be the same, just the URL would be different - please use the URL provided by the federation administrators.
Alternatively, set up the fetching via an external script and configure the IdP to only load an additional local file:
Download the fetch-xml.sh script into
/opt/shibboleth-idp/binwget -O /opt/shibboleth-idp/bin/fetch-xml.sh https://github.com/REANNZ/Tuakiri-public/raw/master/scripts/fetch-xml.sh chmod +x /opt/shibboleth-idp/bin/fetch-xml.sh
- Determine a local email address that should be receiving notifications when fetching a fresh copy of the attribute filter fails.
Run the
fetch-xml.shscript once to download a copy of your attribute filter into/opt/shibboleth-idp/conf/tuakiri-attribute-filter.xml(substituting the correct local values - URL and email address - into the following line):/opt/shibboleth-idp/bin/fetch-xml.sh http://directory.tuakiri.ac.nz/attribute-filter/institution.domain.ac.nz.xml /opt/shibboleth-idp/conf/tuakiri-attribute-filter.xml errors@institution.domain.ac.nz
Create a cron job to periodically (every 2 hours) download the metadata and the attribute filter: run
crontab -eand add the following entry (matching the command you had run on the command line earlier):02 */2 * * * /opt/shibboleth-idp/bin/fetch-xml.sh https://directory.tuakiri.ac.nz/attribute-filter/institution.domain.ac.nz.xml /opt/shibboleth-idp/conf/tuakiri-attribute-filter.xml errors@institution.domain.ac.nz
Edit
$IDP_HOME/conf/services.xmland add the additional attribute filter as an additional value in theshibboleth.AttributeFilterResourcesutil:listbean:
For both federations, please note:
|
ECP support
To allow your IdP to be used with the ECP profile (access via non-browser clients) to let your users access ECP-enabled services in the federation:
In IdPV3, no configuration effort on the IdP side is needed - ECP is enabled by default.
Protect the /idp/profile/SAML2/SOAP/ECP location on your IdP with authentication against your LDAP - add the following (customized for your LDAP server) into
/etc/httpd/conf.d/idp.conf:<Location /idp/profile/SAML2/SOAP/ECP> AuthType Basic AuthName "Example Institution Shibboleth Identity Provider - ECP profile" AuthBasicProvider ldap AuthLDAPURL ldap://ldap.example.org/ou=People,dc=example,dc=org?uid AuthLDAPBindDN "cn=read,dc=example,dc=org" AuthLDAPBindPassword "password" Require valid-user # enable this only over SSL - not needed when defined in the context of a https VirtualHost SSLRequireSSL </Location>- Note: the Apache LDAP module cannot handle LDAP referrals. When connecting to an Active Directory server (which typically includes referrals to other domains in the AD forest in the results), you will need to connect to the Global Catalog at port 3268.
On RHEL/CentOS7, Apache 2.4 by default does not include
mod_ldap- so installmod_ldapexplicitly:If you have SELinux enabled, you will also need to explicitly permit the LDAP communication from Apache:
setsebool -P httpd_can_connect_ldap on
- Please see the IdP3 ECP documentation for further information:
- When registering your IdP in the Federation Registry, advertise also the ECP endpoint.

As of version 2.6.0, the Federation Registry automatically registers the ECP endpoint on new registrations, so no explicit action should be required. To add an ECP endpoint to an existing IdP registration, perform the following:
In the Federation Registry registration for your IdP:
- Add a new "Single Sin On Service" Endpoint
- Select Binding:
urn:oasis:names:tc:SAML:2.0:bindings:SOAP - Enter Location:
https://idp.example.org/idp/profile/SAML2/SOAP/ECP(substituting your IdP hostname)
In order for the ECP handler (running as part of the IdP web application inside Tomcat) to receive the REMOTE_USER variable set by Apache, the AJP connector in Tomcat must have the ECP will not work if the AJP connector is left with the default settings. For information on protecting the ECP endpoint from within Tomcat instead, please see https://wiki.shibboleth.net/confluence/display/IDP30/ECPConfiguration |
Configuring Single Logout
The Shibboleth IdP supports at least a minimalist implementation of Single Log Out (SLO). (This support has been added in 2.4.0 and provides the same functionality in the 3.0.x and 3.1.x release branches)
The Shibboleth IdP (versions 2.4.0+) supports at least a minimalist SLO implementation:
- It is possible to terminate the session at the IdP, so that no further SP sessions can be established.
- It is possible to initiate logout at an SP where the user has a current session. The SP can send an SLO message to the IdP and terminate the session there as well.
- However, the IdP will not be propagating the SLO to any additional SPs.
- By default, the SLO message from the SP to the IdP is asynchronous and the flow ends at the IdP Logout page.
- The IdP Logout page displays the list of SPs the user has accessed from within this IdP session - and informs the user that the only secure way to close all sessions is to close the browser window.
- It is also possible to do a synchronous SP to IdP SLO flow that redirects back to the SP, where the SP can either display a message confirming the SP and IdP sessions have been terminated, or can redirect the user to an application-level page confirming the successful logout.
Nonetheless, except for the case where the user has established a session with only one SP where the session (including application-level if used) has been successfully terminated, the only reliable way to close all sessions is to close the browser window. Details on this minimalist implementation are available at https://wiki.shibboleth.net/confluence/display/SHIB2/IdPEnableSLO.
The software side of the SLO implementation comes enabled out of the box on IdPV3 installations, however, we recommend making the following changes:
Step 1: Make the following adjustments to the settings in $IDP_HOME/conf/idp.properties:
Configure the IdP to track SP sessions, create a secondary index of the SPs by their SAML IDs, and display the elaborate list on the logout page:
We strongly recommend configure the JPA/Hibernate storage service as per above and store the session information in the JPA storage service:
If not configuring the JPA storage service, to get SLO and SP session tracking the work, it is necessary to at least switch the session storage to the in-memory-only (discarded on server restart) storage service (the default client-side cookie storage would not work for the logout functionality):
We also recommend increasing the duration for storing SP sessions: the default on the SP side is 8 hours (while the IdP default expectation of that value would be 2H), and some instances might be using longer value - so set the defaultSPlfetime property to the actual default SP value and add in a buffer to err on the side of caution:
Step 2: Customize the Logout page ($IDP_HOME/views/logout.vm).
The most important step is to remove the boilerplate notice saying the page should be customized.
Remove the notice (expand here to see the exact changes):
If you enable Single Logout without customizing your Logout page (i.e., leaving in the original default page), users utilizing the Logout functionality will see an unflattering page saying: "This page is an example and should be customized."
Optionally, also add additional notices to the landing logout pages: (
$IDP_HOME/views/logout-propagate.vmand$IDP_HOME/views/logout-complete.vm). You may wish to inform the users that sessions derived by the applications on the SPs might not have been terminated and that the only safe way to terminate the session is to close the browser. Expand here to see our suggestion at the wording:
Step 3: Register the following additional endpoints as Single Logout Service in your IdP metadata the Federation Registry, with the following bindings names and URL values (substituting your IdP hostname in the URLs):
| Binding | URL |
|---|---|
| urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect | https://idp.example.org/idp/profile/SAML2/Redirect/SLO |
| urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST | https://idp.example.org/idp/profile/SAML2/POST/SLO |
| urn:oasis:names:tc:SAML:2.0:bindings:SOAP | https://idp.example.org:8443/idp/profile/SAML2/SOAP/SLO |
On IdP 3.2.1 only, it may be necessary to apply a fix to the Logout webflow. The issue has already been fixed upstream and the fix will be included with IdP 3.3.0 once released - this patch is to be applied to 3.2.1 only. To avoid getting a NullPointerException from stale HttpRequest objects, make the following change to Please see https://issues.shibboleth.net/jira/browse/IDP-956 for further information. |
Configuring Consent Module
Privacy laws, depending on the jurisdiction where the IdP is deployed, may require the IdP to get an explicit consent from the user before releasing personal information about the user to other parties. Thus, before proceeding with a SAML login and sending the user's attributes to the Service Provider, the IdP must first obtain the user's consent. This was historically done through a separate application, uApprove, which has now (in IdPV3) been integrated into the IdP as the consent module.
The consent module steps in the first time the user is logging in to a service, and asks the user for permission to release the required (and desired) attributes to the service. There are several options (discussed below) on when the user would be asked again - these depend on the choices made available in the configuration and on the selection user makes on the consent screen.
The consent module is turned on by default and can be used as it is, we however recommend doing (or at least considering) the following recommendations:
Check for value changes. In the default setting, the user would be asked to reconfirm only when the list of attributes being released changes. By turning on this feature, the user would be also asked when the values of the attributes change. Turn this feature on by adding the following line to
$IDP_HOME/conf/idp.properties:Configure server-side database storage. By default, consent information would be stored in client-side cookies. That might be unexpected behavior for end-users - consent once granted would disappear when they switch browsers or devices or otherwise discard cookies. We also do not recommend server-side in memory storage (the only other pre-configured option), where contents of the storage would disappear when the server is restarted. We recommend configuring the JPA/Hibernate storage as per above and then configuring the consent module to user the JPA storage with:
Remove the limit on the number of consent records held (by default,
10) by setting the limit to-1(no limit):The following property can be accepted with their default value, or they could be adjusted as needed:
- The Storage Record Life Time of 1 year should be sufficient - consent records would expire after a year.
- The users would be allowed to select to be asked again at next login ("do not remember")
- The users would be allowed to grant "global consent" - i.e., not to be asked again, regardless of the services being accesses, or attributes and values being passed.
- The users would not be allowed to make per attribute selection - this could make the user interface too confusing for ordinary users, even though it would give the users interested in doing so the power to hand-select which attributes get released.
We also recommend to configure the order in which the attributes are rendered on the consent screen. As of 3.2.1, the consent module allows to set the attribute order through the order in which the attributes are listed in the
AttributeDisplayOrderbean. EditIDP_HOME/conf/intercept/consent-intercept-config.xmland uncomment theshibboleth.consent.attribute-release.AttributeDisplayOrderbean and set the contents to:
Note: if setting this list, we recommend it includes all attributes defined by the IdP. If some attributes are not included, they'd be displayed in random order after the attributes included in the list - which would not be a consistent user experience.

No longer needed Earlier versions of this documentation were instructing to explicitly release the attribute used for calculating the persistentNameID to make it visible to the PersistentID generator - and to hide this attribute from the consent screen. This was necessary for older versions of IdPv3, but for 3.2.0 and newer is no longer needed - see the last line in the ComputedID section of the upstream PersistentNameID documentation.
This documentation has been updated (in December 2016) in the configuring Persistent NameID section above to no longer add rules to explicitly release the attributes. As long as these rules are not present, it is also no longer necessary to hide the attribute from the consent screen as the original documentation was instructing here.
For completeness, the original instructions were:
Edit
/opt/shibboleth-idp/dist/conf/intercept/consent-intercept-config.xml.dist, locate theshibboleth.consent.attribute-release.BlacklistedAttributeIDsand add theuidattribute to the list:
This completes the consent configuration. In IdPV3, the login screen already comes configured with a check-box for resetting the consent information - which erases all consent information, including the global consent (if enabled and granted).
For additional information on configuring the consent module, please see the upstream documentation at https://wiki.shibboleth.net/confluence/display/IDP30/ConsentConfiguration
Excluding SPs from requiring consent
An institution may decide to bypass the consent module for Service Providers (SPs) operated by the institution internally - as the attributes being released are not crossing organizational boundaries. This can be configured by defining a conditon and attaching the condition as activationCondition to the intercept/attribute-release flow in /opt/shibboleth-idp/conf/intercept/profile-intercept.xml.
- This step is optional - to be done only as needed in the local deployment circumstances.
- The default condition defined in
system/conf/profile-intercept-system.xmlactivates the flow if attributes would be included in the SSO (true in most practical cases) or if per attribute consent is enabled (not enabled by default). - For compatibility, it is recommended to include this default condition in our overriding condition: the overriding condition would be an
ANDof the original condition and an expression over the RelyingPartyId (NOT matching a pattern describing SPs local to the institution). - The condition is defined as a new bean, also in
conf/intercept/profile-intercept.xml - The steps therefore are: in
conf/intercept/profile-intercept.xml:- Add the condition bean as per the below example (adjusting the regular expression match as appropriate)
- Add a reference to the condition to the
intercept/attribute-releaseflow:
p:activationCondition-ref="AttributeReleaseActivationCondition"
Friendly attribute names
By default, uApprove would be representing attributes by their local alias - which may not provide the best possible user experience. Names like "eduPersonPrincipalName" look quite cryptic to an ordinary user. The metadata syntax allows to provide friendly names (even locale-specific multiple names) in the attribute-resolver.xml file, and uApprove will pick the attribute names from there.
The syntax for specifying the attribute names is:
Add the following attribute descriptions for the respective attributes into attribute-resolver.xml, right between the Dependency and AttributeEncoder elements:
uid: <DisplayName xml:lang="en">Local user ID</DisplayName> email: <DisplayName xml:lang="en">Email address</DisplayName> commonName: <DisplayName xml:lang="en">Common name</DisplayName> surname: <DisplayName xml:lang="en">Surname</DisplayName> givenName: <DisplayName xml:lang="en">Given name</DisplayName> eduPersonPrincipalName: <DisplayName xml:lang="en">Global username (EPPN)</DisplayName> displayName: <DisplayName xml:lang="en">Display name</DisplayName> organizationName: <DisplayName xml:lang="en">Institution name</DisplayName> organizationalUnit: <DisplayName xml:lang="en">Organisational Unit</DisplayName> homeOrganization: <DisplayName xml:lang="en">Institution domain</DisplayName> homeOrganizationType: <DisplayName xml:lang="en">Institution type</DisplayName> eduPersonAffiliation: <DisplayName xml:lang="en">Affiliation type</DisplayName> eduPersonScopedAffiliation: <DisplayName xml:lang="en">Affiliation type (with institution)</DisplayName> eduPersonPrimaryAffiliation: <DisplayName xml:lang="en">Primary affiliation type</DisplayName> eduPersonEntitlement: <DisplayName xml:lang="en">Entitlements</DisplayName> eduPersonAssurance: <DisplayName xml:lang="en">Identity assurance level</DisplayName> eduPersonTargetedID: <DisplayName xml:lang="en">Targeted ID (opaque per-service username)</DisplayName> auEduPersonSharedToken: <DisplayName xml:lang="en">Shared token</DisplayName> auEduPersonLegalName: <DisplayName xml:lang="en">Legal name</DisplayName> auEduPersonAffiliation <DisplayName xml:lang="en">Affiliation type (Australian extensions)</DisplayName> postalAddress <DisplayName xml:lang="en">Business postal address</DisplayName> telephoneNumber <DisplayName xml:lang="en">Business phone number</DisplayName> mobileNumber <DisplayName xml:lang="en">Mobile phone number</DisplayName>
DataSealer Key Refreshing
The IdP uses an encryption mechanism, primarily used for the client-side storage (storing information in encrypted client-side cookies), where the IdP relies on an AES secret key. This key needs to be periodically refreshed. The IdP can be configured to keep around a given number of past versions of the key (defaulting to 30). Any new information gets encrypted with the newest key; any information received encrypted with older key can still be decrypted as long as the old key is still retained. For further information, please see https://wiki.shibboleth.net/confluence/display/IDP30/SecretKeyManagement.
In the Database Storage section above, we have recommended to configure server-side database storage to use instead of the client-side cookie storage service. If this has been done and the client-side storage is not being used, this step can be skipped.
Otherwise, configure a cron job that would be periodically refreshing the encryption key. The recommended command to refresh they key is:
To run this as a cronjob, run crontab -e as either root or tomcat and add this entry to rotate the key each night:
Centralized Usage Logging
Reporting on federation usage is difficult, in particular because not all services use the centralized Discovery Service.
To address this, IdPv3 adds supporting for sending anonymized usage data in the F-TICKS format to a centralized log service (via syslog messages to UDP port 514).
Tuakiri runs such a service on hosts:
- logs.tuakiri.ac.nz for Tuakiri Production Federation
- logs.test.tuakiri.ac.nz for the Tuakiri Staging Environment / TEST Federation
Once configured, an IdP would send a syslog message to the centralized log service for each session established. The message includes:
- A timestamp
- Entity Id of the service provider
- Entity Id of the IdP
- An anonymized username (hashed with a secret salt). This does not reveal the user identity, however it allows to generate statistics on the number of unique users.
A sample message may look like:
To enable this service, please make the following changes (based on upstream instructions at https://wiki.shibboleth.net/confluence/display/IDP30/FTICKSLoggingConfiguration):
- In
idp.properties, uncomment and set:idp.fticks.federationtoTuakirifor PROD deployments andTuakiri-TESTfor DEV/TEST IdPsidp.fticks.algorithm- just uncomment it, leaving it set to theSHA-256hashing algorithmidp.fticks.salt- set it to a value generated with:idp.fticks.loghost: set it to eitherlogs.tuakiri.ac.nzorlogs.test.tuakiri.ac.nzas per above (note that prior to 3.3.0, this setting did not exist inidp.propertiesand had to be added - from 3.3.0 onwards, it is present exists in commented out form)The resulting configuration may look like:

Earlier versions of this document were instructing to set
idp.fticks.loghostin$IDP_HOME/conf/logback.xml- it is easier and simpler to have all logging configuration inidp.properties.
- And restart the IdP - by restarting Tomcat,
service tomcat restart
|
Configuring SELinux for Tomcat
We recommend operating an IdP with SELinux in enforcing mode.
However, since RHEL/CentOS 7.4, Tomcat runs inside a confined domain and needs additional configuration. Implementing these steps is required - otherwise, the IdP would fail to start.
The IdP needs R/W access to /opt/shibboleth-idp - primarily read access, but write access for updating local copies of federation metadata and attribute filters.
Tomcat has R/W access to content labeled as tomcat_var_lib_t. However, as the IdP also needs access to the back-channel certificate in /opt/shibboleth-idp/credentials, we need to use the cert_t label here - to give both Apache and Tomcat read access to the certificate.
Install the
policycoreutils-pythonpackage to get thesemanagecommand:yum install policycoreutils-python
Create file-context rules for labeling files as per above:
semanage fcontext -a -t tomcat_var_lib_t '/opt/shibboleth-idp(/.*)?' semanage fcontext -a -t cert_t '/opt/shibboleth-idp/credentials(/.*)?'
Relabel existing files under
/opt/shibboleth-idpto match these rules:restorecon -R /opt/shibboleth-idp
Tomat also needs to be able to connect to MySQL - and unfortunately, this has been so far omitted in the SELinux policy for target. While we expect this to be fixed in future updates to the SELinux policy, for now, we have to use a workaround - create a custom policy module.
Create a policy type enforcement file defining a policy module
tomcat-to-mysql- in a working directory (e.g.,/root/inst) createtomcat-to-mysql.tewith the following contents:module tomcat-to-mysql 1.0; require { type tomcat_t; type mysqld_port_t; class tcp_socket name_connect; } #============= tomcat_t ============== allow tomcat_t mysqld_port_t:tcp_socket name_connect;Compile, package and load the module with:
checkmodule -m -M -o tomcat-to-mysql.mod tomcat-to-mysql.te semodule_package -o tomcat-to-mysql.pp -m tomcat-to-mysql.mod semodule -i tomcat-to-mysql.pp
With these in place, Tomcat should have all the SELinux permissions required and the IdP should operate normally.
Additional Information
Please see the IdPv3 wiki for further information. Useful pages for additional configuration options are:
- https://wiki.shibboleth.net/confluence/display/IDP30/Configuration
- https://wiki.shibboleth.net/confluence/display/IDP30/ConfigurationFileSummary
Compatibility workaround (IdP 3.1.x only)
Login breaks on IdP 3.1.x with SPs misconfigured to request AuthenticationType urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified.
Version 2 IdP just ignores that misconfiguration and login works. Version 3.2.0 includes a proper workaround, allowing to add a list of contexts to be ignored, with this value being included by default.
On IdP 3.1.x, as an interim workaround, modify $IDP_HOME/system/conf/general-authn-system.xml and add this value to the list of supportedPrincipals in the shibboleth.AuthenticationFlow bean:
For further details, please see https://issues.shibboleth.net/jira/browse/IDP-780
Note that as this interim workaround is applied to a file under $IDP_HOME/system/, it would get overwritten in an upgrade - but, the next version the upgrade would be introducing should already have the proper permanent workaround included.
No action is required on IdP 3.2.0+
Starting the IdP
Make all files under /opt/shibboleth-idp owned by Tomcat:
chown -R tomcat.tomcat /opt/shibboleth-idp
For extra security, you may consider making files where passwords to MySQL are stored readable only to the Tomcat users:
chmod 600 /opt/shibboleth-idp/conf/ldap.properties /opt/shibboleth-idp/conf/attribute-resolver.xml
Start MySQL, Tomcat and Apache and make them auto start:
systemctl enable mariadb systemctl start mariadb systemctl enable tomcat systemctl start tomcat systemctl enable httpd systemctl start httpd
Customization and Branding
In a default install, the IdP login screen is displaying the Shibboleth project logo, a default prompt for username and password, and text (embedded in the logo) saying that this screen should be customized. To establish trust with users, this page should at the very least have the proper institution logo and name and the instructions to customize the page should be removed. Each institution may also wish to customize the graphics to match the style of their login pages - and also the consent pages, logout pages and error pages to give a consistent professional look.
Historically, all of the pages have been JSP pages. While JSP is still left as an option, the default way IdPV3 renders these pages is from a Velocity template under $IDP_HOME/views. The main advantage is not having to rebuild the IdP WAR file after a change to the dynamic pages.
However, any images, css files (as well as any other static HTML content) are served from within the WAR file. But, for development of the branding, this can be worked around with Apache aliases to serve the files directly - see below.
We therefore recommend customizing the Velocity login page (and a few additional pages), adding supplementary images and CSS files (or modify existing) as needed, and leave out the JSP files.
The Velocity templates can be configured through message properties defined in message property files. The exact location depends on the IdP version.
- Up to 3.2.1, the message properties were configured in
$IDP_HOME/messages/error-messages.properties. - From 3.3.0 onwards, the three separate property files have merged into one and moved to
$IDP_HOME/system/messages/messages.properties- which should NOT be modified - and any customizations should instead be inserted into$IDP_HOME/messages/messages.properties(initially blank).
We recommend configuring at least the following properties:
idp.title- HTML TITLE to use across all of the IdP page templates. We recommend settings this to something likeUniversity of Example Login Serviceidp.logo- relative path (within the application) to the logo to render on the templates. E.g.,/images/logo.jpg.- The logo image has to be installed into
$IDP_HOME/edit-webapp/imagesand the web application WAR file has to be rebuilt with$IDP_HOME/bin/build.sh
- The logo image has to be installed into
idp.logo.alt-text- the ALT text for your logo. Should be changed from the default value (where the text asks for the logo to be replaced). Suggested value:University of Example Logoidp.footer- footer that displays on (almost) all pages. Suggested value: anything appropriate for your institution, e.g.,Copyright University of Example.root.footer- footer that displays on some error pages. Suggested value: same as foridp.footer, e.g.,Copyright University of Example.
Overall, the changed message properties might look like:
This would cover the basic customization. Depending on branding requirements, it may be sufficient to edit the CSS files in $IDP_HOME/edit-webapp/css, or it may be necessary to start editing the template pages.
Most of the branding can be done with CSS and with customizing messages in $IDP_HOME/messages/auth-messages.properties (and also consent-messages.properties and error-messages.properties in the same directory.
Please note that the consent module uses a separate CSS file: while the login page and most other pages use $IDP_HOME/edit-webapp/css/main.css, the consent module uses $IDP_HOME/edit-webapp/css/consent.css with different element names.
Note that if using CSS to customize the logo appearance, while the consent module pages use the federation_logo class on the logo <img> element, the other pages (login and logout) do not. It may help to edit these templates and add class="federation_logo" to the logo <img> tag.
Besides the logo, the login page (and several other pages) display a toolbox on the right with placeholders for links to password-reset and help-desk pages. These can be customized by editing $IDP_HOME/messages/authn-messages.properties and setting (with values appropriate to local context):
Alternatively, it is also possible to hide the whole toolbox (the whole <div class="column two"> element) from all of the relevant pages (essentially, login.vm and all (three) logout pages: logout.vm, logout-complete.vm and logout.propagate). This can be easily done by adding the following CSS snippet into $IDP_HOME/edit-webapp/css/main.css:
Overall, the pages under $IDP_HOME/views we recommend customizing are:
login.vm- the main login pagelogout.vm,logout-complete.vm, andlogout-propagate.vm- the pages used in Single Log Out (SLO)error.vm- generic error-handling page
For any change done to one page, we recommend applying the change to all of the above pages.
An additional page to customize (but based on a different template) is:
intercept/attribute-release.vm- attribute release page.
This page still reuses the Logo settings from error-messages.properties above, but does not have the toolbox and footer used by the other three pages above. It is a deployment decision whether to unify the look of these pages or keep the slightly different look of the attribute release page.
To aid in developing the branding, add the following (temporarily) into your Apache idp.conf file ( /etc/httpd/conf.d/idp.conf ) to server the requets directly by Apache (avoiding going through Tomcat and thus avoiding having to rebuild the WAR file after every change):insert the following right above the ProxyPass /idp directive:
And, as default permissions on Apache 2.4 are more restrictive, grant also explicitly access to the /opt/shibboleth-idp/edit-webapp directory: insert this at the very top of /etc/httpd/conf.d/idp.conf:
When done with changes to the images and css directories, remember to rebuild the WAR file and restart Tomcat:
Administrative Interface
The IdPV3 software comes with an administrative interface, that provides several functions:
- Checking the IdP status
- Testing the attribute resolver with a particular user ID
- Triggering the reload of a particular metadata source
- Triggering the reload of a service within the IdP
For all of these functions, the IdP uses a (configurable) access control mechanism - which is initially the same across all the above functions and is by default IP addressed based, permitting only localhost.
The policy in use can be configured in the $IDP_HOME/conf/admin/general-admin.xml file.
The policy selection used to be in idp.status.accessPolicy= AccessByIPAddress idp.resolvertest.accessPolicy= AccessByIPAddress idp.reload.accessPolicy= AccessByIPAddress |
The policy itself is configured in $IDP_HOME/conf/access-control.xml and we recommend adding at least the external address of the IdP itself to allow resolver testing to work. And it would be also recommended to add the IP address of the local monitoring system to permit monitoring access, and possibly also the IP address of a management console from where an admin could trigger the reload of the services (this can be the IdP itself the administrator is able to run a browser there).
The IP addresses are specified as a comma-separated list of CIDR expressions - the example below adds a single IPv4 address to the default configuration (permitting IPv4 and IPv6 localhost):
<util:map id="shibboleth.AccessControlPolicies">
<entry key="AccessByIPAddress">
<bean parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '192.168.0.1/32' } }" />
</entry>
</util:map>
After configuring access, the administrative functions can be accessed with either a browser or any HTTP capable tool, by accessing the following URLs:
- Status: https://idp.institution.ac.nz/idp/status
- ResolverTest: https://idp.institution.domain.ac.nz/idp/profile/admin/resolvertest?requester=https://attributes.tuakiri.ac.nz/shibboleth&principal=userid , where requester should be the entityId of the target SP and principal should be the local user ID of the target user
- Metadata Reload: https://idp.institution.ac.nz/idp/profile/admin/reload-metadata?id=TuakiriMetadata , where id is the ID of the MetadataProvider definition (as in metadata-providers.xml) to be reloaded
- Service Reload: https://idp.institution.ac.nz/idp/profile/admin/reload-service?id=shibboleth.AttributeFilterService , where id is the ID of the service to be reloaded - see
$IDP_HOME/system/conf/services-system.xmlfor the full list of services (or the ouput of the status page above)
Earlier versions of the IdP (2.x) had a publicly accessible URL /idp/profile/Status that would return simple "ok". This URL was long marked as deprecated and has been removed in IdPV3... |
Testing
The best way to test an IdP is to try to log into a Service Provider in the federation. Tuakiri provides a service specifically designed for this purpose, the Attribute Validator. The Attribute Validator displays all of the attributes received from the IdP, and in addition to that performs a number of checks to confirm the values are valid. Tuakiri is running an attribute reflector in both Tuakiri-production and Tuakiri-TEST federations. Both reflectors are running as standalone services at URLs listed below and are requesting all attributes available in the federation - hence, they work very well for testing all the attributes released by your IdP.
The attribute reflector URLs are:
- Tuakiri: https://attributes.tuakiri.ac.nz/attributes/
- Tuakiri-TEST: https://attributes.staging.tuakiri.ac.nz/attributes/
An alternative tool for testing IdP is the Attribute Authority Command Line Interface client - aacli.sh.
The tool output is the whole set of attributes that would be released for this user to the given user (the Tuakiri Attribute Validator in the example below - if testing for another service, pass the entityId of the service in the --requester option).
Contrary to how this tool functioned in earlier version (2.x - where it launched the full IdP engine in parallel), the tool uses the resolvertest functionality on the IdP itself (see Administrative Interface above - also for instructions on setting up access control).
We recommend connecting the aacli.sh tool to the IdP via the public-facing HTTPS interface (as the default Apache idp.conf does not map the plain-http space to the IdP tomcat web application). Therefore, run the aacli tool as:
where the parameters are:
- principal: the local username of a test user
- requester: the entityID of the target SP (we recommend the Tuakiri Attribute Validator - use https://attributes.tuakiri.ac.nz/shibboleth for Tuakiri Production environment and https://attributes.test.tuakiri.ac.nz/shibboleth for Tuakiri Staging environment (Test Federation).
- url: the base URL of the IdP (externally facing https URL)
Alternatively, it is also possible to access the resolvertest URL directly via a browser (as documented above in Administrative Interface). These URLs are subject to access control (by default accessible only from localhost); the options for gaining access include:
- Explicitly adding an entry to the AccessByIPAddress bean as per the instructions above in the section Administrative Interface.
- Running the browser on the IdP
- Using SSH port forwarding (e.g.,
ssh idp -L 8443:localhost:443and then accessing the IdP at https://localhost:8443/idp/profile/admin/resolvertest
Other options for testing including using the UnsolicitedSSO: invoking a URL directly at the IdP and pretending as if an SP initiated the request. This can be used for testing even in situations where the IdP is not yet registered in the federation (but is already loading the federation metadata). While the SSO would not be accepted by the SP in that case (the IdP would not be trusted through the federation), it allows to test the full login and attribute release process at the IdP. To test SSO against the Tuakiri Attribute Reflector, open the following URL (substituting the correct IdP hostname): https://idp.institution.ac.nz/idp/profile/SAML2/Unsolicited/SSO?providerId=https://attributes.tuakiri.ac.nz/shibboleth