Windows Authentication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sankar

    #1

    Windows Authentication

    Hi.

    We are creating an intranet here in ASP.NET and we decided that we are
    going to use a kind of Forms Authentication but using the users in our
    windows domain.
    So, we are creating a default login form, but the user will use the name
    and password he uses to login to his computer.
    I would like to know the following thing:
    I want to check the entered username, pwd, domain (in ASP.NET login page)
    is present in the windows database.

    thanks.

    Sankar
  • Gabriel Lozano-Morán

    #2
    Re: Windows Authentication

    You can validate the user credentials using the LogonUser API:



    Gabriel Lozano-Morán

    "Sankar" <Sankar@discuss ions.microsoft. com> wrote in message
    news:EE4753BA-2144-4D93-9C32-862434537F31@mi crosoft.com...[color=blue]
    > Hi.
    >
    > We are creating an intranet here in ASP.NET and we decided that we are
    > going to use a kind of Forms Authentication but using the users in our
    > windows domain.
    > So, we are creating a default login form, but the user will use the name
    > and password he uses to login to his computer.
    > I would like to know the following thing:
    > I want to check the entered username, pwd, domain (in ASP.NET login page)
    > is present in the windows database.
    >
    > thanks.
    >
    > Sankar[/color]


    Comment

    Working...