[TYPO3] Installing a sysext

Dmitry Dulepov dmitry at typo3.org
Fri Oct 3 13:51:19 CEST 2008


Hi!

Xavier Perseguers wrote:
> Another question: I made my own authentication extension to be able to 
> deal with an external database. Now after reading the code, what I fear 
> is true, my extension won't be able to provide openID as well. You did 
> what I wanted to do with this openid extension. Now, I know that this 
> extension is not yet released but it would be great to let other 
> authentication extensions "hook" as fallback authentication method if 
> OpenID is not used. This way one could let OpenID work and use its own 
> authentication method as well.

If I understood you right, there is no problem. Authentication services are called in chain. So if there is no OpenID supplied by user, the other service will be called to authenticate user. But if there is OpenID and it is wrong, authentication will fail, which is correct behaviour.

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/duplicate_content_with_realurl/


More information about the TYPO3-english mailing list