From eaca1eae4b55b9e69739bbf037d40ff16d27d4c0 Mon Sep 17 00:00:00 2001 From: Sarah Borland <sarah.borland@nebraska.edu> Date: Mon, 21 Dec 2020 16:25:00 -0600 Subject: [PATCH] Onboarding CEPI --- nefed.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/nefed.xml b/nefed.xml index 91a1e3f..279e0e3 100644 --- a/nefed.xml +++ b/nefed.xml @@ -11719,4 +11719,44 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A <EmailAddress>security@nebraska.edu</EmailAddress> </ContactPerson> </EntityDescriptor> + <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://cepi.unomaha.edu"> + <Extensions xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"> + <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">CEPI</mdui:DisplayName> + <mdui:Description xml:lang="en">CEPI</mdui:Description> + <mdui:InformationURL xml:lang="en">https://cepi.unomaha.edu/</mdui:InformationURL> + </mdui:UIInfo> + </Extensions> + <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="http://localhost:8000/account/?sls"/> + <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://localhost:8000/account/?acs" index="1"/> + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en-US">CEPI</OrganizationName> + <OrganizationDisplayName xml:lang="en-US">CEPI</OrganizationDisplayName> + <OrganizationURL xml:lang="en-US">https://cepi.unomaha.edu</OrganizationURL> + </Organization> + <ContactPerson contactType="technical"> + <GivenName>Sachin Pawaskar</GivenName> + <EmailAddress>spawaskar@unomaha.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="support"> + <GivenName>Keristiena Dodge</GivenName> + <EmailAddress>kshenouda@unomaha.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="administrative"> + <GivenName>Keristiena Dodge</GivenName> + <EmailAddress>kshenouda@unomaha.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> -- GitLab