From 74677dc080d1ec439573e02219c749f9e0a2885b Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Fri, 20 Dec 2024 12:51:52 -0600
Subject: [PATCH] Update to use https for endpoints

---
 nefed.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/nefed.xml b/nefed.xml
index 3e4ef02..b50b014 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -36289,14 +36289,14 @@ PRD49iI+tL/VkGo=
                     </ds:X509Data>
                 </ds:KeyInfo>
             </KeyDescriptor>
-            <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/artifact/005" index="0" isDefault="true" />
-            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" />
-            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" ResponseLocation="http://fireflybws.nebraska.edu/sap/saml2/sp/slo/response/005" />
-            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" />
-            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" />
-            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/acs/005" index="0" isDefault="true" />
-            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/acs/005" index="1" />
-            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="http://fireflybws.nebraska.edu/sap/saml2/sp/acs/005" index="2" />
+            <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/artifact/005" index="0" isDefault="true" />
+            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" />
+            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" ResponseLocation="https://fireflybws.nebraska.edu/sap/saml2/sp/slo/response/005" />
+            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" />
+            <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/slo/005" />
+            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/acs/005" index="0" isDefault="true" />
+            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/acs/005" index="1" />
+            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://fireflybws.nebraska.edu/sap/saml2/sp/acs/005" index="2" />
         </SPSSODescriptor>
         <Organization>
             <OrganizationName xml:lang="en-US">Business Warehouse Sandbox</OrganizationName>
-- 
GitLab