Re: [cas-user] Customizing AUP Webflow Logic

2023-09-12 Thread Trevor Fong
ble to rework your logic to extend the existing flow, instead > of changing it? > > Ray > > > On Fri, 2023-09-08 at 17:14 -0700, Trevor Fong wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and

Re: [cas-user] Customizing AUP Webflow Logic

2023-09-11 Thread Trevor Fong
Hi All, Just wondering if anyone has any ideas about the build errors? Thanks Trev . On Sep 8, 2023 at 9:48 PM -0700, Trevor Fong , wrote: > Hi All, > I'm trying to customize the AUP template view and some of the logic behind > its SUBMIT button. The problem is that I'm running

[cas-user] Customizing AUP Webflow Logic

2023-09-08 Thread Trevor Fong
Hi All, I'm trying to customize the AUP template view and some of the logic behind its SUBMIT button. The problem is that I'm running into some compiler errors when I try to do a "./gradlew clean build": $ ./gradlew clean build Configuration on demand is an incubating feature. > Task

Re: [cas-user] ervice registration only allows set of IP addresses?

2022-11-23 Thread Trevor Fong
Hi Baron I’ve used the following site in the past to convert cidr’s to regex’s https://d-fault.nl/cidrtoregex Good luck, Trev On Nov 23, 2022 at 6:02 PM -0800, Baron Fujimoto , wrote: > I'm afraid my search-fu is failing me with the way the docs are organized > now. I'm looking for a way to for

Re: [cas-user] Re: Older documentation is no longer available

2022-11-01 Thread Trevor Fong
Having recently done exactly this, +100 On Tue, 1 Nov 2022 at 07:10, 'Richard Frovarp' via CAS Community < cas-user@apereo.org> wrote: > On Tue, 2022-11-01 at 09:06 -0400, Mark H. Wood wrote: > > On Mon, Oct 31, 2022 at 03:25:12PM -0700, Benjamin Bini wrote: > > > Which project removes

[cas-user] Re: Upgrade from CAS 6.5 to 6.6

2022-10-13 Thread Trevor Fong
Hi Robin, I'm afraid I don't have a fix for you, but I also experienced these errors when trying to upgrade to 6.6.x; I went to 6.5.8 instead. Thanks, Trev On Wednesday, October 12, 2022 at 1:40:27 PM UTC-7 robin@gmail.com wrote: > Hello, > > I'm struggling to upgrade a CAS server from

[cas-user] Re: Migrating Services from 5.2.x to 6.5.x

2022-10-13 Thread Trevor Fong
y need to find out what the replacement will be. Currently 6.6.x doesn't work for me as I also get the "InvalidTicket" errors that someone else noted. Thanks, Trev On Thu, 13 Oct 2022 at 02:48, Andrea Colajacomo < andrea.colajac...@alecsandria.it> wrote: > Hi Trevor, >

Re: [cas-user] CAS Management 6.5.6 with JPA Service Registry is also writing JSON files

2022-10-03 Thread Trevor Fong
gt; You will find the produced war in the webapp/cas-mgmt-webapp/build/libs > folder. > > Hope it helps, > > Fotis > > Until then, > On 30/9/22 08:37, Trevor Fong wrote: > > > Hi Ray, > > Thanks a lot for your reply. > > Versioned branches are current for

Re: [cas-user] CAS Management 6.5.6 with JPA Service Registry is also writing JSON files

2022-09-29 Thread Trevor Fong
nt for > cas-management-overlay. > > Ray > > On Thu, 2022-09-29 at 17:26 -0700, Trevor Fong wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > > Hi Fotis, > > Tha

Re: [cas-user] CAS Management 6.5.6 with JPA Service Registry is also writing JSON files

2022-09-29 Thread Trevor Fong
re not including the JSON module, > > https://apereo.github.io/cas/6.5.x/services/JSON-Service-Management.html > > > > Next, try this: > > > > cas.serviceRegistry.initFromJson=false > > > > or less likely: > > > > mgmt.versionControl.enabled=false > > > > Ray >

Re: [cas-user] CAS Management 6.5.6 with JPA Service Registry is also writing JSON files

2022-09-29 Thread Trevor Fong
t; Trevor, > > > > Make sure you are not including the JSON module, > > https://apereo.github.io/cas/6.5.x/services/JSON-Service-Management.html > > > > Next, try this: > > > > cas.serviceRegistry.initFromJson=false > > > > or less likely: > &

[cas-user] CAS Management 6.5.6 with JPA Service Registry is also writing JSON files

2022-09-28 Thread Trevor Fong
Hi There, I'm trying to set up a fresh CAS Management 6.5.6 instance for dev and have set it up for JPA based service registry, but it is also writing out created/updated services as JSON files. The result is that every created/updated record is repeated in the UI. Does anyone know how to

Re: [cas-user] Re: Migrating services from version 5 to 6

2022-06-15 Thread Trevor Fong
keep your CAS installation working is a question of chance : if you > bet on the good techno that wil survive to annual elegation, you won... We > bet on JPA and lost... > Good luck ! > Regards > > Le 10/06/2022 à 19:45, Trevor Fong a écrit : > > Hi Francois, > > Jus

Re: [cas-user] Re: Migrating services from version 5 to 6

