Getting REMOTE_USER from the SP

Kevin P. Foote kpfoote at iup.edu
Wed Feb 13 15:28:57 EST 2013


On Wed, 13 Feb 2013, Tim Larson wrote:

> My understanding was the SP would include this by default when it redirected to the application.  Is there a configuration value that needs to be set to enable this?

Don't remember about weblogic perhaps there is a setting I can't
recall.. but in tomcat you tell the container to
not attempts auth.. something like this in your server.xml for tomcat.

tomcatAuthentication="false"

------
thanks
  kevin.foote



More information about the users mailing list