Shibboleth SP Apache Directives: Difference between revisions
From RavenWiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
This list was extracted for the Internet2 Shibboleth SP module and shows the Apache directives supported by the module and the help text associated with each. | |||
;ShibPrefix | ;ShibPrefix | ||
:Shibboleth installation directory | :Shibboleth installation directory |
Latest revision as of 16:34, 16 March 2009
This list was extracted for the Internet2 Shibboleth SP module and shows the Apache directives supported by the module and the help text associated with each.
- ShibPrefix
- Shibboleth installation directory
- ShibConfig
- Path to shibboleth.xml config file
- ShibCatalogs
- Paths of XML schema catalogs
- ShibURLScheme
- URL scheme to force into generated URLs for a vhost
- ShibRequestSetting
- Set arbitrary Shibboleth request property for content
- ShibDisable
- Disable all Shib module activity here to save processing effort
- ShibApplicationId
- Set Shibboleth applicationId property for content
- ShibBasicHijack
- Respond to AuthType Basic and convert to shibboleth
- ShibRequireSession
- Initiates a new session if one does not exist
- ShibRequireSessionWith
- Initiates a new session if one does not exist using a specific SessionInitiator
- ShibExportAssertion
- Export SAML attribute assertion(s) to Shib-Attributes header
- ShibRedirectToSSL
- Redirect non-SSL requests to designated port
- AuthGroupFile
- text file containing group names and member user IDs
- ShibRequireAll
- All require directives must match
- AuthzShibAuthoritative
- Allow failed mod_shib htaccess authorization to fall through to other modules
- ShibUseEnvironment
- Export attributes using environment variables (default)
- ShibUseHeaders
- Export attributes using custom HTTP header