Skip to content

Commit b1e30ff

Browse files
author
FalcoSuessgott
authored
set AuthnRequestSigned true (#56)
1 parent 5a629a1 commit b1e30ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mellon_create_metadata.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ CERT="$(grep -v '^-----' "$OUTFILE.cert")"
7474

7575
cat >"$OUTFILE.xml" <<EOF
7676
<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">
77+
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true">
7878
<KeyDescriptor use="signing">
7979
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
8080
<ds:X509Data>

0 commit comments

Comments
 (0)