Hi.

build cas server using cas-overlay-template project
I can't find any document about custom login page setting.

https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#views
or
https://apereo.github.io/cas/5.2.x/installation/User-Interface-Customization.html

display only default cas login theme


https://groups.google.com/a/apereo.org/forum/#!topic/cas-user/k-yfoou7Zy0
same setting above article 

custom casLoginView.html created and put in 
cas-gradle-overlay-template/src/main/resources/templates directory

cas.properties 

cas.theme.paramName=theme
cas.theme.defaultThemeName=xxxx

and..

cas-gradle-overlay-template/src/main/resources/service/xxxx-10000001.json
{
  "@class" : "org.apereo.cas.services.RegexRegisteredService",
  "serviceId" : "^https://.*";,
  "name" : "xxxx",
  "theme": "xxxx",
  "id" : 10000001,
  "evaluationOrder" : 10,
  "attributeReleasePolicy" : {
    "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy"
  }
}



but only display default theme login page..

how can I setting custom login page? 

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/fa93aa61-cb1c-467e-80a7-f1639ef5459f%40apereo.org.

Reply via email to