[cas-user] Re: How to configure password management in cas

2020-01-21 Thread Vikash Chandra Ansh
Hello all, Kindly help me for the above query. Thank you On Sun 19 Jan, 2020, 23:53 Vikash Chandra Ansh, wrote: > Hi All, > > Can somebody suggest me, how to add feature of password management in CAS. > I need to add security questions, need to validate it and hence user can > change the passwo

Re: [cas-user] cas5 start up time much longer, development productivity?

2020-01-21 Thread Andy Ng
Hi Yan, Me too, I also wait a long time during each CAS 5 war deployment. However, actually you don't need to re-deploy the war file everytime you change something, if you just want to change some properties (e.g. Maybe you want to change the scope properties from EMAIL to PROFILE for pac4j go

[cas-user] Re: CAS 6 - Dockerized Deployments on two VMs with ticket registry

2020-01-21 Thread Andy Ng
Hi Maksim, Pretty sure: cas.ticket.registry.hazelcast.cluster.public-address and cas.ticket.registry.hazelcast.cluster.publicAddress Both works the same, since spring property allows both camelCase and kebak-case. And I did successfully use docker CAS and use Hazelcast as ticketing system

Re: [cas-user] Throttle successful login attempts

2020-01-21 Thread Jérôme Steve
Hello Mohamed, Look at this : https://apereo.github.io/cas/6.1.x/installation/Configuring-Authentication-Throttling.html#throttling-authentication-attempts Jérôme. Le mar. 21 janv. 2020 à 18:05, mohamed gamal a écrit : > Hello everyone, > I know this is a weird situation. But we have faced it

[cas-user] Throttle successful login attempts

2020-01-21 Thread mohamed gamal
Hello everyone, I know this is a weird situation. But we have faced it multiple times -Dos attack of successful login attempts-. Is there is a way to throttle successful login attempts on CAS level? I know that this should be on network or loadblancer level but we have a very complex network arc

[cas-user] CAS 6 - Dockerized Deployments on two VMs with ticket registry

2020-01-21 Thread 'Maksim Kopeyka' via CAS Community
Hello, I have a problems with configuration of ticket registry in my env. This env contains several VMs and each VM has a docker container with CAS 6.0.3. The multicast doesn't work on this env. I have similar env with keycloak and I configured JDBC_PING to use distributed cache over all nodes.

[cas-user] How to unpack the cas war (5.3.x) with Jetty

2020-01-21 Thread Kartik Mehta
Hi, I am using embedded Jetty with CAS 5.3.X and I start the cas war (created using overlay) using java -jar. The war s not unpacked to the temp directory. I have tried setting java.io.tmpdir to a suitable value, and have also tried configuring JettyEmbeddedServletContainerFactory by calling setTem