Re: [cas-user] Re: no audit log anymore on cas6.6 after rebuilt

2024-07-15 Thread AJ
Make sure your line in log4j2.xml looks like this: From: cas-user@apereo.org on behalf of Jeremiah Garmatter Sent: Monday, July 15, 2024 8:23 AM To: CAS Community Cc: Nodata Nodata Subject: [cas-user] R

Re: [cas-user] Amazon Corretto Requirement cas 7.x.x

2024-07-31 Thread AJ
I’ve built it successfully with just OpenJDK. On Jul 31, 2024, at 3:21 PM, Dmitriy Kopylenko wrote:  Not actually the case. Here's the successful build of overlay template (7.1.0-SNAPSHOT), freshly cloned from here: https://github.com/apereo/cas-overlay-template JDK 21 from Zulu: > java -v

Re: [cas-user] Amazon Corretto Requirement cas 7.x.x

2024-08-01 Thread AJ
d be found in the locally installed toolchains or the configured toolchain download repositories. # java --version openjdk 21.0.4 2024-07-16 LTS OpenJDK Runtime Environment Zulu21.36+17-CA (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Zulu21.36+17-CA (build 21.0.4+7-LTS, mixed mode, sharing) JA

[cas-user] 7.0.6 and Risk Based Authentication

2024-08-23 Thread AJ
Just wanted to see if anyone else is seeing this. Maybe I have a conflict or something missing. Enabling risk-based authentication via: implementation "org.apereo.cas:cas-server-support-electrofence" Brings up an exception when logging in (see below). Removing this and re-building removes it

[cas-user] [CAS 5.0.3] Application Not Authorized issue

2017-03-23 Thread AJ
.cas.support.oauth.services.OAuthRegisteredService", "clientId": "cas", "clientSecret": "secret", "bypassApprovalPrompt": false, "serviceId" : "localhost:1234/cas", "name" : CasClient", "id"

Re: [cas-user] [CAS 5.0.3] Application Not Authorized issue

2017-03-30 Thread AJ
roperties in cas.properties > > https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#pac4j > > > 2017-03-23 19:09 GMT+02:00 AJ >: > > Hi, > > > > > > > > I'm trying to test Oauth 2.0 authorization on my cas 5.0.3 serve

[cas-user] 7.1.x inotify issues

2025-01-07 Thread AJ
ne see anything like this? It seems to only happen under load, I can't reproduce it in my dev environment. Thanks. AJ -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you

Re: [cas-user] RE: Odd mfa-duo behavior

2025-02-05 Thread AJ
We have experienced the same behavior running CAS 7.0.10. On Feb 5, 2025, at 7:51 PM, Wickham, Jeremy wrote:  I added some more classes into my log4j2.xml file and it is now printing a bit more information other than null – 2025-02-05 10:55:56,226 TRACE [org.apereo.cas.adaptors.duo.web.flow

Re: [cas-user] 7.1.x inotify issues

2025-01-08 Thread AJ
Yes I did that and it does help, but at some point it will run out again. It doesn’t seem to be cleaning up these resources. Is there a way to turn off the file watching? My groovy script doesn’t change. On Jan 8, 2025, at 5:54 PM, Ray Bon wrote:  AJ, There is sometimes a note about

Re: [cas-user] 7.1.x inotify issues

2025-01-08 Thread AJ
Yes we have one script for one service that we use. It does not happen in 7.0.x though. On Jan 8, 2025, at 2:17 AM, Andrew Tillinghast wrote:  Do you have custom groovy scripts? I've seen this issue when it's scanning the scripts for changes. On Tue, Jan 7, 2025, 11:02 PM AJ

Re: [cas-user] 7.1.x inotify issues

2025-01-09 Thread AJ
, Jan 8, 2025, 5:54 PM Ray Bon mailto:r...@uvic.ca>> wrote: AJ, There is sometimes a note about increasing inotify with groovy scripts: 'In the event the configured resource is a Groovy script, specially if the script set to reload on changes, you may need to adjust the total number

[cas-user] CAS 7.2.0 Micrometer?

2025-03-26 Thread AJ
butes={service.name=cas})> AJ -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group

Re: [cas-user] CAS 7.2.0 Micrometer?

2025-03-26 Thread AJ
That didn’t show any more info. I assume the zero is an O. On Mar 26, 2025, at 3:09 PM, Eugene Willis wrote:  Add to Log4j2.xml http://localhost:4318/v1/metrics, resource-attributes={service.name=cas})> AJ -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VR

