Forms / Windows Authentication

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

  1. #1

    Default 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 forms authentication is not what I need because it doesn't
    tie into Active Directory. And I don't want to use Windows
    Authentication because I don't like the browsers ugly login dialog.

    Any ideas or code samples to do what I am asking?

    Thanks!

    Mike
    Mike Hacker Guest

  2. Similar Questions and Discussions

    1. Windows and Forms Authentication together ???
      Hi, I am trying to create a site that will be used by both employees and external users, so both types of users trying to access the same pages. ...
    2. 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...
    3. Combining forms and Windows authentication
      Hi! I've read Paul Wilsons article on mixing forms and Windows authentication...
    4. Windows and Forms Authentication
      Hi, I need some help on building a security model for an intranet I am currently building. I am aware that Intranets lend themselves quite...
    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: Forms / Windows Authentication

    Perhaps this article helps you:

    Using Windows and Forms Authentication Together
    [url]http://www.dotnetbips.com/displayarticle.aspx?id=201[/url]

    --
    Teemu Keiski
    MCP,Designer/Developer
    Mansoft tietotekniikka Oy
    [url]http://www.mansoft.fi[/url]

    AspInsiders Member, [url]www.aspinsiders.com[/url]
    ASP.NET Forums Moderator, [url]www.asp.net[/url]
    AspAlliance Columnist, [url]www.aspalliance.com[/url]

    "Mike Hacker" <mphacker@sitedev.com> kirjoitti viestissä
    news:ac079432.0308201412.2122668c@posting.google.c om...
    > 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 forms authentication is not what I need because it doesn't
    > tie into Active Directory. And I don't want to use Windows
    > Authentication because I don't like the browsers ugly login dialog.
    >
    > Any ideas or code samples to do what I am asking?
    >
    > Thanks!
    >
    > Mike

    Teemu Keiski 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