From 310d1c3a831a3dd854d7ea100a840e13969d053f Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Tue, 11 Jun 2024 15:08:02 -0500 Subject: [PATCH] Resolve "Add support contact for Delinea" --- nefed.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nefed.xml b/nefed.xml index fb63a34..f6b073d 100644 --- a/nefed.xml +++ b/nefed.xml @@ -32065,6 +32065,10 @@ <OrganizationDisplayName xml:lang="en-US">Delinea</OrganizationDisplayName> <OrganizationURL xml:lang="en-US">https://delinea.com</OrganizationURL> </Organization> + <ContactPerson contactType="support"> + <GivenName>Security Engineering</GivenName> + <EmailAddress>its-sec-eng@nebraska.edu</EmailAddress> + </ContactPerson> </EntityDescriptor> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" -- GitLab