Ask a Question related to ASP.NET Security, Design and Development.
-
Fabio Gouw #1
Mixing Windows and Forms Authentication
I was looking a way to have the Windows and Forms Authentication on the same
site, and I found a Paul Wilson's article on MSDN.
I've downloaded the code, and I'm trying to make it work. But I got some
problems..., it works well with Windows Authentication, but when it comes
about Forms, it doesn't work properly.
When I access the site outside the domain, it shows an user and password
login window, asking me to autenticate on the domain. I only access
WebLogin.aspx when I fill this window correctly.
This windows is supposed to not be showed, can anyone help me find out
what's wrong?
Thanks
Fabio Gouw Guest
-
issues mixing integrated Windows authentication and anonymous on same application
I'm having issues mixing integrated Windows authentication and anonymous access on same IIS app. Basically, any post back event fails (Forms... -
Forms and Windows Authentication
Hello! I have a project that I'm working on and have some thoughts on how to secure it but was hoping to get suggestions on the feasibility of my... -
Forms authentication with Windows authentication
Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication... -
Forms / Windows Authentication
I have an application where I would like to present a nice HTML based login page but log the user in using Windows Authentication. I know that... -
Mixing Forms Authentication with User Accounts in ASP.NET
Put simply, I want to use a custom form where a user can enter their Windows Domain Account and password, and have that validated. i.e. I do not... -
Hernan de Lahitte #2
Re: Mixing Windows and Forms Authentication
You may have checked both Basic and NTLM auth in IIS so you will use NTLM
inside the domain and Basic when accessing outside the domain.
There is another article from the same author that shows a slight different
method albeit with a less complex setup.
[url]http://aspalliance.com/553[/url]
The overall strategy (double entry point) its cleaner than the first
approach though it may be added some further improvements in the Forms Auth
area.
--
Hernan de Lahitte
[url]http://weblogs.asp.net/hernandl[/url]
"Fabio Gouw" <FabioGouw@discussions.microsoft.com> wrote in message
news:CC99C63C-E94B-46DA-92E2-2175AA47AB7F@microsoft.com...>I was looking a way to have the Windows and Forms Authentication on the
>same
> site, and I found a Paul Wilson's article on MSDN.
>
> I've downloaded the code, and I'm trying to make it work. But I got some
> problems..., it works well with Windows Authentication, but when it comes
> about Forms, it doesn't work properly.
>
> When I access the site outside the domain, it shows an user and password
> login window, asking me to autenticate on the domain. I only access
> WebLogin.aspx when I fill this window correctly.
>
> This windows is supposed to not be showed, can anyone help me find out
> what's wrong?
>
> Thanks
Hernan de Lahitte Guest
-
Phillip Jubb #3
Re: Mixing Windows and Forms Authentication
Yes, I have the same issue. It immediately takes me to the FBA login
window when I cancel but I don't want the prompt to come up in the
first place.
On Fri, 10 Dec 2004 03:31:03 -0800, "Fabio Gouw"
<FabioGouw@discussions.microsoft.com> wrote:
>I was looking a way to have the Windows and Forms Authentication on the same
>site, and I found a Paul Wilson's article on MSDN.
>
>I've downloaded the code, and I'm trying to make it work. But I got some
>problems..., it works well with Windows Authentication, but when it comes
>about Forms, it doesn't work properly.
>
>When I access the site outside the domain, it shows an user and password
>login window, asking me to autenticate on the domain. I only access
>WebLogin.aspx when I fill this window correctly.
>
>This windows is supposed to not be showed, can anyone help me find out
>what's wrong?
>
>ThanksPhillip Jubb Guest
-
Hernan de Lahitte #4
Re: Mixing Windows and Forms Authentication
You may have checked both Basic and NTLM auth in IIS so you will use NTLM
inside the domain and Basic when accessing outside the domain.
There is another article from the same author that shows a slight different
method albeit with a less complex setup.
[url]http://aspalliance.com/553[/url]
The overall strategy (double entry point) its cleaner than the first
approach though it may be added some further improvements in the Forms Auth
area.
--
Hernan de Lahitte
[url]http://weblogs.asp.net/hernandl[/url]
[url]http://www.lagash.com/english/index.html[/url]
"An expert is one who knows more and more about less and less until he knows
absolutely everything about nothing".
"Phillip Jubb" <philjubb@SPAMMYgmail.com> wrote in message
news:g3ojr0h8tgncna1qoodc20v53eu7hva5dj@4ax.com...> Yes, I have the same issue. It immediately takes me to the FBA login
> window when I cancel but I don't want the prompt to come up in the
> first place.
>
> On Fri, 10 Dec 2004 03:31:03 -0800, "Fabio Gouw"
> <FabioGouw@discussions.microsoft.com> wrote:
>>>>I was looking a way to have the Windows and Forms Authentication on the
>>same
>>site, and I found a Paul Wilson's article on MSDN.
>>
>>I've downloaded the code, and I'm trying to make it work. But I got some
>>problems..., it works well with Windows Authentication, but when it comes
>>about Forms, it doesn't work properly.
>>
>>When I access the site outside the domain, it shows an user and password
>>login window, asking me to autenticate on the domain. I only access
>>WebLogin.aspx when I fill this window correctly.
>>
>>This windows is supposed to not be showed, can anyone help me find out
>>what's wrong?
>>
>>Thanks
Hernan de Lahitte Guest



Reply With Quote

