[cas-user] Re: CAS 6.5.9 - SAML Session Exception

2023-10-07 Thread M. Ebrahimi
Hi Did you try BROWSER_SESSION_STORAGE? This seems to have solved the problem for us. On Wednesday, October 4, 2023 at 4:05:18 PM UTC+3:30 Juan Manuel Díaz Nevado wrote: > Hi, > > We are experiencing the same problem on our installation of cas 6.6.11. > > Did you manage to correct it? > > Now

[cas-user] Re: CAS v7.0.2 Service Ticket validation delay

2024-03-22 Thread M Ebrahimi
Did you see this? https://groups.google.com/a/apereo.org/g/cas-user/c/6VQ32CEItvA/m/sHsusICPBQAJ On Thursday, March 21, 2024 at 5:36:43 PM UTC+3:30 Sreeja Pillai wrote: > We recently upgraded to CAS v7 and are seeing that Service Ticket > validations are consistently taking over 10 seconds (whi

[cas-user] OAuth doesn't work since version 6.6.6

2023-04-03 Thread M. Ebrahimi
Hello I recently updated CAS from 6.6.4 to 6.6.6 and found that it is not possible to log in with OAuth. This problem also exists in version 6.6.7. The error that occurs when entering is as follows: ERROR [org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer] - https://

[cas-user] Re: OAuth doesn't work since version 6.6.6

2023-04-04 Thread M. Ebrahimi
We use MongoDB 5.0 for ticket registry and there seems to be no problem with default (in-memory) ticket registry. On Monday, April 3, 2023 at 3:53:25 PM UTC+3:30 M. Ebrahimi wrote: > Hello > > I recently updated CAS from 6.6.4 to 6.6.6 and found that it is not > possible to log i

[cas-user] Re: OAuth doesn't work since version 6.6.6

2023-04-10 Thread M. Ebrahimi
Authentication primaryAuthentication; Apparently there is a problem like below between Lombok and Jackson: https://stackoverflow.com/questions/61622626/requiredargsconstructor-and-mismatchedinputexception-cannot-construct-insta On Tuesday, April 4, 2023 at 3:22:55 PM UTC+3:30 M. Ebrahimi wrote: >