# https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig # RPM installations on platforms with a conf.d directory will # result in this file being copied into that directory for you # and preserved across upgrades. # For non-RPM installs, you should copy the relevant contents of # this file to a configuration location you control. # # Load the Shibboleth module. # LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_22.so # # Ensures handler will be accessible. # Satisfy Any Allow from all # # Used for example logo and style sheet in error templates. # Allow from all # # Configure the module for content. # # 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 ShibRequestSetting requireSession 1 ShibUseHeaders On require valid-user AuthType shibboleth ShibRequestSetting requireSession 0 ShibUseHeaders On require shibboleth # This isn't necesssary AuthType shibboleth ShibRequestSetting requireSession 1 ShibUseHeaders On require valid-user AuthType shibboleth ShibRequestSetting requireSession 0 # ShibUseHeaders On require shibboleth