Hi, > this is single-signon system. We have already our single-sign- > system. I want > only to "connect" our SSO with typo3 application i.e. call php code > which: > 1. asks our SSO - are you logged in ? - if not then user is > redirected to > login site of SSO (not typo3), if yes then step 2 <- this part has > been > done. > 2. code which performs logon into typo3 application and redirects to > home-page of typo3 application <- I don't know where should I put > this code.
You need to implement an authentication service. Go to the TER and search for "auth". You will find many authentication services that you can use as examples. HTH François Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development Sàrl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
