From c04cc84db3f193d0ec84c354530f957f09e63fdd Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Tue, 6 Sep 2022 15:40:48 -0500 Subject: [PATCH] Configure new ACS endpoints --- nefed.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nefed.xml b/nefed.xml index 88f6f9b..3a4918d 100644 --- a/nefed.xml +++ b/nefed.xml @@ -18022,9 +18022,9 @@ bHwSoBy5hLPNALaEUoa5zPDwlixwRjFQTc5XXaRpgIjy/2gsL8+Y5QRhyXnLqgO67BlLYW/GuHE=</ds <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://fes.nebraska.edu/sap/saml2/sp/slo/005" ResponseLocation="https://fes.nebraska.edu/sap/saml2/sp/slo/response/005" /> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://fes.nebraska.edu/sap/saml2/sp/slo/005" /> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://fes.nebraska.edu/sap/saml2/sp/slo/005" /> - <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://fes.nebraska.edu/sap/saml2/sp/acs/005" index="0" isDefault="true" /> - <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://fes.nebraska.edu/sap/saml2/sp/acs/005" index="1" /> - <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://fes.nebraska.edu/sap/saml2/sp/acs/005" index="2" /> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://fes.nebraska.edu/sap/saml2/sp/register/005" index="0" isDefault="true" /> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://fes.nebraska.edu/sap/saml2/sp/register/005" index="1" /> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://fes.nebraska.edu/sap/saml2/sp/register/005" index="2" /> </SPSSODescriptor> <Organization> <OrganizationName xml:lang="en-US">Front End Service</OrganizationName> -- GitLab