From 4fd9a89e8b6763946ff29df61b71c8cb3a1280bb Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 18 Apr 2022 15:38:04 -0400 Subject: [PATCH] update URLs for staging this needs to be re-factored to following our env dev/staging/prod naming conventions --- assets/dsroot/custom-body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/dsroot/custom-body.php b/assets/dsroot/custom-body.php index 3f38e81..0c1a570 100644 --- a/assets/dsroot/custom-body.php +++ b/assets/dsroot/custom-body.php @@ -6,14 +6,14 @@ function setCirrusIDP() { document.cookie = "_icmpwayf_saml_idp=aHR0cHM6Ly9pbnRlcm5ldDIuaWRwLmNpcnJ1c2lkZW50aXR5LmNvbS9pZHA; path=/"; document.cookie = "_icmpwayf_redirection_state=checked; path=/"; document.cookie = "_icmpwayf_redirect_user_idp=https%3A%2F%2Finternet2.idp.cirrusidentity.com%2Fidp; path=/"; - window.location.assign("https://login.dev.at.internet2.edu/Saml2/disco?entityID=https%3A%2F%2Finternet2.idp.cirrusidentity.com%2Fidp"); + window.location.assign("https://login.staging.at.internet2.edu/Saml2/disco?entityID=https%3A%2F%2Finternet2.idp.cirrusidentity.com%2Fidp"); } function setGoogleIDP() { document.cookie = "_icmpwayf_saml_idp=aHR0cHM6Ly9nb29nbGUuY2lycnVzaWRlbnRpdHkuY29tL2dhdGV3YXk; path=/"; document.cookie = "_icmpwayf_redirection_state=checked; path=/"; document.cookie = "_icmpwayf_redirect_user_idp=https%3A%2F%2Fgoogle.cirrusidentity.com%2Fgateway; path=/"; - window.location.assign("https://login.dev.at.internet2.edu/Saml2/disco?entityID=https%3A%2F%2Fgoogle.cirrusidentity.com%2Fgateway"); + window.location.assign("https://login.staging.at.internet2.edu/Saml2/disco?entityID=https%3A%2F%2Fgoogle.cirrusidentity.com%2Fgateway"); }