[cas-user] Re: CAS Java Client in Maven Repo?

2024-03-03 Thread Nick Couchman
Well, I feel a bit stupid, having answered my own question almost as soon as I asked it. The answer is that the namespace changed from org.jasig to org.apereo, so if I was just looking in the correct place, I would have found it. -Nick On Sun, Mar 3, 2024 at 4:28 PM Nick Couchman wrote: > Hello

[cas-user] CAS Java Client in Maven Repo?

2024-03-03 Thread Nick Couchman
Hello, everyone, I have a Java project that relies on the CAS Client, and uses Maven to manage dependencies. I was reviewing versions of dependencies and noticed that the latest CAS client available in Maven is still the 3.6.4 client - it doesn't look like any of the 4.x clients developed and relea

[cas-user] How is TST suppose to work, keep getting db errors

2024-03-03 Thread Pablo Vidaurri
CAS 6.6.8 I'm using delegated auth to Azure AD using OIDC. Things seem to be mostly working but I noticed a couple of different db errors: 1. Delegated client identifier cannot be located in the authentication request* * 2. org.postgresql.util.PSQLException: ERROR: duplicate key va

[cas-user] Re: Sending queries to multiple databases

2024-03-03 Thread Pablo Vidaurri
I have different authentication systems and I do indeed rely on each being processed in order until a user is authenticated. Maybe set cas.authn.jdbc.query[0].order=0 cas.authn.jdbc.query[1].order=1 On Wednesday, February 28, 2024 at 11:15:32 PM UTC-6 폴폴 wrote: > I am using Apereo CAS versi