The ASP application is using NT Authentication - the CF application is not.
I need for the user to be able to move from the CF application (using client
vars) to the ASP application without having to use a different login.

Thanks


-----Original Message-----
From: Joe Eugene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 9:45 AM
To: CF-Talk
Subject: Re: CF & ASP - Side by Side?


If you are using NT Authentication(Challenge Reponse)... CGI.AuthUser gets
populated
and treats the user as Authenticated User.. This variable(CGI.AuthUser) is
available
both in CF and ASP.. so u shouldnt have any problems, authenticating the
user
or user moving between ASP and CF.

Joe
Certified Advanced ColdFusion Developer

----- Original Message -----
From: "Webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 04, 2002 10:40 AM
Subject: RE: CF & ASP - Side by Side?


> Are you using a cookie on the CF side?
>
> -----Original Message-----
> From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 04, 2002 9:32 AM
> To: CF-Talk
> Subject: CF & ASP - Side by Side?
>
>
> I have a large content management system designed in Cold Fusion that
> implements user security based on an LDAP server and a set of client
> variables.   I am needing to drop an old legacy ASP app in next to it and
> have the users be able to move seamlessly between the two.   The problem
is
> that the ASP app is secured using NT authentication - i.e.
CGI.REMOTE_USER.
>
> Does anybody know of a way I can easily (without re-writing it) get the
ASP
> application to recognize/read the client login variables from the Cold
> Fusion app?
>
> Thanks
> -- Jeff
>
>
>

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to