Posted to
IIS 7.0 - Application Request Routing (ARR)
by
AMCGremlin
on
06-12-2009, 8:44 AM
I am trying to use IIS Integrated Authentication to authenticate users on server A before forwarding requests via URL Rewrite to a JBoss/Jetty application on server B. Although the users are forced to authenticate on server A, the request header received by Jetty contains a null value for LOGON_USER.
Is this expected behavior or have I done ...