From b518d6ea9fd4106b50d18da7b43ab6347e486593 Mon Sep 17 00:00:00 2001
From: "andrew.costa" <andrew.costa@nebraska.edu>
Date: Mon, 21 Oct 2024 15:17:06 -0500
Subject: [PATCH] Resolve "Onboard PrinterLogic Metadata"

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

diff --git a/nefed.xml b/nefed.xml
index 7fc8954..5b9e7ad 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -35474,4 +35474,47 @@ PRD49iI+tL/VkGo=
             <EmailAddress>security@nebraska.edu</EmailAddress>
         </ContactPerson>
     </EntityDescriptor>
+    <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://gw.app.printercloud.com/unebraska/authn/idp/c8d915af-5714-4abc-aaab-72da0cc6efff/saml2/metadata">
+        <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>
+                    <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">PrinterLogic</mdui:DisplayName>
+                    <mdui:Description xml:lang="en">PrinterLogic</mdui:Description>
+                    <mdui:InformationURL xml:lang="en">https://vasion.com/company/</mdui:InformationURL>
+                    <mdui:PrivacyStatementURL xml:lang="en">https://vasion.com/privacy-policy/</mdui:PrivacyStatementURL>
+                    <mdui:Logo height="48" width="48" xml:lang="en"></mdui:Logo>
+                </mdui:UIInfo>
+            </Extensions>
+        <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
+            <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</NameIDFormat>
+            <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://gw.app.printercloud.com/unebraska/authn/idp/c8d915af-5714-4abc-aaab-72da0cc6efff/saml2/acs" index="1" />
+        </SPSSODescriptor>
+        <Organization>
+            <OrganizationName xml:lang="en-US">PrinterLogic</OrganizationName>
+            <OrganizationDisplayName xml:lang="en-US">PrinterLogic</OrganizationDisplayName>
+            <OrganizationURL xml:lang="en-US">https://printerlogic.com/</OrganizationURL>
+        </Organization>
+        <ContactPerson contactType="technical">
+            <GivenName>Christopher Wolverton</GivenName>
+            <EmailAddress>cwolverton@nebraska.edu</EmailAddress>
+        </ContactPerson>
+        <ContactPerson contactType="support">
+            <GivenName>Shawn Lienemann</GivenName>
+            <EmailAddress>slienemann@nebraska.edu</EmailAddress>
+        </ContactPerson>
+        <ContactPerson contactType="administrative">
+            <GivenName>Andrew Rezac</GivenName>
+            <EmailAddress>arezac8@nebraska.edu</EmailAddress>
+        </ContactPerson>
+    </EntityDescriptor>
 </EntitiesDescriptor>
-- 
GitLab