From 6df46fcabcc246bb7c6e5a262538af474388f472 Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Mon, 2 Oct 2023 18:43:59 -0700 Subject: [PATCH] Revert "feature: use simplesamlPHP server v2" This reverts commit cb1ca3578cc5a9ce33fd0ed2c884081105f1c1ff. - reverting because we have fully replace the old server (http://simplesamlphp.uaa-acceptance.cf-app.com is now the simplesamlPHP v2) --- .../identity/uaa/integration/util/IntegrationTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/util/IntegrationTestUtils.java b/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/util/IntegrationTestUtils.java index 2179adb24ac..0247fc7e33a 100644 --- a/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/util/IntegrationTestUtils.java +++ b/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/util/IntegrationTestUtils.java @@ -86,7 +86,7 @@ public class IntegrationTestUtils { - public static final String SIMPLESAMLPHP_UAA_ACCEPTANCE = "http://simplesamlphp2.uaa-acceptance.cf-app.com"; + public static final String SIMPLESAMLPHP_UAA_ACCEPTANCE = "http://simplesamlphp.uaa-acceptance.cf-app.com"; public static final String SIMPLESAMLPHP_LOGIN_PROMPT_XPATH_EXPR = "//h1[contains(text(), 'Enter your username and password')]"; public static final String SAML_AUTH_SOURCE = "example-userpass";