What Is - Pass-Through Authentication - in IIS 7 - Stack Overflow
What Is - Pass-Through Authentication - in IIS 7 - Stack Overflow
Home
What is "pass-through authentication" in IIS 7? [closed] Ask Question
Public Asked 12 years, 1 month ago Modified 9 years, 2 months ago Viewed 210k times
Questions
Related
Share Improve this question Follow edited Feb 10, 2014 at 0:49 asked Mar 15, 2011 at 3:12 40 IIS7.5 under Win7 Prof. 64bit Returning
Benjamin Gruenbaum smwikipedia Blank Page (No HTML at all)
269k 87 500 501 60.9k 91 302 476 ASP.NET MVC on IIS 7.5 Error 403.14
340 -
Forbidden
1
IIS authentication error
1 Answer Sorted by:
3 Read access to the physical path
Normally, IIS would use the process identity (the user account it is running the worker process as) to 0 iis7.5 - simplest way of creating a virtual
access protected resources like file system or network. directory
68 Issues in IIS Manager
With passthrough authentication, IIS will attempt to use the actual identity of the user when 0
form?
1 Iassume the user mentioned above is the user that is logged on in the website. Is this correct? Is pass-
more hot questions
through authentication a form of impersonation? – Ytrog Nov 8, 2013 at 7:42
4 @Ytrog yes, passthrough authentication can be considered as a form of impersonation. The IIS worker
process is impersonating the user. – Franci Penov Dec 5, 2013 at 21:59
1 "actual identity of the user" Which user? – Colonel Panic Jan 8, 2019 at 11:24
The Windows user the request was authenticated as. If Windows authentication is enabled on IIS, it will
attempt to authenticate the browser connection as a local machine user account or a domain account if the
IIS machine is connected to one. don't remember all the options it'll use, but think it'll attempt a
I I
certificate, and username/password at least. If the authentication of the request as a Windows user has
been successful, the worker process will be run under the identity of that Windows user, so that any files
and network access is properly ACLed against that Window user credentials. – Franci Penov Jan 8, 2019 at
19:22
I'm not able verify that If the user is not authenticated, IIS will use the application pool
identity instead when it comes to virtual directories using passthrough, don't think that's correct. I
Add a comment
Not the answer you're looking for? Browse other questions tagged iis or ask your own
question .
Stack Overflow Products Company Stack Exchange Network Blog Facebook Twitter LinkedIn Instagram