You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2021/06/14 06:33:15 UTC

[Bug 65375] New: IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

https://bz.apache.org/bugzilla/show_bug.cgi?id=65375

            Bug ID: 65375
           Summary: IIS 10.0 as Tomcat reverse proxy does not send
                    auth_type and remote_user AJP heder
           Product: Tomcat Connectors
           Version: 1.2.46
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: isapi
          Assignee: dev@tomcat.apache.org
          Reporter: clerici.paolo@gmail.com
  Target Milestone: ---

I use IIS 10.0 as a reverse proxy of Tomcat 7.
IIS 10.0 use Windows Authentication.
When I run the javax.servlet.http.HttpServletRequest.getAuthType() method I get
the null value.
When I run the javax.servlet.http.HttpServletRequest.getRemoteUser() method I
get the null value.
Using IIS 6.1 with the same version of Tomcat everything works fine.
When I run the javax.servlet.http.HttpServletRequest.getAuthType() method I get
"NTLM" string.
When I run the javax.servlet.http.HttpServletRequest.getRemoteUser() method I
get the name of the user who authenticated with IIS.
The configuration of the two versions of IIS appears to be the same.
Seems to be missing some AJP headers including: remote_user (0x03) and
auth_type (0x04) which instead are sent from IIS 6.1

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 65375] IIS 10.0 as Tomcat reverse proxy does not send auth_type and remote_user AJP heder

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65375

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Tested with IIS 10.0 on Windows Server 2016. This looks to be a configuration
issue. Please use the users mailing list if you require further assistance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org