Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding of urls without security to apache configuration
skublik committed Sep 27, 2018
1 parent eee2732 commit c2a3569
Showing 1 changed file with 7 additions and 1 deletion.
@@ -5,11 +5,17 @@ ProxyBadHeader Ignore

ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400


<Location /midpoint>
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibRequireSession on
ShibUseHeaders On
require shibboleth
</Location>

<Location ~ "/midpoint/(actuator/health|js/*|css/*|img/*|less/*|fonts/*|model/*|ws/*|rest/*|report/*|wro/*|static-web/*|wicket/resource/*)">
Satisfy Any
Allow from all
AuthType None
Require all granted
</Location>

0 comments on commit c2a3569

Please sign in to comment.