I'm trying to integrate my own Security Adapter Class into the Actuate Active Portal application without success.
I have set the following parameter in the file: ACSERVER/servletcontainer/iportal/WEB-INF/web.xml:
<context-param> <!-- Enable External Authentication by setting the Security Adapter class name. SECURITY_MANAGER_CLASS is deprecated. --> <param-name>SECURITY_ADAPTER_CLASS</param-name> <param-value>com.rudder.libraries.actuate.iportal.sso.RudderSecurityAdapter</param-value> </context-param>
And I have copied my JAR file, that contains the previous class, into the ACSERVER/servletcontainer/iportal/WEB-INF/lib folder, and restarted the server.
But nothing happens! Why? I'm forgetting something? I'm working with the iServer 11 Service Pack 3 (Build 110E111028).
Thanks in advance






MultiQuote




