Re: Using both forms and windows authentication together
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 1 Mar 2007 21:16:59 -0600
I'm embarassed to admit that I got Dominick's book over the holidays and
have not had time to read it yet. :(
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:51eb30489d108c92a769f2d7fa0@xxxxxxxxxxxxxxxxxxxxx
Oh yeah - ADFS is for everyone ;))
Well - actually i describe two ways of achieving this in my book - maybe
you wanna have a look (see link below)..
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)
My new favorite way of implementing this type of architecture is to
use ADFS, as it supports this functionality out of the box. However,
I probably wouldn't suggest setting up ADFS just for this. If you
were doing an internal Web single sign on project across multiple apps
or needed to integrate identities with your external partners, then
the extra effort is easier to justify.
My preferred way of doing this type of thing without ADFS is to have
different URLs (possibly using split DNS to give you the same app name
if you are doing an intranet/extranet thing and have the ability to do
split DNS). With the external URL, use the AD membership provider for
forms auth. Inside, just use Windows auth.
There are ways of having the exact same app support both mechanisms
simultaneously, but aside from ADFS, all of the other implementations
I've seen are somewhat of a hack fest. I'm not a fan.
Joe K.
.
- References:
- Re: Using both forms and windows authentication together
- From: Joe Kaplan
- Re: Using both forms and windows authentication together
- From: Dominick Baier
- Re: Using both forms and windows authentication together
- Prev by Date: RE: Change Password in Administration Website
- Next by Date: Re: Using both forms and windows authentication together
- Previous by thread: Re: Using both forms and windows authentication together
- Next by thread: Re: Using both forms and windows authentication together
- Index(es):
Relevant Pages
|