[cas-user] Re: cas5.3X Multiple system login

2019-04-22 Thread 李雁敏
Yes, I got the tgc information when I entered the second application, but I still need to log in to get in. At this time, tgc is regenerated. Google also made some configuration information, but it didn't work. 在 2019年4月12日星期五 UTC+8上午9:21:30,李雁敏写道: > > With cas5.3x, in the LAN, multiple

[cas-user] CAS REST Password management 404

2019-04-22 Thread casuser
Hello everyone, we are using cas 5.3.8 in prod. I was trying to enable the rest password management. I have added the dependencies and the required cas.properties but getting a 404 response from CAS. My cas.properties are as following: cas.authn.pm.rest.

[cas-user] Dynamic data in webflow

2019-04-22 Thread Michael MacEachran
all, I need to inject dynamic data (Message of the Day) into the casLoginView.html I have a basic understanding of thymleaf, but I am not sure where in cas do I put a data model? Michael -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

[cas-user] Re: Spring Boot datasource

2019-04-22 Thread Andrey Seledkov
Hello Michael It is my application.properties file and it works cas.authn.jdbc.query[0].sql=SELECT password FROM users WHERE username=? cas.authn.jdbc.query[0].url=jdbc:mysql://localhost:3306/test cas.authn.jdbc.query[0].dialect=org.hibernate.dialect.MySQL8Dialect cas.authn.jdbc.query[0].user=

[cas-user] Enable jasypt configuration

2019-04-22 Thread Andrey Seledkov
Hello all I found class CasConfigurationJasyptCipherExecutor , but didnt see how to enable Jasypt configuration I added next configuration cas.standalone.configurationSecurity.alg=PBEWithMD5AndTripleDES cas.standalone.configurationSecurity.provider=BC