How can I implement single sign-on (SSO) using Microsoft AD for an internal PHP app?

前端 未结 5 1705
醉梦人生
醉梦人生 2020-12-04 12:31

I\'m vaguely aware that on a computer joined to a domain IE can be asked to send some extra headers that I could use to automatically sign on to an application. I\'ve got ap

5条回答
  •  悲哀的现实
    2020-12-04 13:14

    I had a similar problem which I needed to solve for my organization.

    I was looking into using adLDAP.

    There is some documentation on the site for achieving seamless authentication with Active Directory too.

提交回复
热议问题