[cas-user] Is there any way to completely rebuild cas login view?

2019-05-15 Thread James Mackerel
Hello everyone, I am trying to find a way to completely customize CAS login view. We have some complex view customization work to do, for example, let users to login via scanning QR code, etc. After searching, I found this: https://apereo.github.io/2018/06/10/cas-userinterface-customizations/#

[cas-user] TGT hard timeout dose not work for rememberMe

2019-01-23 Thread James Mackerel
hi all, I am trying to set tgt session timeout for my CAS server. I want to config CAS to act like this (for testing purpose): 1. if remember me is not checked, TGT will be killed if it is not used to grant ST in 10 seconds 2. if remember me is checked, TGT will be killed if it is not used to g

[cas-user] Re: I have a question about monitoring or logging.

2019-01-23 Thread James Mackerel
1. don't know, never used a monitor before. 2. yes, I think you are talking about "audit". see documents here: https://apereo.github.io/cas/5.3.x/installation/Audits.html#audits what's more, you can put your log4j2.xml in config path. default is /etc/cas/config, and you may override the default

[cas-user] Re: CAS login returnUrl

2018-11-20 Thread James Mackerel
You may redirect user to login path with a redirect parameter, like this: https://sso.example.com/cas/login?service=https%3A%2F%2Fmyservice.eample.com%2Flogin%3Fredirect%3D%252Fsecure%252Fpage%252F After login, cas will redirect user to https://myservice.eample.com/login?redirect=%2Fsecure%2Fpag

[cas-user] what is the difference bewteen two selection of cas.serviceRegistry.managementType ?

2018-11-20 Thread James Mackerel
I saw cas.serviceRegistry.managementType option in CAS properties document , which indicates that this option can be set to DEFAULT|DOMAIN. But after searching on web and everywhere in document, I