From ed481782c9d9a828d9d9a5b45e2d52f6dc1c2957 Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Fri, 15 Dec 2023 14:39:28 -0600 Subject: [PATCH] Resolve "Onboard webtma service" --- nefed.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/nefed.xml b/nefed.xml index bef2484..93b1ce5 100644 --- a/nefed.xml +++ b/nefed.xml @@ -31784,4 +31784,30 @@ Gk3Mp05d1eUmuSx+la30QAXkFgNXDP3Cp3JSKyG5A6EWjhXTyuNZcI/ffo6tjNWg </EmailAddress> </ContactPerson> </EntityDescriptor> + <EntityDescriptor entityID="https://www.webtma.com" ID="_98fff97d-af80-4459-9158-0dcdeb81bbac" + xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"> + <Extensions xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"> + <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">Webtma</mdui:DisplayName> + <mdui:Description xml:lang="en">Webtma</mdui:Description> + </mdui:UIInfo> + </Extensions> + <SPSSODescriptor ID="_0320ce9e-63f8-4063-b713-ec6a1a606140" + protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + Location="https://tmaweb7-dev.unl.edu/webtma7/SAML/ACS?c=unldev" index="0" isDefault="true" /> + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en">Webtma</OrganizationName> + <OrganizationDisplayName xml:lang="en">Webtma</OrganizationDisplayName> + <OrganizationURL xml:lang="en">https://tmaweb7-dev.unl.edu/webtma7/SAML/ACS?c=unldev</OrganizationURL> + </Organization> + </EntityDescriptor> </EntitiesDescriptor> -- GitLab