have configured Trusted Authentication in BO using Tomcat as App Server.
I modified the Enterprise Area of CMC and enabled trsuted authentication and created shared secret.
On the Client side, I modified the InfoView web.xml and inserted SSO Filter in it and also placed sso jar file in lib directory.
When I browse InfoView , it redirects me to SSO Server which is correct. But when I enter credentials in SSO Server login page which have been entered in Active Directory, instead of pushing me directly inside InfoView, it directs me to InfoView login page with the Error: Account Information Not Recognized: The user account has been disabled. (FWB 00012) .
Hi, I think your SSO server is not returning the correct user name to BO server. Based on the error message, its trying to login with guest account guest account is disabled by default and not required any user name.
There is a trusted authentication test page (trustedauthendication.jsp) available in the forum/SDN. You can use that JSP file check what SSO returns.
I am not sure if this will work in 4.0 or not, since I have not tested yet and I have to test it within few days. I would request if you test please post your result on this forum.