(Optional) Configure Publication Manager and EnterWorks Classic UI for SSO

Note: If you are configuring SSO, you will have to configure a second Tomcat, named EnableServerTomcatPubMgr, and configure it to use port 8190. For instructions on configuring a second Tomcat, contact EnterWorks support.

The first Tomcat is configured for SSO in the usual manner, (see Configure Single Sign-on (SSO)). These instructions are for configuringEnableServerTomcatPubMgr for SSO.

When EnterWorks is configured this way, group sync is not performed. The IDP will check to see if a user exists, but it will not add a user to the group if the user does not exist. This means all users must be predefined in the EnterWorks application.

To configure the EnableServerTomcatPubMgr to use SSO:

  1. Obtain the certificate and place it in:
    <drive>:/Enterworks/certs/<filename>
  2. Update the shared configuration properties as shown below.
    fromApp.secureAuth.trustedSignOn=true
    fromApp.secureAuth.idp.type=0
    fromApp.secureAuth.idp.url=<idp-url>
    fromApp.secureAuth.certificate.public.key.file.location=<drive>:/Enterworks/certs/<filename>						
    fromApp.secureAuth.certification.issuer=<issuer-name>		
  3. Restart services.
  4. Restart the World Wide Publishing service.