[TYPO3-dev] Frontend user login with eID and 4.7 rsaauth

Martin Kokes shr3k at typo3-hosting.com
Wed Jun 6 16:15:50 CEST 2012


Finally I made some investigations and modified my eID to get more debugging
output: http://pastebin.com/LSvu7N0h

In TYPO3 4.6.8, I get devlog:

06-06-12 15:56:57        gobec    Private key: "-----BEGIN PRIVATE
KEY-----...."    GObecLogin.php, line 21
06-06-12 15:56:57        gobec    loginData:
{"status":"login","uname":"johndoe","uident":"rsa:....","chalvalue":null,"permanent":0}
GObecLogin.php, line 20
06-06-12 15:56:52        gobec    Private key before login: "-----BEGIN
PRIVATE KEY-----...."

In TYPO3 4.7.1, I get devlog:

06-06-12 16:08:53        gobec    Private key: null    GObecLogin.php, line
21
06-06-12 16:08:53        gobec    loginData:
{"status":"login","uname":"martin","uident":"rsa:....","chalvalue":null,"permanent":0}
GObecLogin.php, line 20
06-06-12 16:08:47        gobec    Private key before login: "-----BEGIN
PRIVATE KEY-----...."

It looks like tx_rsaauth_storagefactory::getStorage()->get() is not
available in time of logging in. But I can't find where can be the problem,
tried to include some storage classes from rsaauth with no luck.

Martin 




More information about the TYPO3-dev mailing list