From f7d953162cea039c3015d29af44975d6d958fa64 Mon Sep 17 00:00:00 2001
From: Andrew Costa <andrew.costa@nebraska.edu>
Date: Wed, 29 May 2024 17:28:08 -0500
Subject: [PATCH] added nameid format for arcgis

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

diff --git a/nefed.xml b/nefed.xml
index 08fa122..8857eff 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -33388,6 +33388,9 @@
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
             Location="https://universityofne.maps.arcgis.com/sharing/rest/oauth2/saml/signin"
             index="2" />
+        <NameIDFormat>
+            urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
+        </NameIDFormat>
     </SPSSODescriptor>
     <Organization xml:lang="en">
         <OrganizationName xml:lang="en">University of Nebraska</OrganizationName>
-- 
GitLab