Skip to content

Commit

Permalink
Adjust Apache HTTP Server configuration for Shibboleth
Browse files Browse the repository at this point in the history
Adjust the Apache HTTP Server configuration for Shibboleth to work with
the EnvSource so that environment variables are populated by the module
for all COmanage Registry pages if they are available.
  • Loading branch information
skoranda committed Nov 29, 2017
1 parent 533facd commit 2da8566
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions comanage-registry-shibboleth-sp/000-comanage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@
Require valid-user
</Directory>

<Location />
AuthType shibboleth
Require shibboleth
</Location>

</VirtualHost>

0 comments on commit 2da8566

Please sign in to comment.