https://issues.shibboleth.net/jira/browse/SSPCPP-359
[shibboleth/cpp-sp.git] / configs / metagen.sh
index e460240..84090c1 100755 (executable)
@@ -124,11 +124,6 @@ if [ $SAML1 -eq 1 ] ; then
     fi
 fi
 
-if [ $SAML2 -eq 1 ] ; then
-    ACS[${#ACS[*]}]=$SAML20PAOS
-    ACSLOC[${#ACSLOC[*]}]="SAML2/ECP"
-fi
-
 if [ $DECLS -eq 1 ] ; then
     DECLS="xmlns:md=\"urn:oasis:names:tc:SAML:2.0:metadata\" xmlns:ds=\"http://www.w3.org/2000/09/xmldsig#\" "
     if [ $DS -eq 1 ] ; then
@@ -162,7 +157,7 @@ done
 for h in ${NAKEDHOSTS[@]}
 do
   cat << EOF
-      <disco:DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://$h/Shibboleth.sso/DS" index="$count"/>
+      <disco:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://$h/Shibboleth.sso/DS" index="$count"/>
 EOF
   let "count++"
 done