From c7e48edfe7a19cda9727de34507bc8648de211c8 Mon Sep 17 00:00:00 2001 From: Rory Larson <rlarson@nebraska.edu> Date: Tue, 2 Apr 2024 16:33:32 -0500 Subject: [PATCH] Add section for releasing unNUID and another for support contact. --- nefed.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nefed.xml b/nefed.xml index df10b12..5c39075 100644 --- a/nefed.xml +++ b/nefed.xml @@ -32376,6 +32376,10 @@ <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">FormAssembly</mdui:DisplayName> @@ -32433,6 +32437,10 @@ <ContactPerson contactType="administrative"> <GivenName>Alex Boryca</GivenName> <EmailAddress>aboryca@nebraska.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="support"> + <GivenName>ITS Support</GivenName> + <EmailAddress>mailto:support@nebraska.edu</EmailAddress> </ContactPerson> </EntityDescriptor> </EntitiesDescriptor> -- GitLab