[cas-user] Multifactor Bypass or Access Chaining?

2025-03-27 Thread AJ
Has anyone been able to implement chaining for MFA access or bypass similar to org.apereo.cas.servicesChainingRegisteredServiceAccessStrategy or org.apereo.cas.services.ChainingAttributeReleasePolicy? Looking to chain MFA bypass criteria without a groovy script. Thanks AJ -- - Website: https

[cas-user] Re: 7.2.0 System Property for Pathwatcher ignored

2025-03-31 Thread AJ
s.jar,xom-*.jar user.country=US user.dir=/ user.home=/home/tomcat user.language=en user.name=tomcat user.timezone=America/New_York From: cas-user@apereo.org on behalf of AJ Sent: Wednesday, March 26, 2025 4:36 PM To: cas-user@apereo.org Subject: [cas-user] 7.2.0

Re: [cas-user] CAS 7.2.0 Micrometer?

2025-04-11 Thread AJ
FYI, this appears to be fixed in 7.2.1. The pathwatcher issue still remains. From: cas-user@apereo.org on behalf of AJ Sent: Wednesday, March 26, 2025 3:58 PM To: cas-user@apereo.org Subject: Re: [cas-user] CAS 7.2.0 Micrometer? That didn’t show any more

[cas-user] 7.2.0 System Property for Pathwatcher ignored

2025-03-26 Thread AJ
Continuing my testing of 7.2.0, I noticed the command line: -Dorg.apereo.cas.util.io.PathWatcherService=false Is not longer being set. Java and Tomcat versions and config did not change. Any ideas on this one? This works fine in 7.1.5. Thanks AJ -- - Website: https://apereo.github.io/cas

[cas-user] BlackDot IP Intelligence Service - CAS 7.2.2

2025-05-09 Thread AJ
Trying to utilize BlackDot's service with CAS 7.2.2. I am getting the following error: ERROR [org.apereo.cas.authentication.adaptive.intel.RestfulIPAddressIntelligenceService] - This causes all authentication to fail, even if the IP returns 0 from the service. Below are my cas.properties

[cas-user] CAS 7.2.x Geolocation

2025-06-25 Thread AJ
Has anyone gotten geolocation data to actually be written to the events system without having to have user consent in their browsers? I have tried various geo location services, Maxmind, IP, Azure and none of them work. The only time it works is if the user is prompted in the browser and they a

[cas-user] Re: BlackDot IP Intelligence Service - CAS 7.2.2

2025-06-09 Thread AJ
This has been fixed in 7.2.3 From: AJ Sent: Friday, May 9, 2025 2:21 PM To: cas-user@apereo.org Subject: BlackDot IP Intelligence Service - CAS 7.2.2 Trying to utilize BlackDot's service with CAS 7.2.2. I am getting the following error:

[cas-user] Re: CAS 7.2.x Geolocation

2025-06-25 Thread AJ
e is there is a forward slash (/) in front of the IP address. Thanks. ____ From: AJ Sent: Wednesday, June 25, 2025 10:03 AM To: CAS Community Subject: CAS 7.2.x Geolocation Has anyone gotten geolocation data to actually be written to the events system without havi

Re: [cas-user] [7.2.3] OIDC problems

2025-06-27 Thread AJ
There should be more to that error. Send the start of the trace. There was an issue involving crypto keys from 7.0 to 7.1/7.2. From: spfma.tech via CAS Community Sent: Friday, June 27, 2025 12:34 PM To: cas-user@apereo.org Subject: [cas-user] [7.2.3] OIDC probl

Re: [cas-user] [7.2.3] OIDC problems

2025-06-27 Thread AJ
This is exactly the issue. I remember having to do this. On Jun 27, 2025, at 3:25 PM, Ray Bon wrote:  It is possible that the default length of keys has changed. Try generating new keys or set the key length. See https://apereo.github.io/cas/7.2.x/authentication/OAuth-Authentication.html Ray

[cas-user] Re: CAS 7.2.x Geolocation

2025-06-27 Thread AJ
Just to update, this behavior is the same in CAS 7.2.4. 2025-06-27 11:52:03,261 DEBUG [org.apereo.cas.support.geo.maxmind.MaxmindDatabaseGeoLocationService] - None of the Geolocation services work, all return zeroes. From: AJ Sent: Wednesday, June 25, 2025