[BUGFIX] Prevent backend cookie set in frontend
If you have an enabled rsaauth, the frontend login gets hashed before sending the data. Due to a request to an ajax handler in rsaauth, a backend user cookie is set in frontend mode as well. This patch re-adds an eID script for frontend calls to prevent unnecessary cookies. Resolves: #68525 Releases: master Change-Id: I67a12e617aaa766e839f3a9b6b535a5618236ecb Reviewed-on: http://review.typo3.org/41939 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-67932-DeprecatedOldRsaauthApi.rst 5 additions, 3 deletions...elog/master/Deprecation-67932-DeprecatedOldRsaauthApi.rst
- typo3/sysext/rsaauth/Classes/Controller/RsaPublicKeyGenerationController.php 53 additions, 0 deletions...h/Classes/Controller/RsaPublicKeyGenerationController.php
- typo3/sysext/rsaauth/Classes/RsaEncryptionEncoder.php 1 addition, 1 deletiontypo3/sysext/rsaauth/Classes/RsaEncryptionEncoder.php
- typo3/sysext/rsaauth/Resources/PHP/FrontendLoginRsaPublicKey.php 0 additions, 30 deletions...ysext/rsaauth/Resources/PHP/FrontendLoginRsaPublicKey.php
- typo3/sysext/rsaauth/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/rsaauth/ext_localconf.php
Please register or sign in to comment