From c21c40ae3ef588b6a2944550f08316f14b8f7856 Mon Sep 17 00:00:00 2001 From: "andrew.costa" <andrew.costa@nebraska.edu> Date: Wed, 10 Jul 2024 17:58:15 -0500 Subject: [PATCH] Resolve "Onboard Knovos Metadata" --- nefed.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/nefed.xml b/nefed.xml index 45fed0d..7f4bc37 100644 --- a/nefed.xml +++ b/nefed.xml @@ -34081,4 +34081,38 @@ PRD49iI+tL/VkGo= <EmailAddress>gkimmina@unl.edu</EmailAddress> </ContactPerson> </EntityDescriptor> + <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" + entityID="https://cloud-discovery.knovos.com"> + <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">Knovos</mdui:DisplayName> + <mdui:Description xml:lang="en">Knovos</mdui:Description> + <mdui:InformationURL xml:lang="en">https://www.knovos.com/company/about-knovos/</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://www.knovos.com/privacy-policy/</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://cloud-discovery.knovos.com/login.aspx" + index="1" /> + </SPSSODescriptor> + <Organization xml:lang="en"> + <OrganizationName xml:lang="en">Knovos</OrganizationName> + <OrganizationDisplayName xml:lang="en">Knovos</OrganizationDisplayName> + <OrganizationURL xml:lang="en">https://www.knovos.com/</OrganizationURL> + </Organization> +</EntityDescriptor> </EntitiesDescriptor> -- GitLab