Re: advice - spoofing an active directory login?
- From: nikespex@xxxxxxxxxxx
- Date: 31 Oct 2005 10:05:19 -0800
Is there a way to set values within ASP to make them appear as though
they were posted via a form? (as per your advice below)
Basically I'm going to have info from the user's previous login passed
in and I need to be able to authenticate them against AD without them
entering their login info again.
(sorry if my questions seem elementary - I'm a Coldfusion dev, so AD
and ASP are new to me)
Mark Smith wrote:
> You can only do this with forms base (basic) authentication -- something you
> could actually capture the password with. Integrated (Kerberos) is time
> sensative and won't allow the reuse of the password.
>
>
>
>
> <nikespex@xxxxxxxxxxx> wrote in message
> news:1130544409.872274.182000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >I am working on an application that is protected behind Active
> > Directory. In special cases users will be authenticated elsewhere on a
> > separate system via a web-based login. When they reach my application
> > I need to be able to log the user in automatically without prompting
> > them with a Windows login pop-up (for Active Directory).
> >
> > Example: User visits www.foo.com and successfully logs in as Jane.
> > Jane then visits www.bar.com and because she has already authenticated
> > at foo.com I want to automatically log her in as the Active Directory
> > user "Jane" on my application at bar.com without her seeing the Windows
> > login prompt.
> >
> > Any advice for how this can be accomplished? I'm using class ASP for
> > the UI to the application.
> >
> > Much thanks,
> > Ryan
> >
.
- References:
- advice - spoofing an active directory login?
- From: nikespex
- Re: advice - spoofing an active directory login?
- From: Mark Smith
- advice - spoofing an active directory login?
- Prev by Date: Wndows 2000 and 2003 forests and domains
- Next by Date: RE: User got married and changed name. What needs to be changed i
- Previous by thread: Re: advice - spoofing an active directory login?
- Next by thread: Re: There are multiple accounts with name MSSQLSvc/...
- Index(es):
Relevant Pages
|