Skip to content

Commit

Permalink
Revert "feature: use simplesamlPHP server v2"
Browse files Browse the repository at this point in the history
This reverts commit cb1ca35.

- reverting because we have fully replace the old server
  (http://simplesamlphp.uaa-acceptance.cf-app.com is now the
  simplesamlPHP v2)
  • Loading branch information
peterhaochen47 committed Oct 3, 2023
1 parent cb1ca35 commit 7d18e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7d18e07

Please sign in to comment.