Assure-apache24.config

From GFIPM Implementation Wiki
Revision as of 18:39, 24 August 2017 by Jeff.Krug (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

# 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 D:/assure/shibboleth-sp/lib64/shibboleth/mod_shib_24.so # # Turn this on to support "require valid-user" rules from other # mod_authn_* modules, and use "require shib-session" for anonymous # session-based authorization in mod_shib. # ShibCompatValidUser Off # # Ensures handler will be accessible. # <Location /Shibboleth.sso> AuthType None Require all granted </Location> # # Used for example style sheet in error templates. # <IfModule mod_alias.c> <Location /shibboleth-sp> AuthType None Require all granted </Location> Alias /shibboleth-sp/main.css D:/assure/shibboleth-sp/doc/shibboleth/main.css </IfModule> # # 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". # <Location /userreg/saml> AuthType shibboleth ShibRequestSetting requireSession 1 require shib-session </Location>