Setting Principle for HttpWorkerRequest
From: Michael Palmer (mpalmer78_at_newsgroup.nospam)
Date: 08/10/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: problem while executing exe from web app"
- Previous message: MattC: "Losing Session Data when switching from http -> https and vice versa"
- Next in thread: Brock Allen: "Re: Setting Principle for HttpWorkerRequest"
- Reply: Brock Allen: "Re: Setting Principle for HttpWorkerRequest"
- Reply: [MSFT]: "RE: Setting Principle for HttpWorkerRequest"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 10 Aug 2005 08:01:02 -0700
I am implementing my own web server that will authenticate users using out-of-band
methods (like IIS does in the case of Windows authentication). I am implementing
an HttpWorkerRequest and asking HttpRuntime to process the request. I expect
existing ASP.NET applications to work without changes, but if those applications
happen to examine HttpContext.Current.User.Identity or HttpContext.Principal,
they should see the credentials that my code set in advance.
Any ideas how I may do this? I've found similar threads but none have provided
a solution.
Thanks in advance,
Michael
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: problem while executing exe from web app"
- Previous message: MattC: "Losing Session Data when switching from http -> https and vice versa"
- Next in thread: Brock Allen: "Re: Setting Principle for HttpWorkerRequest"
- Reply: Brock Allen: "Re: Setting Principle for HttpWorkerRequest"
- Reply: [MSFT]: "RE: Setting Principle for HttpWorkerRequest"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|