# RPM installations on platforms with a conf.d directory will # result in this file being copied into that directory for you. # For non-RPM installs, you can add this file to your # configuration using an Include command in httpd.conf ###### ## SHIB Config ###### # # Load the SHIBBOLETH module # LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so # # Global Configuration # This is the XML file that contains all the global, non-apache-specific # configuration. Look at this file for most of your configuration parameters. # ShibSchemaDir @-XMLTOOLINGXMLDIR-@/catalog.xml:@-OPENSAMLXMLDIR-@/saml20-catalog.xml:@-OPENSAMLXMLDIR-@/saml11-catalog.xml:@-PKGXMLDIR-@/catalog.xml ShibConfig @-PKGSYSCONFDIR-@/shibboleth2.xml # # Used for example logo and style sheet in error templates. # Allow from all Alias /shibboleth-sp/main.css @-PKGDOCDIR-@/main.css Alias /shibboleth-sp/logo.jpg @-PKGDOCDIR-@/logo.jpg # # Configure the module for content # # You can now do most of this in shibboleth.xml using the RequestMap # but you MUST enable AuthType shibboleth for the module to process # any requests, and there MUST be a require command as well. To # enable Shibboleth but not specify any session/access requirements # use "require shibboleth". # AuthType shibboleth ShibRequireSession On require valid-user