diff --git a/src/main/resources/static/themes/upv1/css/cas.css b/src/main/resources/static/themes/upv1/css/cas.css new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/static/themes/upv1/images/.ignore b/src/main/resources/static/themes/upv1/images/.ignore new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/static/themes/upv1/js/cas.js b/src/main/resources/static/themes/upv1/js/cas.js new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/templates/upv1/fragments/.fragments b/src/main/resources/templates/upv1/fragments/.fragments new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/upv1.properties b/src/main/resources/upv1.properties new file mode 100644 index 0000000..cd8a16b --- /dev/null +++ b/src/main/resources/upv1.properties @@ -0,0 +1,72 @@ +# Path to theme CSS file; `/themes/[theme_name]/css/cas.css`. +# Multiple files may be comma-separated. +cas.standard.css.file=/css/cas.css,/themes/upv1/css/cas.css + +# Path to theme Javascript file; `/themes/[theme_name]/js/js/css` +# Multiple files may be comma-separated. +cas.standard.js.file=/js/cas.js,/js/material.js,/themes/upv1/js/cas.js + +# Path to theme logo to display via the common layout. +# Example: /images/logo.png +# cas.logo.file= + +# Decide whether drawer menu should be displayed. +cas.drawer-menu.enabled=false + +# The name of this theme used in various titles/captions. +# cas.theme.name=Default Theme + +# Whether password management/reset links should be displayed. +cas.pm-links.enabled=false + +# When the CAS login form should be displayed. +cas.login-form.enabled=true + +# Enable and display the notifications menu. +cas.notifications-menu.enabled=false + +# Path to the theme favicon +# Example: `/themes/example/images/favicon.ico` + cas.favicon.file=/themes/radha/images/favicon.ico + +# The description for this theme to describe its purpose +cas.theme.description=Central Authentication Service + +# Path to a "hero" styled image/logo +# that would be displayed on the login form. +# cas.hero-banner.file= + +# Whether core/default Javascript libraries +# should be included in the theme. +# cas.js.core.enabled=true + +# Whether the theme should attempt to +# include CAS-provided CSS core libraries +# cas.css.core.enabled=true + +# Whether principal/authentication attributes +# and other application data should be displayed on the screen +# after a successful "generic" authentication event. +cas.successful-login.display-attributes=true + +# Whether user should be given the option to +# indicate if the current device is a public workstation +cas.public-workstation.enabled=false + +# Whether use should be given the option to +# receive a warning prior to redirects to +# external sites and domains +cas.warn-on-redirect.enabled=false + +# Name of fragments that would be found +# inside fragments/custom.html. +# Such fragments would be included in the +# global layout inside the head tag of each affected page +# cas.standard.fragments.head= + +# While reading or writing data to browser storage, +# control whether CAS should show its user interface, progress bar, etc. +# cas.browser-storage.show-progress=true + +# Whether the footer should be displayed +# cas.footer.show=true \ No newline at end of file