Re: [cas-user] Ticket registry recommendation

2022-03-16 Thread Vittore Zen
I'm using CouchDB. It's simple to deploy and with DB GUI for debugs, but I have some problems with 6.4.x. VZ Il giorno mer 16 mar 2022 alle ore 09:10 ha scritto: > Hi, > > Can someone recommend me the "simplest" ticket registry which could be > used to setup a highly available CAS

[cas-user] Re: couchdb issues 6.4.4.2 or 6.5 RC4

2022-03-03 Thread Vittore Zen
are now stored in cas_tickets table. > > -psv > > On Wednesday, February 23, 2022 at 3:34:18 AM UTC-6 Vittore Zen wrote: > >> Same problem. >> TGT is saved into couchdb but ST is not saved; TS is saved only inside >> TGT. >> If I disable couchdb storage all w

[cas-user] Re: couchdb issues 6.4.4.2 or 6.5 RC4

2022-02-23 Thread Vittore Zen
Same problem. TGT is saved into couchdb but ST is not saved; TS is saved only inside TGT. If I disable couchdb storage all works fine. v. Il giorno mercoledì 12 gennaio 2022 alle 21:39:49 UTC+1 Matthew Gordon ha scritto: > Full Stack: > >

[cas-user] Re: 6.4.x - Error at logout - TS not found (couchdb)

2022-02-22 Thread Vittore Zen
Addendum. Into storage there are TGT and correct TS. Il giorno mer 23 feb 2022 alle ore 07:47 Vittore Zen ha scritto: > Hi, > > when an already authenticated user logout there is this error and logout > does not work. The TGT cookie i

[cas-user] 6.4.x - Error at logout - TS not found (couchdb)

2022-02-22 Thread Vittore Zen
Hi, when an already authenticated user logout there is this error and logout does not work. The TGT cookie isn't deleted. org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing org.apereo.cas.web.flow.logout.TerminateSessionAction@3d50a3d9 in state

[cas-user] Re: GoogleAuthenticatorCouchDbTokenRepository

2021-11-08 Thread Vittore Zen
{ if(doc.token && doc.userId) { emit(doc.userId, doc) } }" }, "count": { "reduce": "_count", "map": "function(doc) { if(doc.token && doc.userId) { emit(doc._id, doc) } }" }, "by_token": {

[cas-user] Re: GoogleAuthenticatorCouchDbTokenRepository

2021-11-08 Thread Vittore Zen
M UTC-4 Matthew Gordon wrote: > >> Hello, >> >> I am also seeing this same issue on version 6.4.1 and greater. I did not >> try anything older. >> >> I am also seeing something similar with the CouchDb Surrogate >> Authentication module as well, so maybe there is

[cas-user] GoogleAuthenticatorCouchDbTokenRepository

2021-10-28 Thread Vittore Zen
Hi, I'm trying to set up google 2FA using couchdb. I have added to build.graddle file: implementation "org.apereo.cas:cas-server-support-gauth:${project.'cas.version'}" implementation "org.apereo.cas:cas-server-support-couchdb-ticket-registry:${project.'cas.version'}" implementation

Re: [cas-user] gradlew run OK - tomcat FAIL

2021-10-19 Thread Vittore Zen
me/uvtomcat/config" > > > Ray > > On Mon, 2021-10-18 at 23:21 -0700, Vittore Zen wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > > Hi, > > a strange

[cas-user] gradlew run OK - tomcat FAIL

2021-10-19 Thread Vittore Zen
Hi, a strange (newbie?) problem. When I run "gradlew run" all work fine: no error and users can authenticate using ldap. When I copy cas.war inside tomcat webapps folder server parsed correctly, start cas application, but in logs I don't see "registering LDAP" message and users can't