Re: [cas-user] CAS Client help

2022-11-29 Thread Petr FiĊĦer
Hello, Other option would be to let CAS issue TGC as signed JWT and then using that JWT in API calls. API can issue ST for itself on the fly. However this lets the API to completely impersonate the original user... so it has some caveats on its own. Better to use what Ray suggested, if you

[cas-user] LDAP config: stuck with DefaultAuthenticationManager

2022-11-29 Thread ITT Arisse
Hi all, it seems I cant login with my LDAP Authentication Manager since it seems DefaultAuthenticationManager is the only Authentication Manager configured... WHO: myuser WHAT: [UsernamePasswordCredential(username=myuser, source=null, customFields={})] ACTION: AUTHENTICATION_FAILED

Re: [cas-user] LDAP config: stuck with DefaultAuthenticationManager

2022-11-29 Thread Ray Bon
Stef, cas.authn.ldap[0].trust-store should be a path (or is that a typo?). Ray On Tue, 2022-11-29 at 08:42 -0800, ITT Arisse wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Hi all, it seems I

Re: [cas-user] Upgrading Tomcat?

2022-11-29 Thread Michael Santangelo
I'm not sure I follow where to edit these files in our specific instance. I've got a cas-overlay-template version 6.5.0-SNAPSHOT, which I'm running via ./gradlew clean copyCasConfiguration build run and no matter which config files I edit I cannot get a new version of Tomcat to run. I don't

Re: [cas-user] Upgrading Tomcat?

2022-11-29 Thread Ray Bon
Michael, The 6.5 (6.5.9) of the overlay includes your desired tomcat version. Updating from SNAPSHOT to 9 'should not' cause problems. But check start up logs to see if any config properties changed name. When I do upgrades, I compare the target project to my current project and manually (sigh)

Re: [cas-user] Upgrading Tomcat?

2022-11-29 Thread Michael Santangelo
Yep I grabbed the 6.6.3 overlay-template and it ran using my old config (it is yelling about some of my service definitions, but I can fix those later since they're not deprecated yet). Thanks all! On Tuesday, November 29, 2022 at 5:49:04 PM UTC-5 Ray Bon wrote: > Michael, > > The 6.5 (6.5.9)