Re: IIS 6.0: Windows authentication across virtual servers
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/19/04
- Next message: Michael Barrett: "Re: IIS 6.0: Windows authentication across virtual servers"
- Previous message: Michael Barrett: "IIS 6.0: Windows authentication across virtual servers"
- In reply to: Michael Barrett: "IIS 6.0: Windows authentication across virtual servers"
- Next in thread: Michael Barrett: "Re: IIS 6.0: Windows authentication across virtual servers"
- Reply: Michael Barrett: "Re: IIS 6.0: Windows authentication across virtual servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 19 Feb 2004 00:48:13 -0800
If you're using Integrated authentication and both servers and users are in
the same (or cross-trusted) domain, there shouldn't be any dialog box as IE
will take care of the auto-logon (unless configured to not do it).
There is a big difference between IE auto-login and "Pass-thru"
authentication. The former is pretty implicit since you directly control
the browser to give authentication. The latter requires the concept of
"delegation" where you, the user, must delegate to the website (controlled
by someone else) the ability to act as YOU (and not the website) while
accessing another website. Delegation is a pretty trusted operation.
So, I'm confused by your terminoligy of "Virtual Server" -- are you talking
about two websites on two different physical servers, or just two different
websites one one physical server.
WSS and ASP.Net both have custom authentication solutions, and I think that
they are not compatible with each other, so you want to make sure you're not
in that case, too.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Michael Barrett" <mbiwj001@sneakemail.com> wrote in message news:eFncKtr9DHA.1672@TK2MSFTNGP12.phx.gbl... We are currently running two web applications on two different virtual servers. One of them is Windows Sharepoint Services, and the other one is also based on ASP.NET. Both of these applications use windows authentication to authenticate the users. Often the users need to go directly from Windows Sharepoint Services (via a hyperlink) to the other ASP.NET-application. However, when they do, they are required to enter username and password again (even though they had already been authenticated on Windows Sharepoint Services). Is there any way to "pass-through" the authentication between the two applications (which reside on two different virtual servers) provided that it takes place within the same browser session. Thanks in advance... -- Michael Barrett
- Next message: Michael Barrett: "Re: IIS 6.0: Windows authentication across virtual servers"
- Previous message: Michael Barrett: "IIS 6.0: Windows authentication across virtual servers"
- In reply to: Michael Barrett: "IIS 6.0: Windows authentication across virtual servers"
- Next in thread: Michael Barrett: "Re: IIS 6.0: Windows authentication across virtual servers"
- Reply: Michael Barrett: "Re: IIS 6.0: Windows authentication across virtual servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|