From b7001e13430fe27b874e2325c920c1086800dfc9 Mon Sep 17 00:00:00 2001 From: Rory Larson <rlarson@nebraska.edu> Date: Thu, 31 Oct 2024 10:28:15 -0500 Subject: [PATCH] Added ds: to KeyInfo tags of Survey Monkey --- nefed.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nefed.xml b/nefed.xml index 849b1b7..5dec7a6 100644 --- a/nefed.xml +++ b/nefed.xml @@ -35695,9 +35695,9 @@ PRD49iI+tL/VkGo= </Extensions> <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true" WantAssertionsSigned="false"> <KeyDescriptor use="signing"> - <KeyInfo> - <X509Data> - <X509Certificate> + <ds:KeyInfo> + <ds:X509Data> + <ds:X509Certificate> MIIEGTCCAwGgAwIBAgIUNQI95U3wSvw5SgB+/bhHVkRR/EgwDQ YJKoZIhvcNAQELBQAwgZsxCzAJBgNVBAYTAlVTMRMwEQYDVQQI DApDYWxpZm9ybmlhMRIwEAYDVQQHDAlTYW4gTWF0ZW8xFTATBg @@ -35727,14 +35727,14 @@ PRD49iI+tL/VkGo= JM5OM2Mnv9GaR2ky4nsj6P7MCE5SlrwI6T7z7jOdsE/zIpSaIi lZaqbdDuK13xbT6VHRKO6W/n8lhLkmobxOvIFv7hsClxYPvpYh nYCj - </X509Certificate> - </X509Data> - </KeyInfo> + </ds:X509Certificate> + </ds:X509Data> + </ds:KeyInfo> </KeyDescriptor> <KeyDescriptor use="encryption"> - <KeyInfo> - <X509Data> - <X509Certificate> + <ds:KeyInfo> + <ds:X509Data> + <ds:X509Certificate> MIIEGTCCAwGgAwIBAgIUNQI95U3wSvw5SgB+/bhHVkRR/EgwDQ YJKoZIhvcNAQELBQAwgZsxCzAJBgNVBAYTAlVTMRMwEQYDVQQI DApDYWxpZm9ybmlhMRIwEAYDVQQHDAlTYW4gTWF0ZW8xFTATBg @@ -35764,9 +35764,9 @@ PRD49iI+tL/VkGo= JM5OM2Mnv9GaR2ky4nsj6P7MCE5SlrwI6T7z7jOdsE/zIpSaIi lZaqbdDuK13xbT6VHRKO6W/n8lhLkmobxOvIFv7hsClxYPvpYh nYCj - </X509Certificate> - </X509Data> - </KeyInfo> + </ds:X509Certificate> + </ds:X509Data> + </ds:KeyInfo> </KeyDescriptor> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://nebraska.smapply.us/saml2/ls/"/> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://nebraska.smapply.us/saml2/ls/"/> -- GitLab