From 89148473d76316a111e59740cbbd791be7d12017 Mon Sep 17 00:00:00 2001 From: Daniel Ramos <dan@daramos.com> Date: Thu, 31 Mar 2022 21:15:42 +0000 Subject: [PATCH] SAML 1.1 - return "SAMLart" instead of "ticket" if "TARGET" is specified --- integrationTest/suite.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/integrationTest/suite.sh b/integrationTest/suite.sh index 8b1507c..0270e51 100755 --- a/integrationTest/suite.sh +++ b/integrationTest/suite.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -keycloak_cas_url='http://localhost:8080/auth/realms/master/protocol/cas' +keycloak_cas_url='http://localhost:8080/realms/master/protocol/cas' action_pattern='action="([^"]+)"' ticket_pattern='Location: .*\?ticket=(ST-[-A-Za-z0-9_.=]+)' -- Gitblit v1.9.1