From c598fc0d4d99e7acc812fc167ee93fd0681d553d Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Thu, 20 May 2021 11:35:35 -0500 Subject: [PATCH] Include https://console.us.code42.com/api/SsoAuthLoginResponse as an ACS URL for Crashplan --- nefed.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nefed.xml b/nefed.xml index f8e5a0d..3eec1b9 100644 --- a/nefed.xml +++ b/nefed.xml @@ -11484,6 +11484,7 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A </KeyDescriptor> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://sts-east.us.code42.com/api/SsoAuthLoginResponse" index="0" isDefault="true" /> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://console.us.code42.com/api/SsoAuthLoginResponse" index="1" /> </SPSSODescriptor> <Organization> <OrganizationName xml:lang="en">Crashplan</OrganizationName> -- GitLab