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
PHP + Active Directory(Azure) + Single Sign On(SSO)
Moderator: General Moderators
- 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)
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.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
(#10850)
Re: PHP + Active Directory(Azure) + Single Sign On(SSO)
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 ?
- 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)
Just search for something like "PHP LDAP Active Directory" and you will find several projects. Find one that works for you.
(#10850)