Re: Using both forms and windows authentication together
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 1 Mar 2007 14:16:35 -0600
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.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Matt Adamson" <Adamson_Matthew@xxxxxxxxxxx> wrote in message
news:%23ZcjE%23AXHHA.1212@xxxxxxxxxxxxxxxxxxxxxxx
Guys,
Does anyone know the best way to implement both windows and forms based
authentication in the same web site?
I'd like intranet based windows user to be able to use single sign on and
not require them to log in so the full windows name including domain name
can be used. However for internet based users they should be required to
enter their credentials.
Any thoughts?
Cheers
Matt
.
- Follow-Ups:
- Re: Using both forms and windows authentication together
- From: Dominick Baier
- Re: Using both forms and windows authentication together
- From: Matt Adamson
- Re: Using both forms and windows authentication together
- References:
- Using both forms and windows authentication together
- From: Matt Adamson
- Using both forms and windows authentication together
- Prev by Date: Re: Trusted SQL Connections & NT AUTHORITY\NETWORK SERVICE
- Next by Date: Re: Using both forms and windows authentication together
- Previous by thread: Using both forms and windows authentication together
- Next by thread: Re: Using both forms and windows authentication together
- Index(es):
Relevant Pages
|