From 24c9679e623853cee963db6b0eab4bb8cbeac512 Mon Sep 17 00:00:00 2001
From: aljavonboles <aljavonboles@nebraska.edu>
Date: Mon, 31 Jul 2023 15:16:13 -0500
Subject: [PATCH] Resolve "Add NUID Attribute to PSAT"

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

diff --git a/nefed.xml b/nefed.xml
index 317d40f..366ea0a 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -29926,6 +29926,11 @@ and do *NOT* provide it in real time to your partners.
                 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">PSAT</mdui:DisplayName>
@@ -29964,6 +29969,9 @@ and do *NOT* provide it in real time to your partners.
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
             Location="https://universityofnebraska.securityeducation.com/api/auth/saml/SSO"
             index="1" />
+        <NameIDFormat>
+            urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
+        </NameIDFormat>
     </SPSSODescriptor>
     <Organization>
         <OrganizationName xml:lang="en-US">Proofpoint Security Education Platform</OrganizationName>
-- 
GitLab