From 48b3a9defbc5dbb758d67e78068387a52b60d8fe Mon Sep 17 00:00:00 2001 From: Andrew Costa <andrew.costa@nebraska.edu> Date: Wed, 10 Jul 2024 17:51:46 -0500 Subject: [PATCH] onboarded knovos metadata --- nefed.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/nefed.xml b/nefed.xml index 1c33f1d..2f86fae 100644 --- a/nefed.xml +++ b/nefed.xml @@ -34028,4 +34028,38 @@ PRD49iI+tL/VkGo= <EmailAddress>jadams51@nebraska.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