Home
last modified time | relevance | path

Searched refs:inResponseTo (Results 1 – 4 of 4) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php141 $inResponseTo = $this->document->documentElement->getAttribute('InResponseTo');
142 if ($requestId != $inResponseTo) {
144 …"The InResponseTo of the Logout Response: $inResponseTo, does not match the ID of the Logout reque…
231 * @param string $inResponseTo InResponseTo value for the Logout Response.
233 public function build($inResponseTo) argument
250 InResponseTo="{$inResponseTo}"
H A DAuth.php287 $inResponseTo = $logoutRequest->id;
290 $responseBuilder->build($inResponseTo);
H A DResponse.php314 $inResponseTo = $scnData->getAttribute('InResponseTo');
315 … if (isset($responseInResponseTo) && $responseInResponseTo != $inResponseTo) {
/plugin/adfs/phpsaml/
H A DREADME.md956 $inResponseTo = $request->id;
958 $responseBuilder->build($inResponseTo);