...
If you are moving shib protected domain to a new serve, please use instruction here: Move Shibboleth Service Provider to a Different Server
Prerequisites
- Apache must be installed and your website have an SSL certificate installed and SSL enabled. To request a SSL certificate: https://it.cornell.edu/ssl/renew-or-request-ssl-certificate.
- Shibboleth doesn't support http access. If http access is supported on your site, define a redirect rule in Apache configuration that route http traffic to https.
- Make sure your server time is accurate.
- Your server has user shibd available.
- We do not recommend the use of the old prefork MPM and strongly encourage the worker MPM. The prefork option will fail under load in a variety of cases, with some limited workarounds possible.
...
| Expand | ||
|---|---|---|
| ||
If you are on a CIT Managed Server, please check this document: https://sysdocs.cit.cornell.edu/Documentation/LinuxShibbolethRepository Otherwise, Install using RPM: https://wiki.shibboleth.net/confluence/display/SP3/RPMInstall
|
| Expand | ||
|---|---|---|
| ||
Make sure you are running Ubuntu version 20.04 or above. Otherwise you may have SP 2 instead of SP 3 installed. SP 2 is no longer supported. sudo apt-get update sudo apt-get install libapache2-mod-shib2 sudo a2enmod shib |
Configuration - Shibboleth SP
...