简体   繁体   中英

Internet SSO without windows authentication

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM