From be6f903604e8ab4fe3a55ecd808aaee6bd052672 Mon Sep 17 00:00:00 2001
From: Andrew Costa <andrew.costa@nebraska.edu>
Date: Fri, 15 Mar 2024 09:54:05 -0500
Subject: [PATCH] fixed extension tags for cascade

---
 nefed.xml | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

diff --git a/nefed.xml b/nefed.xml
index 637b3f5..a037274 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -23107,18 +23107,16 @@
                     https://www.hannonhill.com/legal/privacy.html</mdui:PrivacyStatementURL>
                 <mdui:Logo height="85" width="141" xml:lang="en"></mdui:Logo>
             </mdui:UIInfo>
+            <init:RequestInitiator
+                 xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
+                Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
+                Location="https://unomaha.cascadecms.com/Shibboleth.sso/Login" />
+            <idpdisc:DiscoveryResponse
+                xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
+                Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
+                Location="https://unomaha.cascadecms.com/Shibboleth.sso/Login" index="1" />
         </Extensions>
-        <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol">
-            <Extensions>
-                <init:RequestInitiator
-                    xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
-                    Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
-                    Location="https://unomaha.cascadecms.com/Shibboleth.sso/Login" />
-                <idpdisc:DiscoveryResponse
-                    xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
-                    Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
-                    Location="https://unomaha.cascadecms.com/Shibboleth.sso/Login" index="1" />
-            </Extensions>
+    <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol">
             <KeyDescriptor>
                 <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                     <ds:KeyName>
@@ -23232,18 +23230,16 @@
                     https://www.hannonhill.com/legal/privacy.html</mdui:PrivacyStatementURL>
                 <mdui:Logo height="85" width="141" xml:lang="en"></mdui:Logo>
             </mdui:UIInfo>
+            <init:RequestInitiator
+                xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
+                Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
+                Location="https://unomaha-dev.cascadecms.com/Shibboleth.sso/Login" />
+            <idpdisc:DiscoveryResponse
+                xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
+                Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
+                Location="https://unomaha-dev.cascadecms.com/Shibboleth.sso/Login" index="1" />
         </Extensions>
         <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol">
-            <Extensions>
-                <init:RequestInitiator
-                    xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
-                    Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
-                    Location="https://unomaha-dev.cascadecms.com/Shibboleth.sso/Login" />
-                <idpdisc:DiscoveryResponse
-                    xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
-                    Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
-                    Location="https://unomaha-dev.cascadecms.com/Shibboleth.sso/Login" index="1" />
-            </Extensions>
             <KeyDescriptor>
                 <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                     <ds:KeyName>
-- 
GitLab