From a18ae70f184b63e1c1561fc3791aa843ad686d1e Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Wed, 9 Oct 2024 10:32:20 -0500
Subject: [PATCH] Resolve "Update HotelEngine ACS URL"

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

diff --git a/nefed.xml b/nefed.xml
index 842c615..7fc8954 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -32414,9 +32414,11 @@
                          protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
             <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat>
             <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
-                                      Location="https://api.hotelengine.com/users/auth/62242253-66af-44c1-8a88-0f5f9a5e06d6/saml"
-                                      index="1" />
-        
+                Location="https://api.hotelengine.com/users/auth/62242253-66af-44c1-8a88-0f5f9a5e06d6/saml"
+                index="1" />
+            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
+                Location="https://api.engine.com/users/auth/62242253-66af-44c1-8a88-0f5f9a5e06d6/saml"
+                index="2" />
         </SPSSODescriptor>
         <Organization>
             <OrganizationName xml:lang="en">HotelEngine</OrganizationName>
-- 
GitLab