Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | RE: Securing through the IIS web server domain logon |
|---|---|
| Date: | Thu, 19 Aug 2004 10:16:41 -0700 |
If all your app needs is the username, you can simply set IIS to do
Windows auth, and then your code can access the
Request.ServerVariables("AUTH_USER") to get the user name.
[Writing Secure Code] http://www.microsoft.com/mspress/books/5957.asp
[Protect Your PC] http://www.microsoft.com/protect
[Blog] http://blogs.msdn.com/michael_howard
[On-line Security Training]
http://mste/training/offerings.asp?TrainingID=53074
-----Original Message-----
From: Koniszewski, Jeffrey [mailto:JKoniszewski@Kronos.com]
Sent: Tuesday, August 17, 2004 2:21 PM
To: webappsec@securityfocus.com
Subject: Securing through the IIS web server domain logon
Our application provides security via an application logon and web
application session. We layer lots of access control on top of the user
session. The web server is set to serve up files via the iusr account,
i.e. web server access is via anonymous logon.
We have a customer with high security needs that wants to restrict
directory access on the web server to domain authenticated users (remove
iusr access). This, as I understand it, would require the web server to
prompt for domain authentication. Then file access on the web server
would be via the authenticated domain user's account. However, our
application still needs to authenticate the user as well. Actually, all
we probably need is the user name. We have never set up to work this
way. Is there a way to get the user name from the IIS domain logon? Is
it accessible via the HTTP session? Thanks.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: ArtistScope, Ivan Krstic |
|---|---|
| Next by Date: | IE cookie menagment and CSRF, lazy |
| Previous by Thread: | RE: Securing through the IIS web server domain logon, Michael Silk |
| Next by Thread: | Interesting article on how development and web centric architecture change peoples views of security, Mark Curphey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |