Re: Mixed Mode (Forms & Windows) Authentication
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 5 Sep 2006 21:49:34 +0000 (UTC)
how about this?
http://www.google.com/search?hl=en&lr=&rls=com.microsoft%3Aen-us&q=mixed+mode+authentication+asp.net&btnG=Search
;)
---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com
Since your book isn't out yet, could you send me some code or point me
to an article on this?
Thanks!
"Dominick Baier" wrote:
There are basically two models -
#1one is to have a separate "start page" for Windows users - this
page will convert the Windows credentials (and groups) to a FormsAuth
ticket and redirect to your main app. All security will be forms
based then.
#2 A second approach involves injecting code into the pipeline (and
reordering some of the modules) to enable this scenario.
For existing applications #1 is often easier.
I describe both approaches here [0]. #2 is too much code and plumbing
to post here.
If #1 is feasible for you i can walk you through the steps.
[0] http://www.microsoft.com/mspress/books/9989.asp
---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com
I have an ASP.NET application that is used remotely (over the
internet) by our clients that uses Forms authentication and the
usernames/passwords are stored in the database. I need to integrate
Windows authentication with the existing Forms authentication so
that our employees (on the intranet) can use the same application
with requiring username/password.
I've seen a suggestion of having two seperate copies of the app
hosted, one accessed locally with Windows authentication and the
other remotely with Forms authentication. But, I would rather have
one server/site do both.
There must be a way to do this, and I don't know why this support
wasn't built into ASP.NET 2.0 out of the box. Does anyone have any
suggestions/examples of doing Mixed Mode Authentication in ASP.NET
2.0??
.
- Follow-Ups:
- Re: Mixed Mode (Forms & Windows) Authentication
- From: Steven Cheng[MSFT]
- Re: Mixed Mode (Forms & Windows) Authentication
- Prev by Date: Re: User forgot password and answer to question
- Next by Date: Re: SSL ADAM and XP
- Previous by thread: Re: Mixed Mode (Forms & Windows) Authentication
- Next by thread: Re: Mixed Mode (Forms & Windows) Authentication
- Index(es):
Relevant Pages
|