RE: IIS Basic + Integrated Authentication slow
From: IT Community (it-community@online.microsoft.com)
Date: 06/22/02
- Next message: IT Community: "RE: IIS 5 AND sql Server same box - integrated Security fails"
- Previous message: Tom Pepper Willett: "Re: SSL 128Bit"
- In reply to: David Chadwick: "IIS Basic + Integrated Authentication slow"
- Next in thread: David Chadwick: "Re: IIS Basic + Integrated Authentication slow"
- Reply: David Chadwick: "Re: IIS Basic + Integrated Authentication slow"
- Reply: Stephen L Nicoud: "Re: IIS Basic + Integrated Authentication slow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: it-community@online.microsoft.com (IT Community) Date: Sat, 22 Jun 2002 15:41:48 GMT
You wrote:
| I realise that Integrated Authentication isn't supposed to be used over
the
| Internet and frankly that is fine with me.
Response:
Integrated Authentication is essentially, NTLM or NT Challenge/.Response,
and will not work when authenticated via a firewall or proxy which likely
to happen when access from Internet. When a proxy server is inserted into
the system, between the Web browser and the Web publishing server, NTLM
authentication between the client browser and the WEB publishing server
will no longer work. In fact any authentication method relying on implicit
end-to-end state (such as NTLM) will cease working. Please review:
Q198116 Authentication Options and Limitations Using Proxy Server 2.0
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q198116
You wrote:
| The problem is that if I enable
| Basic Authentication it still tries Integrated first, so this problem does
| not go away.
Response:
If all enabled, the sequence IIS will try to authenticate a user is
Anonymous, Windows Integrated, and then Basic authentication. Please review:
Q264921 INFO: How IIS Authenticates Browser Clients
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q264921
You wrote:
| If I turn off Integrated Authentication then Basic Authentication kicks in
| and the Intranet site runs very quickly and all is great. However this
| means that people accessing the site internally have to enter their
username
| and password rather than it just working transparently as it does with
| Integrated! I need to be able to tell IIS to use Basic Authentication
first
| with external clients, and Integrated Authentication with internal ones.
Response:
One solution is to internally, enable Bypass proxy server for local
addresses in IE Tools/Internet Options/Connections/LAN Settings and use
NetBios name to access your intranet so Windows integrated will be used.
Notice IE uses a period (.) in the URL to determine if the address is on
the (external) Internet, rather than the (internal) intranet. When
specifying an address which uses periods, IE identifies the URL as an
external site, and does not attempt to initiate the authentication session
because "Integrated Windows authentication" does not work across a firewall
or proxy. Or you can try
Q262981 Internet Explorer Uses Proxy Server Even if Bypass Option Is On
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q262981
Hope this helps.
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Recently released IIS security patches:
Q319733 Cumulative Patch for Internet Information Services released
04/10/2002
http://www.microsoft.com/technet/security/bulletin/ms02-018.asp
Q321599 Heap Overrun in HTR Chunked Encoding Could Enable Web Server
Compromise released on 06/12/2002
http://www.microsoft.com/TechNet/security/bulletin/MS02-028.asp
- Next message: IT Community: "RE: IIS 5 AND sql Server same box - integrated Security fails"
- Previous message: Tom Pepper Willett: "Re: SSL 128Bit"
- In reply to: David Chadwick: "IIS Basic + Integrated Authentication slow"
- Next in thread: David Chadwick: "Re: IIS Basic + Integrated Authentication slow"
- Reply: David Chadwick: "Re: IIS Basic + Integrated Authentication slow"
- Reply: Stephen L Nicoud: "Re: IIS Basic + Integrated Authentication slow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|