Re: Integrated Authentication Problem

From: Thomas Deml [MS] (thomad@online.microsoft.com)
Date: 09/27/02


From: "Thomas Deml [MS]" <thomad@online.microsoft.com>
Date: Fri, 27 Sep 2002 14:05:14 -0700


What is the URL you are using and the error you get?
Suspicion:
IE has a simple logic to determine if an URL is in the Intranet or the
Internet. If the domain name contains a dot it treats it as an Internet
address and uses a proxy server (if configured). Windows auth doesn't work
over proxies.

Hope this helps,

Thomas Deml
Lead Program Manager
Internet Information Services
Microsoft Corp.

"JohnF" <jfarrow@meagpower.org> wrote in message
news:87d301c26558$f8adc3a0$2ae2c90a@phx.gbl...
> Okay, I must be overlooking something. I've got an
> intranet website that I need to use integrated
> authentication. However, after setting up the site i'm
> still being prompted with a login dialog. Weird thing is I
> can not enter any information in the dialog and just press
> okay and AUTH_USER still receives my credentials. Which is
> what I want to happen, but without the prompt for the
> login.
>
> Configuration:
> - Web Server and all clients are on the same domain.
> - Windows 2000 on all clients and servers.
> - We're NOT using Kerbos Authentication.
> - Site is configured to only use Integrated Authentication.
> - ACL's on website directory are:
> Administrators - Full Control
> Everyone - Read & Execute, List, Read
> INTERACTIVE - List
> NETWORK - List
> SYSTEM - Full Control
> - Client is IE6 with Enable Windows Integrated
> Authentication turned on.