Re: Windows Authentication Question for ASP

From: Larry Hastings (greg.NOSPAM.@NOSPAM.unixsucks.com)
Date: 11/26/02


From: "Larry Hastings" <greg.NOSPAM.@NOSPAM.unixsucks.com>
Date: Tue, 26 Nov 2002 16:07:25 -0600


IE by deafult send current credentials for Intranet Zone (check it under
Security tab), so users shall not be prompted for password if you'd choose
Intergrated Windows authentication.

--
G
http://www.unixsucks.com
"DS" <dsack@NOSPAMwp-int.com> wrote in message
news:#fS8IPYlCHA.1924@tkmsftngp04...
> This will cause the user to be prompted to authenticate.  Since the users
> are already authenticated to the network.  Is there a way to have it read
> the userid without having to authenticate manually?  Our project is an
> Intranet with Active directory on our network.
>
> Thanks
> Dave
>
> "Jian-Wei Yu [MS]" <jwyu@online.microsoft.com> wrote in message
> news:m7XmzcXgCHA.1908@cpmsftngxa08...
> >
> > Hello,
> >
> > Thank you for using the Microsoft Newsgroups.
> >
> > To perform Windows authentication in asp.net, please test the following
> > steps.
> >
> > 1, In IIS, select the virtual directory, click the Directory Security
tab,
> > uncheck Anonymous Access and check Integrated Windows authentication.
> >
> > 2. In the web.config file, locate the <authentication> tag, and set the
> > mode to Windows. The syntax for this is listed below.
> >    <authentication mode="Windows" />
> >
> > 3. You can check the user's identity using the command:
> > <%=User.Identity.Name%>
> >
> > Please also refer to:
> > http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q317012
> >
> > If you have any questions, please reply to this post.
> >
> > Regards,
> >
> > Jian-Wei Yu
> > Microsoft Support
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >
>
>


Relevant Pages

  • Re: General questions about LDAP, GC and access permissions
    ... Windows Communication Foundation) they are authenticated with the regular ... this is done by examing what groups the user is a member of. ... Since the regular windows authentication is used, ... trusted domain in an external forest. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Help please to authenticate Windows users
    ... status error code as well as Win32 error code -- I know the HTTP status code ... Windows Authentication automatically works if the machines are joined to the ... Is VS.Net on the same machine as IIS ...
    (microsoft.public.inetserver.iis.security)
  • Re: Intermittent access to web site secured with Windows authentication
    ... Marcus ... > Windows Authentication is connection-based and not delegatable. ... > various elements of Internet networking that can prevent Windows ... > likely work in your access scenario. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Intermittent access to web site secured with Windows authentication
    ... Windows Authentication is connection-based and not delegatable. ... When you try to access it from home (i.e. Internet scenario), ... in after multiple login prompts. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Custom authentication in a web application
    ... On the server we create our own principal object ... > Any reason for using Windows Authentication here rather than any of the ... >>two overloads of IsInRole to use our own security check. ...
    (microsoft.public.dotnet.framework.webservices)