Ask a Question related to ASP.NET Security, Design and Development.
-
Dan Nash #1
Windows Authentication - what happens when it's not available?
Hi
I'm developing an Intranet system for a client, and am looking at using
Windows Authentication, so that the network users don't have to log onto the
network and Intranet seperately.
However, the client wants users to be able to access the information on the
Intranet from home. To that end, the port would be open across the net. But
if they try and access it from home, WA wouldn't know who they were, as they
would not be logged into the Win2k3 domain.
So... is it possible to get .NET to use Windows Authentication, UNLESS it
can't find a logged in user, in which case it directs them to a login page?
Or is there a better way.....?
Forgive me if my logic is wrong - new to asp.NET!
Any help appreciated.
Cheers
Dan
Dan Nash Guest
-
Windows Authentication
I have an asp app that will be used primarily within an intranet. Windows Authentication seems to work well for this. On occassion a user using... -
Windows authentication in 3
Hi all. I'm designing a system consists of 3 parts: 1.asp.net web client app 2. web service router using Web service enhancements 2.0 3.... -
ASP.NET Authentication and Windows Authentication
Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application... -
windows authentication..
Hi I'm stuck with a user authentication issue and desperately need some help. here's the situation - I have a web application where all the users... -
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... -
Raterus #2
Re: Windows Authentication - what happens when it's not available?
If you hit a windows authentication page without the appropriate credentials, you will automatically be prompted with a login box (like the basic authentication box), to enter your information. I don't think you need to do much more than that.
--Michael
"Dan Nash" <dan@musoswire.co.uk> wrote in message news:6386DC98-0DD0-4628-A18B-B1BEA900E6E9@microsoft.com...> Hi
>
> I'm developing an Intranet system for a client, and am looking at using
> Windows Authentication, so that the network users don't have to log onto the
> network and Intranet seperately.
>
> However, the client wants users to be able to access the information on the
> Intranet from home. To that end, the port would be open across the net. But
> if they try and access it from home, WA wouldn't know who they were, as they
> would not be logged into the Win2k3 domain.
>
> So... is it possible to get .NET to use Windows Authentication, UNLESS it
> can't find a logged in user, in which case it directs them to a login page?
> Or is there a better way.....?
>
> Forgive me if my logic is wrong - new to asp.NET!
>
> Any help appreciated.
>
> Cheers
>
>
> DanRaterus Guest
-
HG #3
Re: Windows Authentication - what happens when it's not available?
Hi Dan
I don't remember the exact URL, but do a search on MSDN for "mixed
security". I remember seen an article doing exactly what you are trying to
achieve.
Regards from Denmark
Henrik
"Dan Nash" <dan@musoswire.co.uk> skrev i en meddelelse
news:6386DC98-0DD0-4628-A18B-B1BEA900E6E9@microsoft.com...the> Hi
>
> I'm developing an Intranet system for a client, and am looking at using
> Windows Authentication, so that the network users don't have to log ontothe> network and Intranet seperately.
>
> However, the client wants users to be able to access the information onBut> Intranet from home. To that end, the port would be open across the net.they> if they try and access it from home, WA wouldn't know who they were, aspage?> would not be logged into the Win2k3 domain.
>
> So... is it possible to get .NET to use Windows Authentication, UNLESS it
> can't find a logged in user, in which case it directs them to a login> Or is there a better way.....?
>
> Forgive me if my logic is wrong - new to asp.NET!
>
> Any help appreciated.
>
> Cheers
>
>
> Dan
HG Guest
-
Dominick Baier #4
Re: Windows Authentication - what happens when it's not available?
[url]http://msdn.microsoft.com/security/default.aspx?pull=/library/en-us/dnaspp/html/mixedsecurity.asp[/url]
or plug into the http pipeline to do the magic (something i do in the developmentor essential .net security course as a lab :)
---
Dominick Baier - DevelopMentor
[url]http://www.leastprivilege.com[/url]
nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet.security/<emqpUjWmEHA.952@TK2MSFTNGP14.phx.gbl>
Hi Dan
I don't remember the exact URL, but do a search on MSDN for "mixed
security". I remember seen an article doing exactly what you are trying to
achieve.
Regards from Denmark
Henrik
"Dan Nash" <dan@musoswire.co.uk> skrev i en meddelelse
news:6386DC98-0DD0-4628-A18B-B1BEA900E6E9@microsoft.com...the> Hi
>
> I'm developing an Intranet system for a client, and am looking at using
> Windows Authentication, so that the network users don't have to log ontothe> network and Intranet seperately.
>
> However, the client wants users to be able to access the information onBut> Intranet from home. To that end, the port would be open across the net.they> if they try and access it from home, WA wouldn't know who they were, aspage?> would not be logged into the Win2k3 domain.
>
> So... is it possible to get .NET to use Windows Authentication, UNLESS it
> can't find a logged in user, in which case it directs them to a login> Or is there a better way.....?
>
> Forgive me if my logic is wrong - new to asp.NET!
>
> Any help appreciated.
>
> Cheers
>
>
> Dan
[microsoft.public.dotnet.framework.aspnet.security]
Dominick Baier Guest



Reply With Quote

