Configure UKG Workforce Central for single sign-on

Single sign-on or SSO is a method of access control that enables a user to log in once and gain access to the resources of multiple software systems without being prompted to log in again. It lets users log in to their company portal page and be pre-authenticated, without needing to re-enter a user name and password.

Although there are many ways to configure single sign-on, three of the most common methods are:

This document describes how to enable these methods of single sign-on with UKG Workforce Central. If you are using a different application to implement single sign-on, there might be differences in the procedures.

A large number of system settings are available to implement various single sign-on methodologies. For a summary of all single sign-on system settings, see SAML/SiteMinder System Settings Summary

Notes

  1. When UKG Workforce Central is used in a single-sign-on environment, password recovery is handled by the SSO infrastructure. Because of this, you should disable the UKG Workforce Central password recovery and security question:
    1. Log on as an administrator.
    2. Select Setup > System Configuration > System Settings.
    3. Select the Security tab.
    4. Set the following setting to false:
    5. global.security.authentication.question.RequireSecurityQuestion
  2. Because single sign-on methods can significantly increase the header size, you may need to increase the packetsize parameter of the AJP connector.
    1. Stop UKG Workforce Central if already running.
    2. With a text editor such as Notepad, open the following file:
    3. \\Kronos\jboss\wfc\configuration\standalone.xml
    4. Add the following line, changing **** to the desired packet size:
    5. <system-properties>
    6. <property name="org.apache.coyote.ajp.MAX_PACKET_SIZE" value="****"/> </system-properties>
    7. Close the file, save your edit, and then restart UKG Workforce Central.