diff --git a/Workbench/mpproxy/container_files/shibboleth/idp-metadata.xml b/Workbench/mpproxy/container_files/shibboleth/idp-metadata.xml index 8bf0814..e069ccf 100644 --- a/Workbench/mpproxy/container_files/shibboleth/idp-metadata.xml +++ b/Workbench/mpproxy/container_files/shibboleth/idp-metadata.xml @@ -98,10 +98,10 @@ p+tGUbGS2l873J5PrsbpeKEVR/IIoKo= urn:mace:shibboleth:1.0:nameIdentifier urn:oasis:names:tc:SAML:2.0:nameid-format:transient - - - - + + + + @@ -192,8 +192,8 @@ p+tGUbGS2l873J5PrsbpeKEVR/IIoKo= - - + + diff --git a/Workbench/mpproxy/container_files/shibboleth/shibboleth2.xml b/Workbench/mpproxy/container_files/shibboleth/shibboleth2.xml index de42331..39b51df 100644 --- a/Workbench/mpproxy/container_files/shibboleth/shibboleth2.xml +++ b/Workbench/mpproxy/container_files/shibboleth/shibboleth2.xml @@ -11,9 +11,8 @@ - + - diff --git a/Workbench/mpproxy/container_files/system/setservername.sh b/Workbench/mpproxy/container_files/system/setservername.sh index d6497c4..9dbde01 100755 --- a/Workbench/mpproxy/container_files/system/setservername.sh +++ b/Workbench/mpproxy/container_files/system/setservername.sh @@ -4,6 +4,6 @@ files="/etc/shibboleth/idp-metadata.xml /etc/shibboleth/shibboleth2.xml" for file in $files do - sed -i "s|__CSPHOSTNAME__|$CSPHOSTNAME|g" $file + sed -i "s|__SERVERNAME__|$SERVERNAME|g" $file done