From ad9037c011b4a1a3e2ad0a9477bb5c543cbcc257 Mon Sep 17 00:00:00 2001
From: Andrew Costa <andrew.costa@nebraska.edu>
Date: Wed, 6 Apr 2022 11:33:23 -0500
Subject: [PATCH] NUID required for Audit Board

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

diff --git a/nefed.xml b/nefed.xml
index ced6e67..ee26704 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -15659,6 +15659,10 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A
         <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
             <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat>
             <AssertionConsumerService index="1" isDefault="true" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://nebraska.auditboardapp.com/api/v1/sso/saml/assert"/>
+            <AttributeConsumingService index="0">
+                <ServiceName xml:lang="en">Audit Board</ServiceName>
+                <RequestedAttribute Name="urn:oid:1.3.6.1.4.1.9904.5.1.1.1.1" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="employee ID" isRequired="true"/>
+            </AttributeConsumingService>
         </SPSSODescriptor>
         <ContactPerson contactType="technical">
             <GivenName>Michael Justus</GivenName>
-- 
GitLab