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
php authentication portal, which can allow to access other s
Moderator: General Moderators
-
sanjeebtiwari
- Forum Newbie
- Posts: 1
- Joined: Thu Jan 30, 2014 6:12 am
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: php authentication portal, which can allow to access oth
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?
(#10850)