Skip to content

Instantly share code, notes, and snippets.

@zachseifts
Created March 13, 2012 12:51
Show Gist options
  • Save zachseifts/2028568 to your computer and use it in GitHub Desktop.
Save zachseifts/2028568 to your computer and use it in GitHub Desktop.
<Location />
AuthType Shibboleth
ShibRequireSession Off
# the following single line is only valid for Shib2
ShibUseHeaders On
require shibboleth
</Location>
<LocationMatch /Shibboleth.sso(/*)>
AuthType shibboleth
ShibRequireSession On
ShibUseHeaders On
require valid-user
</LocationMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment