문제

I have a web php application in the DMZ zone(internet), different domain with AD server. (AD server is intranet)

So, when staff in the intranet open this web app, how can they auto login by using windows credential? I tried Windows authentication, NTLM, but it's for intranet only.

Any idea that php can get current user's window's username without enable windows authenticate?

도움이 되었습니까?

해결책

You need to setup an adfs server connected to your internal ad and then setup a federated login on the website, or use another federation solution. It is not trivial, but mustn't be expensive.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top