Skip to content

Commit

Permalink
PROVIDERID value is no longer removed from session
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Jan 26, 2024
1 parent 294c35a commit 3e46643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ public function code(string $state = '', string $code = '', string $scope = '',
$this->session->remove(self::STATE);
$this->session->remove(self::REDIRECT_AFTER_LOGIN);
$this->session->remove(self::NONCE);
$this->session->remove(self::PROVIDERID);

// Set last password confirm to the future as we don't have passwords to confirm against with SSO
$this->session->set('last-password-confirm', strtotime('+4 year', time()));
Expand Down

0 comments on commit 3e46643

Please sign in to comment.