JOSSO's Single Sign On functions do not work when running applications under differens user, i.e. using the "RunAs" command.
I've tested partnerapp sample with NTLM calling from a Browser (IE6 or Firefox) started by "RunAs", e.g.
runas.exe /user:<domain>\<user> /netonly iexplore.exe \"
http://localhost:8080/partnerapp\""
After providing the credentials the browser starts and opens the partnerapp.
SSO works when using RunAs with the current logged on user.
It does not using a different user.
I didn't find any hints whether RunAs is configurable or supported.
does a non-JOSSO backed NTLM authentication work ?
please attach gateway and jcifs logs in debug mode corresponding to a failed NTLM session (e.g. runas user different from the currently logged user).
The jcifs (ntlm stack) log level can be increased by including within the $CATALINA_HOME/setenv.sh script the following :
"-Djcifs.util.loglevel=10". The output should be emitted onto the catalina.out file.