Skip to content

Instantly share code, notes, and snippets.

@mrclay
Created August 22, 2012 13:44
Show Gist options
  • Save mrclay/3425725 to your computer and use it in GitHub Desktop.
Save mrclay/3425725 to your computer and use it in GitHub Desktop.
Shibboleth auth Apache config
#### Shib auth provides access control, attributes in $_SERVER
#
AuthType shibboleth
ShibRequireSession On
Require attrname VALUE1
Require attrname VALUE2
# optional
#ShibRedirectToSSL 443
#### "Lazy" session: Open access, attributes may/may not be present in $_SERVER
#
#AuthType shibboleth
#ShibRequireSession Off
#Require shibboleth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment