Re: authentication - what is being used
From: Scott Allen (bitmask_at_[nospam)
Date: 09/29/04
- Next message: Kevin Spencer: "Re: Closing windows on session timeout"
- Previous message: RJN: "Help on onbeforeunload event to alert on close of window(X)"
- In reply to: Stephanie Stowe: "authentication - what is being used"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Sep 2004 13:42:50 -0400
Hi Stephanie:
In addition to other's comments, there is an ASP.NET Identity Matrix
on MSDN which might help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetAP05.asp
-- Scott http://www.OdeToCode.com/ On Wed, 29 Sep 2004 09:27:58 -0400, "Stephanie Stowe" <NoSpam@IWishICould.com> wrote: >I am new to ASP.NET having come from ASP classic background. I need to >understand authentication. I have a server running IIS which contains an >ASP.NET app. On IIS the app has both anonymous and Windows Integrated >Authentication enabled. In the ASP.NET app, the web.config file contains > ><authentication mode="Windows" /> > >The help on this element says of this setting > >Specifies Windows authentication as the default authentication mode. Use >this mode when using any form of Microsoft Internet Information Services >(IIS) authentication: Basic, Digest, Integrated Windows authentication >(NTLM/Kerberos), or certificates. > >A user running IE6 (which is all of our users) also has User Authentication >settings in IE from which one might choose Anonymous, Automatic logon only >in Intranet zone, Automatic logon with current user name and password and >Prompt for user name and password. > >I am trying to determine which set of credentials are being used when a >customer logs into the site. The only thing I do not know (and cannot know >until 11:30 or so when west coast shows up) is exactly what the IE >authentication settings are. The site is in the IntERnet zone. And I *think* >that they have Automatic logon only in Intranet zone. > >My question is, with all these settings in different places, how is the >actual set of credentials determined? > >Thanks! >
- Next message: Kevin Spencer: "Re: Closing windows on session timeout"
- Previous message: RJN: "Help on onbeforeunload event to alert on close of window(X)"
- In reply to: Stephanie Stowe: "authentication - what is being used"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|