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

2019-04-16 Thread Andy Ng
Hmm... interesting, don't know why it doesn't work... For your question about JSESSIONID, CAS mostly do not relies on JSESSIONID to check if user login-ed or not. Instead, CAS will generate a cookie called *TGC *cookie, and look at this instead. About the login problem, can you *enable debug

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

2019-04-16 Thread 李雁敏
I configured the https certificate and also logged in successfully. However, it still does not solve the problem of one login and multiple applications no longer log in. I found the JSESSIONID when I located it. This JSESSIONID is in the path of different applications. When cas is verifying the

Re: [cas-user] Re: CAS Slow Load Time

2019-04-16 Thread Tepe, Dirk
CAS bootstraps a number of services and can be slow to reach an operational state. I ran into another situation which contributed to a very slow load time, but I don't if it would apply to you. We use local VMs with vagrant and VirtualBox for development. I found that when I ran a new WAR file

Re: [cas-user] Re: CAS Slow Load Time

2019-04-16 Thread Richard Frovarp
CAS is a quite complicated system. I don't know how 5.2 works, but if you are running the management application in the same Tomcat on 5.3, that is what takes a long time to start. By default it is trying to pull data from the IdP to start. It not starting means that Tomcat isn't listening, so

[cas-user] Registration Now Open for Open Apereo 2019

2019-04-16 Thread Alan Regan
OPEN APEREO 2019 "The Open Source Conference for Education" June 2-6, 2019 | Los Angeles, California Register Now! -- Registration is now open for Open Apereo 2019! *Open Apereo 2019

[cas-user] Re: CAS Slow Load Time

2019-04-16 Thread Trenton D. Adams
Tomcat starts up in about 5 seconds for our application which is 80,000 lines of code, but for CAS it takes a long time, so I can't imagine it's a tomcat issue. Our health check shows tomcat is up in about 3 seconds or so, but the CAS context has no response for several minutes. But, I'll

[cas-user] Re: Help with redirecting user after terminating sessions

2019-04-16 Thread deejam
No one has any experience with the CAS logout flow when delegating authentication to a third party SAML IDP? It seems like we basically need to preserve the value of the service parameter when passed in via /logout?service=https://app-that-uses-cas.example.com, and pass it to the third party

[cas-user] Spring email notifications not sent

2019-04-16 Thread Olibouli
Hi all, I have successfully installed a CAS 5.3.9 with ldap and pm-ldap dependencies but the password management email notification is not working. No notification is send when the recover function is used and the log message catched at this moment is : *WARN

[cas-user] AuthenticationInterrupt : disabling SSO without showing the Interrut page

2019-04-16 Thread Sébastien BEAUDLOT
Hi, I am on CAS 5.3.4 with Authentication Interrupt enabled with a Groovy script. What i want to achieve is kind of a "quarantine" system that allow or disallow authentication to services based on an attribute value. My problem is that, on some cases, i want the groovy script to just go on

Re: [cas-user] CAS 6.x delegated auth chanied with different attributeRepository

2019-04-16 Thread Julien Gribonvald
Hi, Sorry to re-run the question but how can I do that ? I've found how to define a policy with authenticationHandlers but it doesn't help to chain with an attributeRepository. Is it possible to do what I want or I should chain all delegated authenticationHandlers with all attributeResolver

[cas-user] Custom MFA cas 5.3

2019-04-16 Thread Zakariae El hajjami
Hello everyone, Does anybody have any tutorials or hints on how to create your own customized MFA on cas 5.3.x ? Thank you. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG