diff --git a/modules/saml/www/sp/saml2-acs.php b/modules/saml/www/sp/saml2-acs.php index 9c56cfd5ddc0e5f95c4ecb55326f43acbc20aaea..585705c6ef64d9acf93e37518a52060347ef747f 100644 --- a/modules/saml/www/sp/saml2-acs.php +++ b/modules/saml/www/sp/saml2-acs.php @@ -262,6 +262,7 @@ if ($expire !== null) { $state['saml:sp:prevAuth'] = [ 'id' => $response->getId(), 'issuer' => $issuer, + 'inResponseTo' => $response->getInResponseTo(), ]; if (isset($state['\SimpleSAML\Auth\Source.ReturnURL'])) { $state['saml:sp:prevAuth']['redirect'] = $state['\SimpleSAML\Auth\Source.ReturnURL'];