From 7886edcd404292184856c5666bbeac9e3d387805 Mon Sep 17 00:00:00 2001 From: Rory Larson <rlarson@nebraska.edu> Date: Tue, 28 May 2024 15:45:39 -0500 Subject: [PATCH] HotelEngine to persistent --- nefed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nefed.xml b/nefed.xml index 760612c..e92d6ec 100644 --- a/nefed.xml +++ b/nefed.xml @@ -32650,7 +32650,7 @@ <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> - <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat> + <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" /> -- GitLab