Dynamic Themes
With the introduction of Service Management application, deployers are now able to switch the themes based on different services. For example, you may want to have different login screens (different styles) for staff applications and student applications, or you want to show two layouts for day time and night time. This document could help you go through the basic settings to achieve this.
Static Themes
CAS is configured to decorate views based on the theme
property of a given
registered service in the Service Registry. The theme that is activated via
this method will still preserve the default views for CAS but will apply
decorations such as CSS and Javascript to the views. The physical structure
of views cannot be modified via this method.
Configuration
The following settings and properties are available from the CAS configuration catalog:
cas.theme.default-theme-name=cas-theme-default
The default theme name of this CAS deployment. |
cas.theme.param-name=theme
The parameter name used to switch themes. |
cas.theme.name=
The name of this theme used in various titles/captions. |
cas.theme.description=
|