From 6843c642dd152009dd6fa219e34d1afe58dda330 Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Tue, 6 Aug 2024 21:22:33 -0500 Subject: [PATCH] Onboard UNO ChatGPT Enterprise --- nefed.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/nefed.xml b/nefed.xml index e6525f5..21961cc 100644 --- a/nefed.xml +++ b/nefed.xml @@ -34693,4 +34693,45 @@ PRD49iI+tL/VkGo= <EmailAddress>security@nebraska.edu</EmailAddress> </ContactPerson> </EntityDescriptor> + <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="urn:auth0:openai:org-7pgpMkdMQCcXlG4ID1aIKp7v"> + <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> + </mdattr:EntityAttributes> + <mdui:UIInfo> + <mdui:DisplayName xml:lang="en">UNO OpenAI ChatGPT Enterprise Licens</mdui:DisplayName> + <mdui:Description xml:lang="en">UNO OpenAI ChatGPT Enterprise Licens</mdui:Description> + <mdui:InformationURL xml:lang="en">https://openai.com</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://openai.com/policies/privacy-policy/</mdui:PrivacyStatementURL> + </mdui:UIInfo> + </Extensions> + <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <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="https://auth0.openai.com/login/callback?connection=org-7pgpMkdMQCcXlG4ID1aIKp7v" + index="1" /> + + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en-US">UNO OpenAI ChatGPT Enterprise License</OrganizationName> + <OrganizationDisplayName xml:lang="en-US">UNO OpenAI ChatGPT Enterprise License</OrganizationDisplayName> + <OrganizationURL xml:lang="en-US">https://openai.com</OrganizationURL> + </Organization> + <ContactPerson contactType="technical"> + <GivenName>Josh Bowen</GivenName> + <EmailAddress>jbowen@nebraska.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="support"> + <GivenName>Eric Wingert</GivenName> + <EmailAddress>ewingert@nebraska.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="administrative"> + <GivenName>Cassie Mallette</GivenName> + <EmailAddress>cassiemallette@unomaha.edu</EmailAddress> + </ContactPerson> + </EntityDescriptor> </EntitiesDescriptor> -- GitLab