temporary workaround to handle relayState with authnrequests

This commit is contained in:
<bdauvergne@entrouvert.com> 1210076435 +0200 0001-01-01 00:00:00 +00:00
parent c9900595d6
commit f366a599ad
1 changed files with 2 additions and 2 deletions

View File

@ -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 {