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

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
DavideBar
Forum Newbie
Posts: 2
Joined: Mon Apr 21, 2014 11:47 am

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

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

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

Post 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.
(#10850)
DavideBar
Forum Newbie
Posts: 2
Joined: Mon Apr 21, 2014 11:47 am

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

Post 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 ?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

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

Post by Christopher »

Just search for something like "PHP LDAP Active Directory" and you will find several projects. Find one that works for you.
(#10850)
Post Reply