Windows Authentication - what happens when it's not available?

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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....
    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...
    4. 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...
    5. 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...
  3. #2

    Default 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
    >
    >
    > Dan
    Raterus Guest

  4. #3

    Default 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...
    > 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

    HG Guest

  5. #4

    Default 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...
    > 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


    [microsoft.public.dotnet.framework.aspnet.security]
    Dominick Baier Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139