[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2024-04-25 Thread flo13270
see user profile in logs as > plain text. But when reading user profile from session, debugger looks like > it is trying to cast an encrypted string to a UserProfile object. > > -psv > > On Wednesday, March 29, 2023 at 9:15:00 AM UTC-5 flo13270 wrote: > >> Hi, >>

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2023-03-29 Thread flo13270
Hi, We encounter a similar problem. Migration from CAS 5.3 (with Redis) to CAS 6.6 (with Mongo) broke the logout of users authenticated through OIDC. ("class java.lang.String cannot be cast to class org.pac4j.core.profile.UserProfile") Did you finally succeed in fixing it while still using Mong