Re: Windows Authentication question
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 03/24/05
- Next message: Natan: "Re: Windows Authentication question"
- Previous message: Nicole Calinoiu: "Re: Windows Authentication question"
- In reply to: Natan: "Windows Authentication question"
- Next in thread: Natan: "Re: Windows Authentication question"
- Reply: Natan: "Re: Windows Authentication question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Mar 2005 08:34:46 -0600
On Thu, 24 Mar 2005 10:42:56 -0300, Natan <nvivo.misc@mandic.com.br> wrote:
¤ 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 2 things:
¤
¤ 1. How can I get a list of Windows users in my domain, so that I can
¤ list them for administration purposes.
¤
¤ 2. After getting username and password from the user, how can I check it
¤ against my domain users to see if I should grant him access?
If you're using domain validation, Forms Authentication isn't really appropriate. Forms
Authentication is primarily designed for credential verification against a different source, such as
a database, where you have full control over the authentication process.
I'd recommend you stick with Basic or Integrated Windows if you're authenticating against the
domain.
Paul
~~~~
Microsoft MVP (Visual Basic)
- Next message: Natan: "Re: Windows Authentication question"
- Previous message: Nicole Calinoiu: "Re: Windows Authentication question"
- In reply to: Natan: "Windows Authentication question"
- Next in thread: Natan: "Re: Windows Authentication question"
- Reply: Natan: "Re: Windows Authentication question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|