Project

General

Profile

Actions

Bug #106742

open

Cookie be_lastLoginProvider is not updated properly

Added by Thomas Hohn 29 days ago. Updated 29 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
Category:
Authentication
Target version:
Start date:
2025-05-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
14
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Create an own backendlogin provider and make it the primary login provider.
The cookie will not get properly update - when switching forth and back between
login providers due to the condition on site/typo3

  if ($loginProviderIdentifier === $this->loginProviderResolver->getPrimaryLoginProviderIdentifier()) {
            return $response;
  }

Instead the cookie should always be appended.

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #89877: Cookie "lastLoginProvider" appears to serve no true purposeClosed2019-12-06

Actions
Actions #1

Updated by Gerrit Code Review 29 days ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89498

Actions #2

Updated by Markus Klein 29 days ago

  • Related to Task #89877: Cookie "lastLoginProvider" appears to serve no true purpose added
Actions

Also available in: Atom PDF