Mantis - Resin
Viewing Issue Advanced Details
4826 feature always 10-27-11 10:13 10-27-11 18:43
alex  
alex  
normal  
closed 4.0.23  
fixed  
none    
none 4.0.24  
0004826: Feature Request for Resin.IIS.Handler.dll & Windows Authentication
rep by : Urs Kehrli
We get a new Licenses so we can now upgrade customer application from version 3.0.23 to version 4.0.23
 
But we failed with the (Integrated) windows authentication (IIS7.5).
In the version 3.0.23 we user the isapi_srun.dll (IIS6 / w2003s) and the Integrated windows authentication worked fine.
 
 
Problem (IIS7.5 / w2008s(64bit)):
1. We us new Resin.IIS.Handler.dll which works fine. (OK)
 
2. We set in the IIS7.5 the authentication mode to ?Windows Authentication? (see image)(OK)
<image001.png>
 
3. We see in the IIS7.5 login that the ?Windows Authentication? works (see log) (OK)
<image002.png>
 
4. We failed to get the user (cs-username) MYDOMAIN\ukehrli with request.getRemoteUser() / request.getUserPrincipal().getName()
We us a Java Filter.
 

Notes
(0005599)
alex   
10-27-11 17:35   
use iis-setup.bat --windows-auth to configure IIS for WindowsAuthentication
(0005600)
alex   
10-27-11 18:43   
iis/4410