Is it possible to use Integrated Windows Auth when Server isn't on the domain?
Posted
by jskentzos
on Stack Overflow
See other posts from Stack Overflow
or by jskentzos
Published on 2010-03-31T17:28:50Z
Indexed on
2010/03/31
17:33 UTC
Read the original article
Hit count: 278
iis
|windows-authentication
Our production web servers ARE NOT part of the domain, but we'd like people to be able to log in automatically since they are logged into the domain on their PC.
Is there anyway to get the browser (IE7+) to send the appropriate information to the server (IIS6) so I can retrieve the ServerVariables["AUTH_USER"] or ServerVariables["LOGON_USER"]?
I presume the answer is no since if I set the security for windows auth to "on" and anonymous access to "off", then the server wouldn't know what do do with any user information for a domain which it has no knowledge of. I just want to know for sure before I give the SSO team a "not possible" answer.
© Stack Overflow or respective owner