Actions
Bug #106742
openCookie be_lastLoginProvider is not updated properly
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.
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
Updated by Markus Klein 29 days ago
- Related to Task #89877: Cookie "lastLoginProvider" appears to serve no true purpose added
Actions