Skip to content

Commit

Permalink
fix bug in RequestMap
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 4, 2024
1 parent 3a22543 commit dcbf7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<RequestMapper type="XML">
<RequestMap>
<Host name="test.workbench.incommon.org">
<Host name="__CSPHOSTNAME__">
<Path name="midpoint" authType="shibboleth" requireSession="true"/>
<Path name="test" authType="shibboleth" requireSession="true"/>
</Host>
Expand Down
2 changes: 1 addition & 1 deletion Workbench/mpproxy/container_files/system/setservername.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

files="/etc/shibboleth/idp-metadata.xml"
files="/etc/shibboleth/idp-metadata.xml /etc/shibboleth/shibboleth2.xml"

for file in $files
do
Expand Down

0 comments on commit dcbf7db

Please sign in to comment.