From f7e9990700d517f98b427a60334fb5f1028fb697 Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Fri, 1 Apr 2022 13:43:58 -0500
Subject: [PATCH] Disable authnrequest signing remove script tag

---
 nefed.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nefed.xml b/nefed.xml
index 6982d25..cbe40f3 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -15535,8 +15535,7 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A
         </ContactPerson>
     </EntityDescriptor>
     <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" entityID="https://criticallabs.com/login/saml/response/84">
-        <script />
-        <SPSSODescriptor WantAssertionsSigned="true" AuthnRequestsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
+        <SPSSODescriptor WantAssertionsSigned="true" AuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
             <Extensions>
                 <UIInfo>
                     <mdui:DisplayName xml:lang="en">Critical Labs SAML</mdui:DisplayName>
-- 
GitLab