Single sign on in php using Active Directory

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phanik18
Forum Newbie
Posts: 3
Joined: Mon Feb 01, 2010 4:37 am

Single sign on in php using Active Directory

Post by phanik18 »

Hi,

Can any one please help me with Single sign on implementaion in PHP application using Active Directory (Both in Windows Server and Linux Server).

Urgent help Needed.

Thank You.
jaiswarvipin
Forum Commoner
Posts: 32
Joined: Sat Sep 12, 2009 3:43 pm
Location: India

Re: Single sign on in php using Active Directory

Post by jaiswarvipin »

To authincation using LDAP then pelase refer the below URL http://adldap.sourceforge.net/wiki/doku ... i_examples.

Other and best way is that create SSO using LDAP in other technologies like .NTE , java as web services and call that web services from PHP.
Benefit from this is

1) Authincation and authrization layer will be seperate so you can called as firewall as well.
2) As web servics you can re-use this as other devlopement for authncation as firewall.
3) You developemert time reduse.
4) Best part is it is secure from other had becuase you authincation layer is manage by only and department with log.

so i suggest that pelase go for this and getting more informtion how it work please refer the http://wiki.developerforce.com/index.ph ... _Force.com.
Post Reply