Currently, josso isapi fileter is relaying on IIS anonymous authentication in a way that client is accessing protected resource
as anonymous (looking from IIS perspective). Official documentation is pointing that, in order to set this variable, Basic authentication
should be used for protected resource.
Solutions mentioned at
http://www.derkeiler.com/Newsgroups/microsoft.public.inetserver.iis.security/2003-07/1173.html don't work
because once you set username or password, anonymous access is omitted and windows (basic) authentication is used (window pops up).
So this approach require existence of same accounts on local Windows installation (Windows is trying to impersonate user).
REMOTE_USER is set only if Basic authentication is used.
as anonymous (looking from IIS perspective). Official documentation is pointing that, in order to set this variable, Basic authentication
should be used for protected resource.
Solutions mentioned at http://www.derkeiler.com/Newsgroups/microsoft.public.inetserver.iis.security/2003-07/1173.html don't work
because once you set username or password, anonymous access is omitted and windows (basic) authentication is used (window pops up).
So this approach require existence of same accounts on local Windows installation (Windows is trying to impersonate user).
REMOTE_USER is set only if Basic authentication is used.