Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Quick Shibboleth Instructions for Adjusting Configuration Configuration 

For Shibboleth, we are using SP-3. See https://shibboleth.atlassian.net/wiki/spaces/SP3/overview . Consult your local Shibboleth experts for guidance.

There are five configuration files

FilenameLocation on SPComments
idp-metadata.xml

/etc/shibboleth/idp-metadata.xml

A copy of your site's IdP metadata
sp-metadata.xml

/var/www/html/sp-metadata.xml 

– if your Apache sets DocumentRoot to /var/www 

(Or omit from the SP, instead email it to IdP admins)

To be shared with your site's Shibboleth IdP
attribute-map.xml /etc/shibboleth/attribute-map.xml Specifies the user-information that your IdP sends to Sp upon login
sp.conf/etc/httpd/conf.d/sp.confTells Apache to require Shibboleth login for Shrine Urls (/shrine-api/*)
shibboleth2.xml/etc/shibboleth/shibboleth2.xmlSpecifies miscellaneous aspects of your SP


...

More-Detailed Discussion of Shibboleth Considerations

Installation Layout

Apache Configuration

...