From fd65985a908ebfcc47ab6fbfee92d6f5f18e23d6 Mon Sep 17 00:00:00 2001 From: "ian.boren" <ianboren@nebraska.edu> Date: Fri, 2 Sep 2022 14:12:41 -0500 Subject: [PATCH] Resolve "Move extensions outside of SPSSODescriptor for Roompact" --- nefed.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/nefed.xml b/nefed.xml index 47efd05..33c7abd 100644 --- a/nefed.xml +++ b/nefed.xml @@ -4949,26 +4949,26 @@ </ds:X509Data> </ds:KeyInfo> </ds:Signature> + <Extensions> + <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://roompact.com/Shibboleth.sso/Login"/> + <mdrpi:RegistrationInfo registrationAuthority="https://nebraska.edu/iam/kearney" /> + <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-kearney</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">RoomPact</mdui:DisplayName> + <mdui:Description xml:lang="en">RoomPact</mdui:Description> + <mdui:InformationURL xml:lang="en">https://roompact.com</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="en">https://roompact.com/pages/privacy </mdui:PrivacyStatementURL> + <mdui:Logo height="85" width="141" xml:lang="en">https://roompact.com/img/logo.png</mdui:Logo> + </mdui:UIInfo> + </Extensions> <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> - <Extensions> - <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://roompact.com/Shibboleth.sso/Login"/> - <mdrpi:RegistrationInfo registrationAuthority="https://nebraska.edu/iam/kearney" /> - <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-kearney</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">RoomPact</mdui:DisplayName> - <mdui:Description xml:lang="en">RoomPact</mdui:Description> - <mdui:InformationURL xml:lang="en">https://roompact.com</mdui:InformationURL> - <mdui:PrivacyStatementURL xml:lang="en">https://roompact.com/pages/privacy </mdui:PrivacyStatementURL> - <mdui:Logo height="85" width="141" xml:lang="en">https://roompact.com/img/logo.png</mdui:Logo> - </mdui:UIInfo> - </Extensions> <KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:KeyName>roompact.com</ds:KeyName> -- GitLab