We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a629a1 commit b1e30ffCopy full SHA for b1e30ff
mellon_create_metadata.sh
@@ -74,7 +74,7 @@ CERT="$(grep -v '^-----' "$OUTFILE.cert")"
74
75
cat >"$OUTFILE.xml" <<EOF
76
<EntityDescriptor entityID="$ENTITYID" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
77
- <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
+ <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true">
78
<KeyDescriptor use="signing">
79
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
80
<ds:X509Data>
0 commit comments