2022-06-10 Thread Trevor Fong
Hi Francois, Just wondering if you were able to resolve your situation and if so, how? I'm also facing a similar thing. Thanks a lot, Trev On Thursday, March 31, 2022 at 10:54:41 AM UTC-7 fjan...@gmail.com wrote: > Thank you for the response. > > We actually use CAS Management application,

[cas-user] Migrating Services from 5.2.x to 6.5.x

2022-06-03 Thread Trevor Fong
Hi Everyone, Along the same lines as https://groups.google.com/a/apereo.org/d/msgid/cas-user/75ef5b42-d3b7-366b-8b5b-c784e578b5a2%40ndsu.edu?utm_medium=email_source=footer - I'm trying to migrate services from a 5.2.x install with a JPA service registry to a 6.5.x JPA service registry. The

Re: [cas-user] Assistance building CAS Management Overlay, "Could not find org.apereo.cas:cas-server-support-bom:."

2022-05-30 Thread Trevor Fong
Hi Joe, I ran into the same problem myself. The problem was that "cas.version" was set to nothing in gradle.properties (ie "cas.version="). To get it to compile I had to do the following (on MacOS/bash): setjdk 11 getcas --directory cas-management-overlay-6.5.4 --type cas-management-overlay

Re: [cas-user] CAS Management 6.5.2

2022-05-25 Thread Trevor Fong
, Trev On Wed, 25 May 2022 at 15:47, Trevor Fong wrote: > Hi Ray, > > Thanks very much for your response. > > It's before authentication - the redirection happens as soon as I GET > https://my.cas.server/cas-management > Here's a DEBUG log of it happening right after

Re: [cas-user] CAS Management 6.5.2

2022-05-25 Thread Trevor Fong
Ray > > On Wed, 2022-05-25 at 14:25 -0700, Trevor Fong wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > > Hi Everyone, > > In an attempt to resolve my CAS Manag

Re: [cas-user] CAS Management 6.5.2

2022-05-25 Thread Trevor Fong
at 2:25:44 PM UTC-7 Trevor Fong wrote: > Hi Everyone, > > In an attempt to resolve my CAS Management issues, I've now upgraded to > 6.5.3 and am deploying via CASInitializr, all to no avail, still!: > # getcas --type cas-overlay --casVersion 6.5.3 --modules > support-jpa-ticket-re

Re: [cas-user] CAS Management 6.5.2

2022-05-25 Thread Trevor Fong
On Tuesday, May 17, 2022 at 1:55:00 PM UTC-7 Trevor Fong wrote: > Hi Mathieu > > Yes - I do have an /etc/cas/config/management.properties file. From my > initial message: > “ > > In the /etc/cas/config/management.properties I have the following > configured: > cas.ser

Re: [cas-user] CAS Management 6.5.2

2022-05-17 Thread Trevor Fong
, Mathieu HETRU , wrote: > Have you created the management.properties file in this place ? > /etc/cas/config/management.properties ? > > Best Regards, > > > Le mar. 17 mai 2022 à 18:14, Trevor Fong a écrit : > > > Hi Mathieu > > > > > > I’v

Re: [cas-user] CAS Management 6.5.2

2022-05-17 Thread Trevor Fong
Hi Mathieu I’ve tried those variations also to the same result. Thanks a lot for the suggestions though.  Really appreciate any tips. Trev . On May 17, 2022, 8:31 AM -0700, cas-user@apereo.org, wrote: > > To -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

[cas-user] CAS Management 6.5.2

2022-05-12 Thread Trevor Fong
Hi All, I'm trying to set up a fresh 6.5.2 install and am having trouble getting the cas-management to work. I can login OK if I go to https:///cas/login. But if I try to go to https:///cas-management I get redirected to https://localhost:8443/cas-management/ Theoretically, this should be

[cas-user] Re: AUP not Working With MFA (CAS 5.2.4)

2019-10-10 Thread Trevor Fong
Bump. Anyone have any ideas about presenting AUP during login on a site with an MFA provider designated? Thanks, Trev On Monday, October 7, 2019 at 4:05:49 PM UTC-7, Trevor Fong wrote: > > Hi Everyone, > > We are on CAS 5.2.4, and have implemented AUP (Acceptable Usage Policy)

[cas-user] AUP not Working With MFA (CAS 5.2.4)

2019-10-07 Thread Trevor Fong
Hi Everyone, We are on CAS 5.2.4, and have implemented AUP (Acceptable Usage Policy) with LDAP and also MFA (Multi-Factor Authentication) via Duo. Both work fine by themselves. The problem is that if a site has an MFA provider defined, the AUP flow does not get triggered. Would anyone know

[cas-user] Re: Deadlocks and Uncommited Transaction

2018-10-08 Thread Trevor Fong
Anyone have any ideas why we're getting deadlocks against the tables LOCKS, SERVICETICKET, TICKETGRANTINGTICKET? Thanks a lot Trev On Friday, October 5, 2018 at 4:50:40 PM UTC-7, Trevor Fong wrote: > Hi There,  > > > We've trying out CAS 5.2.4 in a clustered environment wit

[cas-user] Deadlocks and Uncommited Transaction

2018-10-05 Thread Trevor Fong
Hi There, We've trying out CAS 5.2.4 in a clustered environment with the ticket registry in an Oracle 12c database. We've been seeing tons of persistent deadlock errors after a load test - you kill one locker and another deadlock springs up. Our DBA tells us that deadlocks were seen against