From a4961764e7b4b2571cdbb74668c55b3dc99b9a66 Mon Sep 17 00:00:00 2001
From: Rory Larson <rlarson@nebraska.edu>
Date: Thu, 11 Jul 2024 14:59:59 -0500
Subject: [PATCH] Add Extensions block for PantrySoft

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

diff --git a/nefed.xml b/nefed.xml
index 63a4960..c5d37df 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -32568,6 +32568,30 @@
     </EntityDescriptor>
     <EntityDescriptor entityID="http://app.pantrysoft.com/saml/id"
                       ID="_f32841d81ed43c2faf72c15a13216bdc836a99facd">
+        <Extensions>
+            <mdrpi:RegistrationInfo registrationAuthority="https://nebraska.edu/nefed" />
+            <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>
+            </mdattr:EntityAttributes>
+            <mdui:UIInfo>
+                <mdui:DisplayName xml:lang="en">
+                    Nebraska Student Information System
+                </mdui:DisplayName>
+                <mdui:Description xml:lang="en">
+                    University of Nebraska and Nebraska State College Student Information System
+                </mdui:Description>
+                <mdui:InformationURL xml:lang="en">
+                    https://its.nebraska.edu
+                </mdui:InformationURL>
+                <mdui:PrivacyStatementURL xml:lang="en">
+                    https://its.nebraska.edu/policies-processes/idm-privacy-policy
+                </mdui:PrivacyStatementURL>
+            </mdui:UIInfo>
+        </Extensions>
         <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"
                          WantAssertionsSigned="true">
             <KeyDescriptor use="signing">
-- 
GitLab