[cas-user] CAS 3.5.4 to 6.2.2 migration: LDAP authentication handler

2020-12-03 Thread Sobhen C
Hello, In the LDAP flow, I need to perform some operations like below 1. If the user is locked, we need to display a custom error message 2. Max. possible lock count is 6 and we need to check that count each login click 3. if the user is inactive, we need to save some information in a separate

Re: [cas-user] cas Java installation

2020-12-03 Thread 'Richard Frovarp' via CAS Community
You would normally use it with your favorite security library in Java. Common ones include Apache Shiro, Pac4J, and Spring Security. From there use the library specific instructions for bringing in the CAS client library. On Thu, 2020-12-03 at 13:23 +0530, rohini bansode wrote: > IF you have some

Re: [cas-user] CAS upgrade from 3.5.4 to 6.2.2

2020-12-03 Thread Sobhen C
Hi, I got some confusion over the view presentation in the new CAS. Based on the different errors, we have separate view templates. I want to display the error messages directly on the CasLoginView.html page itself. As of now, CasLoginView.html is customized as per our requirements. Can anyone

[cas-user] Re: Hazelcast Ticket Registry break when reloading properties for CAS 6.2.5

2020-12-03 Thread Andy Ng
Confirm is a bug, here's the PR: https://github.com/apereo/cas/pull/5003 Cheers! - Andy On Wednesday, 2 December 2020 at 21:14:45 UTC+8 Andy Ng wrote: > Hi all, > > I was trying to implement Hazelcast Ticket Registry and reloading > properties. > > I find that, when I change `cas.properties`