Re: [cas-user] SQL error with integration of external app with OIDC

2023-08-04 Thread Petr Bodnár
Hi Niral, it looks like you are using JPA / database ticket registry for tickets. And probably while storing the OAuth ticket, its serialized length exceeds 32000 bytes (or chars) which are reserved for the target BODY column in the CAS_TICKETS table. Note that you can set ** in your

Re: [cas-user] shib-cas-authenticator, proxy tickets, and third-party services

2023-08-04 Thread Ray Bon
Janemarie, Proxy tickets are for backend service communication. The user does not interact with the other service. It is not the same thing as proxied/delegated authentication. If I understand correctly, shibboleth is handling the username/password and therefore the SSO session. Does the one

[cas-user] shib-cas-authenticator, proxy tickets, and third-party services

2023-08-04 Thread Janemarie Duh
We are running CAS v6.6.3 and Spring Boot v2.7.3 with two production nodes behind an LB. Hazelcast is used for managing tickets. CAS ticket timeouts are the default. We are using shib-cas-authenticator v4.0.0 for external auth from our Shibboleth IdP (v4.1.6). Most, but not all, SAML services on

Re: [cas-user] SQL error with integration of external app with OIDC

2023-08-04 Thread Ganesh and Sashi Prasad
Hi Niral, Sorry, I don't have an answer to your question, but I need some help from you. I have been struggling to set up CAS to be an OIDC provider. Can you please help me with the setup by either sending me the overlay you started with (removing all sensitive information, of course), or the

Re: [cas-user] No CAS logs

2023-08-04 Thread Ray Bon
Andrew, Tomcat has an access log, localhost_access_log.DATE.txt. Any problems should be in catalina.out. Ray On Thu, 2023-08-03 at 14:08 -0400, Andrew Tillinghast wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and

Re: [cas-user] Setting up disk backup/log for Hazelcast cluster - Seeking advice

2023-08-04 Thread Ray Bon
Miguel, If you have not done so already, you should post to hazelcast forums or see their documentation. If you can rotate through your servers when bringing them down-up, hazelcast can preserve the tickets on the remaining hosts (if my understanding of hazelcast is correct). Ray On Fri,

[cas-user] SQL error with integration of external app with OIDC

2023-08-04 Thread Niral Kunadia
Hello, I am trying to integrate mangoapps (external app) with CAS using OIDC connect. It was working perfectly fine with CAS 6.5.9. I upgraded cas with CAS 6.6.10 and I am getting this error in logs. 2023-08-04 15:26:12,503 ERROR [org.hibernate.engine.jdbc.batch.internal.BatchingBatch] -

Re: [cas-user] CAS accessibility to people with disabilities

2023-08-04 Thread 'Richard Frovarp' via CAS Community
On Fri, 2023-08-04 at 02:52 -0700, Jean-Paul JORDA wrote: Hi, We use apereo CAS for our applications, but unfortunately the login page is not accessible to people with disabilities. That's a problem for these people of course, and what's more we a bound by law to provide accessible web sites

[cas-user] CAS accessibility to people with disabilities

2023-08-04 Thread Jean-Paul JORDA
Hi, We use apereo CAS for our applications, but unfortunately the login page is not accessible to people with disabilities. That's a problem for these people of course, and what's more we a bound by law to provide accessible web sites (WCAG A and AA criteria).

[cas-user] Setting up disk backup/log for Hazelcast cluster - Seeking advice

2023-08-04 Thread Miguel Martínez De Espronceda Cámara
Dear CAS users, I'm looking to set up a disk backup/log for our Hazelcast cluster to ensure automatic ticket recovery after a complete cluster restart. If you have experience with Hazelcast backups, please share your insights on effective configuration. Thank you! Best regards, Miguel --