Page 1 of 1

PHP + Active Directory(Azure) + Single Sign On(SSO)

Posted: Mon Apr 21, 2014 12:10 pm
by DavideBar
Hello, how can I make 2 PHP websites in Azure and then add them to Active Directory and finaly modifiyng them to use Single Sing On ?

Regards

Re: PHP + Active Directory(Azure) + Single Sign On(SSO)

Posted: Mon Apr 21, 2014 10:12 pm
by Christopher
DavideBar wrote:Hello, how can I make 2 PHP websites in Azure and then add them to Active Directory and finaly modifiyng them to use Single Sing On ?

Regards
I think PHP is available for Azure websites by default. See the docs to configure it. Likewise, see the docs for configuring AD. There are some pretty good LDAP libraries for PHP that provide single sign-on with AD.

Re: PHP + Active Directory(Azure) + Single Sign On(SSO)

Posted: Wed Apr 23, 2014 9:25 am
by DavideBar
Can you give me a link to where I can understand how to implement LDAP to connect to the AD and how to configure it pelase ?

Re: PHP + Active Directory(Azure) + Single Sign On(SSO)

Posted: Wed Apr 23, 2014 11:40 am
by Christopher
Just search for something like "PHP LDAP Active Directory" and you will find several projects. Find one that works for you.