From d0174edc25c36b0501054f25456377de1d64367a Mon Sep 17 00:00:00 2001
From: Zach Black <zblack@unl.edu>
Date: Wed, 30 Sep 2020 15:48:32 +0000
Subject: [PATCH] update recwell.unk to add nuid

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

diff --git a/nefed.xml b/nefed.xml
index 43d1835..b23715a 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -5207,6 +5207,14 @@
             <alg:SigningMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"/>
             <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
             <alg:SigningMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
+            <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://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>
         </Extensions>
         <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
             <Extensions>
-- 
GitLab