From f366a599adf02fad949f5386fd7c073cb9a35455 Mon Sep 17 00:00:00 2001 From: Date: Tue, 6 May 2008 14:20:35 +0200 Subject: [PATCH] temporary workaround to handle relayState with authnrequests --- include/lassospkit_saml_common.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lassospkit_saml_common.inc.php b/include/lassospkit_saml_common.inc.php index 2be5b78..b122826 100755 --- a/include/lassospkit_saml_common.inc.php +++ b/include/lassospkit_saml_common.inc.php @@ -221,9 +221,9 @@ class LassoSPKitSAMLCommon { } if ($login->msgRelayState) { $this->relayState = $login->msgRelayState; - # temporary workaround - $this->relayState = LasssoSPKitUtilsSession::getRelayState('sso'); } + # temporary workaround + $this->relayState = LassoSPKitUtilsSession::getRelayState('sso'); if ($retAR || $retPRM) { lassospkit_errlog("ssoConsumer, retAR: $retAR retPRM: $retPRM"); } else {