From 83d0fe03539bc36df0d0d8b5efd2dd9e6f4c8bc2 Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Mon, 20 Nov 2023 14:55:59 -0600
Subject: [PATCH] Update trueyoutest to use request subject-id

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

diff --git a/nefed.xml b/nefed.xml
index 41ecfa8..6c9033f 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -1073,6 +1073,9 @@
                     <saml:AttributeValue>
                         unNUID</saml:AttributeValue>
                 </saml:Attribute>
+                <saml:Attribute Name="urn:oasis:names:tc:SAML:profiles:subject-id:req" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
+                    <saml:AttributeValue>any</saml:AttributeValue>
+                </saml:Attribute>
             </mdattr:EntityAttributes>
             <mdui:UIInfo>
                 <mdui:DisplayName xml:lang="en">Test
-- 
GitLab