From 871b1f8d79b6dab0428cf2943b6fd7bb548ffe49 Mon Sep 17 00:00:00 2001
From: "andrew.costa" <andrew.costa@nebraska.edu>
Date: Fri, 9 Jun 2023 12:10:05 -0500
Subject: [PATCH] Resolve "Onboard Maptician Metadata"

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

diff --git a/nefed.xml b/nefed.xml
index 97a1906..d0b5aa3 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -28848,4 +28848,50 @@ Gk3Mp05d1eUmuSx+la30QAXkFgNXDP3Cp3JSKyG5A6EWjhXTyuNZcI/ffo6tjNWg
             <EmailAddress>security@nebraska.edu</EmailAddress>
         </ContactPerson>
     </EntityDescriptor>
+    <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
+    entityID="https://unk.maptician.com/saml/acs_msft">
+    <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">Maptician</mdui:DisplayName>
+                <mdui:Description xml:lang="en">Maptician</mdui:Description>
+                <mdui:InformationURL xml:lang="en">https://www.maptician.com/hybrid-workplace-faqs</mdui:InformationURL>
+                <mdui:PrivacyStatementURL xml:lang="en">https://app.termly.io/document/privacy-policy/2da94bc8-5db2-4fba-a82f-91903e36048f</mdui:PrivacyStatementURL>
+                <mdui:Logo height="85" width="141" 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://unk.maptician.com/saml/acs_msft"
+            index="1" />
+    </SPSSODescriptor>
+    <Organization>
+        <OrganizationName xml:lang="en-US">Maptician</OrganizationName>
+        <OrganizationDisplayName xml:lang="en-US">Maptician</OrganizationDisplayName>
+        <OrganizationURL xml:lang="en-US">https://www.maptician.com/</OrganizationURL>
+    </Organization>
+    <ContactPerson contactType="technical">
+        <GivenName>Jeff Burr</GivenName>
+        <EmailAddress>jeff.burr@maptician.com</EmailAddress>
+    </ContactPerson>
+    <ContactPerson contactType="administrative">
+        <GivenName>Kaia Musgjerd</GivenName>
+        <EmailAddress>kaia.musgjerd@maptician.com</EmailAddress>
+    </ContactPerson>
+    <ContactPerson contactType="support">
+        <GivenName>Steven Klein</GivenName>
+        <EmailAddress>kleinsh@unk.edu</EmailAddress>
+    </ContactPerson>
+    <ContactPerson contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security">
+            <GivenName>ITS Security</GivenName>
+            <EmailAddress>security@nebraska.edu</EmailAddress>
+        </ContactPerson>
+</EntityDescriptor>
 </EntitiesDescriptor>
\ No newline at end of file
-- 
GitLab