Use one of the following parameters to define the alternative
login/logout page:
Enter a value for only one of these parameters. If you enter a value for ematrix.sso.logout.url, that value is used. The ematrix.sso.absolute.logout.url parameter is used only if the first parameter is not set. For more information on using external authentication with ENOVIA products, see "Installing and Configuring Live Collaboration Administration and Toolkits" as well as the ENOVIA Live Collaboration Administrator's Guide. To use SSO with TomcatTo make SSO work with the way the Apache/Tomcat server handles iconmail attachments and page history, use the following setting: <context-param id="ContextParam_#"> <param-name>ematrix.server.domain</param-name> <param-value>DOMAIN_NAME</param-value> </context-param> This setting is required only for the Tomcat/SSO environment. To use SSO with ClearTrustWhen using Cleartrust SSO, use the following setting: <context-param id="ContextParam_#"> <param-name>ematrix.server.mcs.host</param-name> <param-value>http://PROXY_SERVER_URL</param-value> </context-param> For example: <context-param id="ContextParam_22"> <param-name>ematrix.server.mcs.host</param-name> <param-value>http://cleartrust.3ds.net:8002</param-value> </context-param> |