Skip to content

fix for midpoint rest auth #76

Merged
merged 1 commit into from
Dec 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Workbench/webproxy/container_files/httpd/.htpasswd
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
csp:$apr1$/AqZo5q1$D0h7ClOUpgCvUhayr6oOg0
guest:$apr1$E6QtcEtu$/YXrr/F4OpNmTClXGBXpX/
administrator:$apr1$yYQxN8bz$UlAb7q/m6jra60QKjhHPA/
4 changes: 3 additions & 1 deletion Workbench/webproxy/container_files/httpd/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ AllowEncodedSlashes On
</Location>

<Location /midpoint>
RequestHeader unset Authorization
<If "%{THE_REQUEST} =~ m#\s/+midpoint/auth/shib/?[?\s]#">
RequestHeader unset Authorization
</If>
</Location>

<Location /idpui>
Expand Down