diff --git a/assets/dsroot/custom-body.php b/assets/dsroot/custom-body.php index c3f543f..2cfc8ae 100644 --- a/assets/dsroot/custom-body.php +++ b/assets/dsroot/custom-body.php @@ -11,8 +11,8 @@ function setCirrusIDP() { 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=/; + 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.at.internet2.edu/Saml2/disco?entityID=https%3A%2F%2Fgoogle.cirrusidentity.com%2Fgateway"); }