Skip to content

Commit

Permalink
Remove call to moved function
Browse files Browse the repository at this point in the history
The resetting of the 2FA sso verification state was moved to the
response sent action. The caused the removal of the setVerifiedBySsoOn2faCookie
method. But the GSSP verified action still called it
  • Loading branch information
MKodde committed Sep 4, 2023
1 parent 9fa064a commit 778993b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ public function gssfVerifiedAction(Request $request)

$context->markSecondFactorVerified();
$this->getAuthenticationLogger()->logSecondFactorAuthentication($originalRequestId, $authenticationMode);
$context->setVerifiedBySsoOn2faCookie(null);
$logger->info(sprintf(
'Marked GSSF "%s" as verified, forwarding to Gateway controller to respond',
$selectedSecondFactor
Expand Down

0 comments on commit 778993b

Please sign in to comment.