Page 1 of 1

Single sign on in php using Active Directory

Posted: Mon Feb 01, 2010 4:42 am
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.

Re: Single sign on in php using Active Directory

Posted: Thu Feb 04, 2010 5:24 am
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.