Mixing Forms Authentication with User Accounts in ASP.NET

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

  1. #1

    Default 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 want
    users to be presented with the IE style dialog box when authenticating.

    I used to be able to do this pre-.NET with an ISAPI DLL and LogonUser() API.

    Is there an easy way to replicate this behaviour in the brave new world?


    Many thanks.


    SCG Guest

  2. Similar Questions and Discussions

    1. Forms authentication <-> Windows user?
      Hi, I'm new in ASP.NET and I've got a question about authentication in an intranet application: I want to authentify and authorize the user by...
    2. 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...
    3. Register new user forms authentication
      Ok I admit to being new at this and having problems getting my head around IIS. So if you can help me I will much appreciate it. I have a login...
    4. Forms Authentication Anonymous User
      Hi, I have implemented Forms-Based Authentication for a website I am designing which is working fine. However I want to get a list of Roles for...
    5. User Session issue with ASP.NET Forms authentication & Windows 2003
      Hi, I first posted this query in just the aspnet ng but didn't get a reply so I'm posting here (probably more appropriate) Hope one of you guys...
  3. #2

    Default Re: Mixing Forms Authentication with User Accounts in ASP.NET

    See this article:
    [url]http://www.dotnetbips.com/displayarticle.aspx?id=201[/url]

    about mixing Forms Authentication and Windows Authentication. LogonUser API
    is still used...

    --
    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]


    "SCG" <simon.gregory@eqos.com> wrote in message
    news:eIay1fHTDHA.3500@tk2msftngp13.phx.gbl...
    > 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 want
    > users to be presented with the IE style dialog box when authenticating.
    >
    > I used to be able to do this pre-.NET with an ISAPI DLL and LogonUser()
    API.
    >
    > Is there an easy way to replicate this behaviour in the brave new world?
    >
    >
    > Many thanks.
    >
    >

    Teemu Keiski Guest

  4. #3

    Default Re: Mixing Forms Authentication with User Accounts in ASP.NET

    Thanks - works a treat.


    "Teemu Keiski" <joteke@aspalliance.com> wrote in message
    news:%232ozNbJTDHA.2180@TK2MSFTNGP10.phx.gbl...
    > See this article:
    > [url]http://www.dotnetbips.com/displayarticle.aspx?id=201[/url]
    >
    > about mixing Forms Authentication and Windows Authentication. LogonUser
    API
    > is still used...
    >
    > --
    > 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]
    >
    >
    > "SCG" <simon.gregory@eqos.com> wrote in message
    > news:eIay1fHTDHA.3500@tk2msftngp13.phx.gbl...
    > > 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 want
    > > users to be presented with the IE style dialog box when authenticating.
    > >
    > > I used to be able to do this pre-.NET with an ISAPI DLL and LogonUser()
    > API.
    > >
    > > Is there an easy way to replicate this behaviour in the brave new world?
    > >
    > >
    > > Many thanks.
    > >
    > >
    >
    >

    SCG 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