Ubuntu packages for the Shibboleth Service Provider

Ubuntu is not one of the platforms supported by the Shibboleth Consortium for the Service Provider (SP). No updates to the Shibboleth SP and associated packages are available after the release of an LTS version of Ubuntu. However, patches are available from the community on the Debian platform, which is also not officially supported.

DAASI International provides current versions of the Shibboleth SP together with the associated packages on Ubuntu. As soon as a new version of these packages is available in Debian, DAASI International will port them to Ubuntu.

In matters of liability, the Apache 2.0 licence applies: https://www.apache.org/licenses/LICENSE-2.0

If you have any questions, please use the contact form.

Installation for Ubuntu 22 (jammy) and Ubuntu 24 (noble)

# add the DAASI Repository Key
curl -sS https://nexus.daasi.de/repository/downloads/repository_keys/public.pgp.key | gpg --dearmor > /usr/share/keyrings/daasi.gpg

# read the Ubuntu version and save in $UBUNTU_CODENAME 
source /etc/os-release

# add the Repository 
echo "deb [signed-by=/usr/share/keyrings/daasi.gpg] https://nexus.daasi.de/repository/daasi-apt-$UBUNTU_CODENAME/ \
 $UBUNTU_CODENAME main" >> /etc/apt/sources.list.d/daasi.list

# update the Apt sources
apt update

# install the SP 
apt install libapache2-mod-shib
keyboard_arrow_up
WordPress Cookie Plugin by Real Cookie Banner