• Configuring Shibboleth SP 2 on CentOS to the ukfederation w/ Godaddy certs

    Date: 2009.10.27 | Category: certificates, janet, key, shibboleth, shibboleth2.xml, ssl, ukfederation

    Part 2. Shibboleth Config (6 hours)

    cd /etc/shibboleth
    wget http://metadata.ukfederation.org.uk/ukfederation.pem
    wget http://metadata.ukfederation.org.uk/ukfederation-metadata.xml
    

    Edit shibboleth2.xml

    Replace all instances of sp.example.org with your Entity ID ie sp.yourdomain.com

    Search for ApplicationDefaults

    Add homeURL=”https://sp.domainz.com/ahomeurl” under entityID – homeURL is the first url of the resource if none is specified.

    Search for <sessions

    Before the default example (Reading Default example directs to a speci… ” Insert:

    <SessionInitiator isDefault="true" id="UKFederation" Location="/WAYF/UKFederation"
    type="WAYF" defaultACSIndex="5"
    URL="https://wayf.ukfederation.org.uk/WAYF"
    />
    

    Search for exportLocation

    Under exportLocation replace http://localhost with https://localhost

    Replace all instances of root@localhost with the technical support email address