From f2e497dea9b7ab33b79ed96663db2d095b1f29b5 Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Tue, 6 Aug 2024 13:18:21 -0500
Subject: [PATCH] Resolve "Release NUID to http://sso.examsoft.com/sp for
 College of Law"

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

diff --git a/nefed.xml b/nefed.xml
index 862cc4d..e6525f5 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -33685,6 +33685,10 @@
                 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">Examsoft</mdui:DisplayName>
@@ -33723,7 +33727,7 @@
             Location="https://ei.examsoft.com/GKWeb/saml/SingleLogout" />
             <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
             Location="https://ei.examsoft.com/GKWeb/saml/SingleLogout" />
-            <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://ei.examsoft.com/GKWeb/saml/SSO" index="0" isDefault="true" />
             <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
-- 
GitLab