Re: Windows Authentication question

From: Nicole Calinoiu (calinoiu)
Date: 03/24/05


Date: Thu, 24 Mar 2005 09:24:38 -0500

If you'll be authenticating against Windows accounts, is there any
particular reason you don't want to use Windows integrated authentication?
It tends to be quite a bit more convenient for both users and developers
and, in general, there's little reason to avoid it unless you must support
users without Windows accounts (in which case it's generally "polite" to
support mixed authentication schemes so that Windows users can still use the
more convenient login mechanism).

"Natan" <nvivo.misc@mandic.com.br> wrote in message
news:eMfLBcHMFHA.2468@tk2msftngp13.phx.gbl...
> 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?
>
> thanks.



Relevant Pages

  • Re: Change in ASP.Net authentication between Win2000 and Win2003
    ... > is turning on/off Kerberos is occuring. ... It control how IE deals with "Authentication: ... when you put IIS6 in a domain and have "Integrated Windows Authentication" ...
    (microsoft.public.windows.server.security)
  • Re: Change in ASP.Net authentication between Win2000 and Win2003
    ... > is turning on/off Kerberos is occuring. ... It control how IE deals with "Authentication: ... when you put IIS6 in a domain and have "Integrated Windows Authentication" ...
    (microsoft.public.inetserver.iis.security)
  • Re: Need help configuring Wireless Connection profile
    ... and I can only use the intel OR windows utility, not both at the same time. ... Windows authentication for all users,4129,LRG\ryanv,4149,Wireless WPA2 ... SMALL BUSINESS SERVER: ... STEP #1 Install Certificate Services ...
    (microsoft.public.windowsxp.general)
  • Re: form authentication and webservices
    ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... We will be using Windows Authentication on the Web Services side (same ... Dominick Baier ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: Beginners Questions
    ... We do use Windows form on the presentation layer which is on ... terminal server and call web services on the business logic side. ... of using "proxy" authentication on SQL Server. ... > I have written an app with a Windows Forms UI that is deployed to clients ...
    (microsoft.public.dotnet.distributed_apps)

Loading