add a call to checkXmlErrors after NameIdManagement requests

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

View File

@ -76,7 +76,7 @@ class LassoSPKitSaml2 extends LassoSPKitSAMLCommon {
break;
case LASSO_HTTP_METHOD_SOAP:
$this->finishSOAPRequest($nidmanagement, $response);
$this->processResponseNameIdManagement($response, $nidmanagement);
$retPRNIM = $this->processResponseNameIdManagement($response, $nidmanagement);
break;
case LASSO_HTTP_METHOD_ARTIFACT_GET:
case LASSO_HTTP_METHOD_ARTIFACT_POST:
@ -84,6 +84,7 @@ class LassoSPKitSaml2 extends LassoSPKitSAMLCommon {
default:
LassoSPKitHelper::notImplemented();
}
$this->checkXmlErrors("NameIdManagement");
}
function processRedirectResponseNameIdManagement() {
$nidmanagement = null;