I am trying to implement single sign on for iServer express. I have done everything stated in
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/858-implementing-single-sign-on-in-iserver-express-/#description but it still does not work (i am still brought to the information console login page)
I am using Windows 7 hence the User.txt file is suppose to be in C:\Program Files\Actuate10\data instead of C:\Program Files (x86)\Actuate10\data which is the default installation directory of iServer for Windows 7.
Even after creating the correct folder and dumping in User.txt it still does not work.
Is there any way i can do some logging statements on the SSO component and view it on some iServer log. I noticed that logs in C:\Program Files (x86)\Actuate10\iServer\servletcontainer\iportal\logs are not very helpful.
Without any logs i would not even know if iServer is actually using the SSO component to do the authentication first before popping up the login screen.