From d978b45025df2b7d5c1dea21e1896fb12ba7cd46 Mon Sep 17 00:00:00 2001 From: Andrew Costa <andrew.costa@nebraska.edu> Date: Thu, 16 Jun 2022 16:02:33 -0500 Subject: [PATCH] Onboard Badgr Metadata --- nefed.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/nefed.xml b/nefed.xml index 63b28fb..1e0b339 100644 --- a/nefed.xml +++ b/nefed.xml @@ -17144,4 +17144,47 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A <EmailAddress>security@nebraska.edu</EmailAddress> </ContactPerson> </EntityDescriptor> + <EntityDescriptor xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://api.badgr.io/account/saml2/saml2.un/acs/"> + <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">Badgr</mdui:DisplayName> + <mdui:Description xml:lang="en">Badgr</mdui:Description> + <mdui:InformationURL xml:lang="en">https://info.badgr.com/</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://info.badgr.com/privacy-policy.html#cookies</mdui:PrivacyStatementURL> + <mdui:Logo height="85" width="141" xml:lang="en"></mdui:Logo> + </mdui:UIInfo> + </Extensions> + <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="false" WantAssertionsSigned="true"> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://api.badgr.io/account/saml2/saml2.un/acs/" index="1" /> + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en-US">Badgr</OrganizationName> + <OrganizationURL xml:lang="en-US">https://www.badgr.com/</OrganizationURL> + </Organization> + <ContactPerson contactType="support"> + <GivenName>Nathan Jester</GivenName> + <EmailAddress>nathan.jester@instructure.com</EmailAddress> + </ContactPerson> + <ContactPerson contactType="technical"> + <GivenName>Justin Cavanaugh</GivenName> + <EmailAddress>justincavanaugh@nebraska.edu</EmailAddress> + </ContactPerson> + <ContactPerson contactType="administrative"> + <GivenName>Justin Cavanaugh</GivenName> + <EmailAddress>justincavanaugh@nebraska.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