Page 1 of 1

php authentication portal, which can allow to access other s

Posted: Thu Jan 30, 2014 6:16 am
by sanjeebtiwari
Hi,
I am trying to develop Authentication Portal in php using yii framework. The application will run on DMZ's Server. Our Organization's users will use Authentication Portal, from Internet, for accessing different other servers(which are also on DMZ with public IPs). Using authentication portal, user (from Internet) should get authenticated . After getting authenticated, user can access different remote servers. If user logout from Authentication portal then he/she will not be able to access remote servers. How can I make this scenario possible? Should I use transparent proxy concept? Or is there any other way I can resolve above issue? If I use transparent proxy concept can any one guide me how should I proceed.

For understanding the scenario kindly access the below given link. https://www.facebook.com/photo.php?fbid ... =3&theater

Thanks in advance

Re: php authentication portal, which can allow to access oth

Posted: Thu Jan 30, 2014 10:18 am
by Christopher
Are the "remote servers" able to access the authentication server? Or can they share data with something like memcached? So all access go through a proxy now?