From 1e3b8fd33f1ae9317e21f29d67cadc270b9af6f7 Mon Sep 17 00:00:00 2001
From: Rory Larson <rarson1@unl.edu>
Date: Mon, 18 Sep 2023 11:32:15 -0500
Subject: [PATCH] Added unNUID attribute for release to Salesforce

---
 nefed.xml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/nefed.xml b/nefed.xml
index cdd7441..d9b698e 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -29390,11 +29390,18 @@ Gk3Mp05d1eUmuSx+la30QAXkFgNXDP3Cp3JSKyG5A6EWjhXTyuNZcI/ffo6tjNWg
     <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1" />
     <mdrpi:RegistrationInfo registrationAuthority="https://nebraska.edu/nefed" />
     <mdattr:EntityAttributes>
-      <saml:Attribute Name="http://macedir.org/entity-category"
-        NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
-        <saml:AttributeValue>
-          https://nebraska.edu/category/registered-by-nefed</saml:AttributeValue>
-      </saml:Attribute>
+        <saml:Attribute Name="http://macedir.org/entity-category"
+                        NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
+            <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">T2 Systems</mdui:DisplayName>
-- 
GitLab