Re: Passing credentials from asp.net to asp site



Hi,

does Windows authentication mean "Integrated" or do they also support Basic Auth?

If they only support Integrated, you are out of luck..

With basic auth there is a hacky way involving client side script and handcrafting headers i guess.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Hi,

I have an ASP.Net 2.0 website which is currently under development,
called Web1. It has a link which takes the user to another website
called Web2, running ASP which is on a different machine.

Web1 uses Forms authentication with IIS6 running with Anonymous user.
Web2 uses windows authentication. Is there a way I can implement
single-signon for the users of Web1 such that if they login there and
click on the link, they are automatically logged into Web2?

Please note that the users need not be in any windows domain\network.
The problem is that Web2 belongs to a 3rd party vendor who support
only windows authentication. But we do have access to their asp files
and they do provide an SDK with limited functionality.

Thanks for any help,
Chumma Dede


.