Skip to content

Instantly share code, notes, and snippets.

@dpogorzelski
Created October 22, 2013 15:30
Show Gist options
  • Save dpogorzelski/7102753 to your computer and use it in GitHub Desktop.
Save dpogorzelski/7102753 to your computer and use it in GitHub Desktop.
<Location /auth/foo/callback>
AuthType shibboleth
ShibRequireSession On
ShibRequestSetting entityID https://foo.shib.idp
require valid-user
</Location>
<Location /auth/bar/callback>
AuthType shibboleth
ShibRequireSession On
ShibRequestSetting entityID https://bar.shib.idp
require valid-user
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment