Skip to content

Commit

Permalink
Merge pull request #76 from internet2/PC_IdP-UI
Browse files Browse the repository at this point in the history
fix for midpoint rest auth
  • Loading branch information
pcaskey authored Dec 18, 2020
2 parents ddc572b + 9c6023c commit 4948cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 4948cdd

Please sign in to comment.