/Shibboleth

Information to get to know shibboleth system better

Shibboleth

Information to get to know shibboleth system better

Installation Process

  • curl -o /etc/yum.repos.d/security:shibboleth.repo http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/security:shibboleth.repo
  • yum install shibboleth
  • rpm -qa | grep shibboleth (This will ensure that you got the right version of Shibboleth installed)
  • The runtime Shibboleth directory will now exist at /etc/shibboleth
  • systemctl status ntpd (if inactive, run systemctl start ntpd)
  • If Apache httpd is not installed, install it (and the SSL module) via yum: yum install httpd mod_ssl
  • Go to /etc/httpd/conf/httpd.conf and add UseCanonicalName On ServerName web.server:80
  • Check if /etc/httpd/conf.d/ssl.conf exists. If not, run yum install mod_ssl
  • Let's make SP alive, run systemctl start shibd and systemctl start httpd
  • Try accessing it on web.server/Shibboleth.sso/Status