Dimensions navigation tiles and full application integration in the Dimensions menu are available for configuration as of application version 7.1.6. Using navigation tiles and the integrated menu support a common user interface experience for scheduling and timekeeping between applications.
SSO is a requirement for Common UI. Navigation tiles and visibility preferences are configured in Dimensions.1 Be sure to apply user system rights in both applications for proper synchronization. For example, in Dimensions each user has a profile and within the profile areas of the application are granted. In this application, each rank (job) which is also assigned to a user is given an authority with permissions granted. Authorities are dynamic and multifaceted in this application, and different authorities can enable based on rank, authority overrides, base authority, can act as role and so on. Generally, however, a person’s authority is enabled by rank.
Upgraded Tomcat 8.5.51 is provided in application version 7.1.9
or greater. Along with updated tomcat, context.xml2 file
must be modified to have the following element <CookieProcessor
sameSiteCookies="none" />
placed between <Context>
</Context>.
Updated context.xml Sample:
<Context useRelativeRedirects="false">
<!-- Default set of monitored resources. If one of these changes, the -->
<!-- web application will be reloaded. -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource> $ Unknown macro: {catalina.base}
/conf/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->
<CookieProcessor sameSiteCookies="none" />
</Context>