Re: Using Forms Auth, but also need Windows User ID?
From: Arnaud PICHERY (aranud@ifrance.com)
Date: 10/29/02
- Next message: Michael: "Access is denied when calling DirectoryEntry"
- Previous message: Hèctor Rubio: "How to handle ACL's in .NET?"
- In reply to: Rob Y: "Using Forms Auth, but also need Windows User ID?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Arnaud PICHERY" <aranud@ifrance.com> Date: Tue, 29 Oct 2002 14:24:52 +0100
> I'm fairly certain you cannot mix Forms Authentication and Windows
> Authentication in the web.config, but I thought there may be a
> work-around other than creating a distributed application.
I have - to a certain extend - created a mixed authentication scheme
by using the default Windows Authentication and implementing my
own form authentication in the global.asax code behind file.
I have placed a test example at http://pichery.dyndns.org/aspnet/
(entirely written in C#, sorry VB users)
I hope to make it available as a separate module when I have solved
the problem of accessing the user token as the Windows Authentication
module does (it retrieves it through the internal method
HttpWorkerRequest.GetUserToken). Any idea on how to solve this problem
would be appreciated (I'll also post the question in a separate
thread).
Hope this helps,
Arnaud.
- Next message: Michael: "Access is denied when calling DirectoryEntry"
- Previous message: Hèctor Rubio: "How to handle ACL's in .NET?"
- In reply to: Rob Y: "Using Forms Auth, but also need Windows User ID?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|