From 4b51a0848565333f721fcd8195e61b4e3a207dcd Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Wed, 24 Feb 2021 14:09:32 -0600 Subject: [PATCH] Update location to use TLS --- nefed.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nefed.xml b/nefed.xml index 38aa278..d6ea159 100644 --- a/nefed.xml +++ b/nefed.xml @@ -12178,9 +12178,9 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A </X509Data> </KeyInfo> </KeyDescriptor> - <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="http://uh-movies.unl.edu/saml/ReceiveSingleLogOut" /> - <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://uh-movies.unl.edu/saml/ReceiveSingleLogOut" /> - <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://uh-movies.unl.edu/saml/ReceiveSingleSignOn" index="0" isDefault="true" /> + <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://uh-movies.unl.edu/saml/ReceiveSingleLogOut" /> + <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://uh-movies.unl.edu/saml/ReceiveSingleLogOut" /> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://uh-movies.unl.edu/saml/ReceiveSingleSignOn" index="0" isDefault="true" /> </SPSSODescriptor> <Organization> <OrganizationName xml:lang="en">RHA Movie Channel</OrganizationName> -- GitLab