SecurityFocus Mailing Lists for Security Groups
| IIS anonymous authentication | ||
|---|---|---|
| Web.config Settings | Variable Location | Resultant Identity |
| <identity impersonate="true"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
- MACHINE\IUSR_MACHINE - |
| <identity impersonate="false"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
- MACHINE\ASPNET - |
| <identity impersonate="true"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user MACHINE\IUSR_MACHINE Name provided by user |
| <identity impersonate="false"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user MACHINE\ASPNET Name provided by user |
| IIS basic authentication | ||
| Web.config Settings | Variable Location | Resultant Identity |
| <identity impersonate="true"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
Domain\UserName Domain\UserName Domain\UserName |
| <identity impersonate="false"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
Domain\UserName MACHINE\ASPNET Domain\UserName |
| <identity impersonate="true"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user Domain\UserName Name provided by user |
| <identity impersonate="false"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user MACHINE\ASPNET Name provided by user |
| IIS digest authentication | ||
| Web.config Settings | Variable Location | Resultant Identity |
| <identity impersonate="true"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
Domain\UserName Domain\UserName Domain\UserName |
| <identity impersonate="false"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
Domain\UserName MACHINE\ASPNET Domain\UserName |
| <identity impersonate="true"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user Domain\UserName Name provided by user |
| <identity impersonate="false"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user MACHINE\ASPNET Name provided by user |
| IIS integrated Windows | ||
| Web.config Settings | Variable Location | Resultant Identity |
| <identity impersonate="true"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
Domain\UserName Domain\UserName Domain\UserName |
| <identity impersonate="false"/> <authentication mode="Windows" /> |
HttpContext WindowsIdentity Thread |
Domain\UserName MACHINE\ASPNET Domain\UserName |
| <identity impersonate="true"/> <authentication mode="Forms" /> |
HttpContext WindowsIdentity Thread |
Name provided by user Domain\UserName Name provided by user |
| <identity impersonate="false"/> <authentication mode="Forms" /> |
HttpContext. WindowsIdentity Thread |
Name provided by user MACHINE\ASPNET Name provided by user |