Hi,
I am trying to implement SSO using JForum. In my case, Users are already logged into a specific domain.(Windows) And then, when they try to access JForum, they should be automatically logged in with the domain user ID.
I have changed the SystemGlobals.properties file : authentication.type = sso
But in the RemoteUserSSO.java, the function request.getRemoteUser() returns null.
Based on some previous post, I could see that this function will return some value if the authenticated user is available in the request object. There are few pointers to change certain settings for this in
Tomcat. But I am using Sun
Java System Application Server 8.1 to deploy Jforum web app.
Please let me know if there are any settings to be done in Sun App server so that the authenticated windows logged in user id is returned in the request.
PLEASE HELP...
[originally posted on jforum.net by Sanjana]