From f7be0ad4a910ba7c9604703410d656ea7b0953ca Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Tue, 7 Nov 2023 16:17:47 -0600 Subject: [PATCH] Onboard nugsuite Google workplace --- nefed.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/nefed.xml b/nefed.xml index 664abf9..660335c 100644 --- a/nefed.xml +++ b/nefed.xml @@ -31367,4 +31367,34 @@ Gk3Mp05d1eUmuSx+la30QAXkFgNXDP3Cp3JSKyG5A6EWjhXTyuNZcI/ffo6tjNWg <EmailAddress>security@nebraska.edu</EmailAddress> </ContactPerson> </EntityDescriptor> +<EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" + entityID="google.com"> + <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">NugSuite</mdui:DisplayName> + <mdui:Description xml:lang="en">NugSuite</mdui:Description> + <mdui:InformationURL xml:lang="en">https://nugsuite.nebraska.edu</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://policies.google.com/privacy?hl=en&fg=1</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://www.google.com/a/nugsuite.nebraska.edu/acs" + index="1" /> + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en-US">NugSuite</OrganizationName> + <OrganizationDisplayName xml:lang="en-US">NugSuite</OrganizationDisplayName> + <OrganizationURL xml:lang="en-US">https://nugsuite.nebraska.edu</OrganizationURL> + </Organization> +</EntityDescriptor> </EntitiesDescriptor> -- GitLab