Re: Passing credentials from asp.net to asp site
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 21:32:03 +0000 (UTC)
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
.
- Follow-Ups:
- Re: Passing credentials from asp.net to asp site
- From: Joseph George
- Re: Passing credentials from asp.net to asp site
- References:
- Passing credentials from asp.net to asp site
- From: Joseph George
- Passing credentials from asp.net to asp site
- Prev by Date: Passing credentials from asp.net to asp site
- Next by Date: Re: IIS not authorizing, gives 401.1
- Previous by thread: Passing credentials from asp.net to asp site
- Next by thread: Re: Passing credentials from asp.net to asp site
- Index(es):