[TYPO3-english] FE authentication in TYPO3 4.x
Steffen Gebert
steffen at steffen-gebert.de
Sun Oct 3 21:33:07 CEST 2010
> So this means if I use different authentications (services) in different
> trees of the same website, check is always done against all services?
> Speaking of standard installation, no tricks on code.
Services are checked until one makes a final decision (code 0 or 200).
Whether it returns 100 or 200, if it can't validate the user, depends on
the implementation.
> And if I want to authenticate a tree against one specific service only,
> I have to modify typo3 code?
No, you can do this in localconf.php I think: The services register
theirselfes in their own ext_localconf.php (or ext_tables.php?) as auth
service. Unset this registration and set them only for the required
services dependent on $_SERVER variables.
Kind regards
Steffen
--
Steffen Gebert
TYPO3 Core Team Member
More information about the TYPO3-english
mailing list