From bec3f654c33e0b0b74f8c4d37b1552881349103b Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Fri, 4 Oct 2024 14:13:01 -0500
Subject: [PATCH] Release nuid and persistent to netdocuments

---
 nefed.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nefed.xml b/nefed.xml
index 86224db..5b23ec1 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -35374,6 +35374,9 @@ PRD49iI+tL/VkGo=
                     <saml:AttributeValue>
                         https://nebraska.edu/category/registered-by-nefed</saml:AttributeValue>
                 </saml:Attribute>
+                <saml:Attribute Name="http://shibboleth.net/ns/attributes/releaseAllValues" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
+                    <saml:AttributeValue>unNUID</saml:AttributeValue>
+                </saml:Attribute>
             </mdattr:EntityAttributes>
             <mdui:UIInfo>
                 <mdui:DisplayName xml:lang="en">NetDocuments</mdui:DisplayName>
@@ -35392,7 +35395,7 @@ PRD49iI+tL/VkGo=
                     </ds:X509Data>
                 </ds:KeyInfo>
             </KeyDescriptor>
-            <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat>
+            <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat>
             <SingleLogoutService
                 Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
                 Location="https://vault.netvoyage.com/neWeb2/logout.aspx"
-- 
GitLab