From abc911b35c14e726669165ee8e73f7a4f1f3e4b2 Mon Sep 17 00:00:00 2001 From: "ian.boren" <ianboren@nebraska.edu> Date: Wed, 1 Feb 2023 16:31:08 -0600 Subject: [PATCH] Resolve "Onboard ORED Trakstar Perform Metadata" --- nefed.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/nefed.xml b/nefed.xml index a48dc13..3f26f8a 100644 --- a/nefed.xml +++ b/nefed.xml @@ -19320,4 +19320,55 @@ bHwSoBy5hLPNALaEUoa5zPDwlixwRjFQTc5XXaRpgIjy/2gsL8+Y5QRhyXnLqgO67BlLYW/GuHE=</ds <EmailAddress>security@nebraska.edu</EmailAddress> </ContactPerson> </EntityDescriptor> + <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="_0e4f843b-f8c5-4644-af38-8d035a7ba7cc" entityID="https://perform.trakstar.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">ORED Trakstar Perform</mdui:DisplayName> + <mdui:Description xml:lang="en">ORED Trakstar Perform</mdui:Description> + <mdui:InformationURL xml:lang="en">https://www.trakstar.com/about/</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://www.trakstar.com/privacy/</mdui:PrivacyStatementURL> + </mdui:UIInfo> + </Extensions> + <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" + protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://perform.trakstar.com/auth/saml/callback?namespace=ored" index="0" isDefault="true" /> + <AttributeConsumingService index="1" isDefault="true"> + <ServiceName xml:lang="en">Required attributes</ServiceName> + <RequestedAttribute FriendlyName="Email address" Name="email" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false" /> + <RequestedAttribute FriendlyName="Full name" Name="name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false" /> + <RequestedAttribute FriendlyName="Given name" Name="first_name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false" /> + <RequestedAttribute FriendlyName="Family name" Name="last_name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false" /> + </AttributeConsumingService> + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en">Trakstar</OrganizationName> + <OrganizationDisplayName xml:lang="en">Trakstar</OrganizationDisplayName> + <OrganizationURL xml:lang="en">https://www.trakstar.com/</OrganizationURL> + </Organization> + <ContactPerson contactType="technical"> + <GivenName>Roger Feese</GivenName> + <EmailAddress>rfeese@nebraska.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="support"> + <GivenName>App Dev Support - Lincoln</GivenName> + <EmailAddress>support@nebraska.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="administrative"> + <GivenName>Becky Carter</GivenName> + <EmailAddress>becky.carter@unl.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