Skip to content

Commit

Permalink
set AuthnRequestSigned true (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott authored Mar 19, 2021
1 parent 5a629a1 commit b1e30ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mellon_create_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CERT="$(grep -v '^-----' "$OUTFILE.cert")"

cat >"$OUTFILE.xml" <<EOF
<EntityDescriptor entityID="$ENTITYID" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true">
<KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
Expand Down

0 comments on commit b1e30ff

Please sign in to comment.