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

Martin Kokes shr3k at typo3-hosting.com
Wed Jun 6 13:05:12 CEST 2012


Huh, it looks like the the private key can't be get from 
tx_rsaauth_storagefactory storage at 
http://typo3.org/api/typo3/class_8tx__rsaauth__sv1_8php_source.html#l00089. 
That's even stranger as I found that private key generated in my eID script 
gets stored as :

$storage->put($keyPair->getPrivateKey());

and then can be right after that logged as:

if($this->debug) {
    t3lib_div::devLog('PK: ' . json_encode($storage->get()), $extKey, 0);
}

But after form submit and login processing with 
tx_rsaauth_sv1::processLoginData() is the key gone.

Martin 




More information about the TYPO3-dev mailing list