Re: [cas-user] Configuration Error

2023-05-22 Thread Eugene Willis
Sounds like it is looking for a cluster. So may need add another box and it’s ip address in your cas.properties hazelcast clusterEugene Willis Jr.Post Creative strategist (P.C.S.)BlackNerdNinja IndieboxKart MediaGogotechsupport BlackNerdNinja.com#Nerd #goninjagoOn May 22, 2023, at 1:46 AM, fasr fav

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

2025-02-05 Thread Eugene Willis
May need to update webflo and tgc keys for version 7 cas . Comment the old keys out to get the new ones. Sent from my iPhoneOn 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  –

Re: [cas-user] CAS 7.2.0 Micrometer?

2025-03-26 Thread Eugene Willis
Add to Log4j2.xmlSent from my iPhoneOn Mar 26, 2025, at 12:45 PM, AJ wrote: Getting this in my error logs while starting to test 7.2.0 in dev.  This did not appear in 7.1.5. I don't have any configuration for metrics or micrometer.  How can I get rid of this? [io.micrometer.registry.ot

Re: [cas-user] CAS 7.2.0 Micrometer?

2025-03-26 Thread Eugene Willis
Yes it’s an “o”.Sent from my iPhoneOn Mar 26, 2025, at 12:45 PM, AJ wrote: Getting this in my error logs while starting to test 7.2.0 in dev.  This did not appear in 7.1.5. I don't have any configuration for metrics or micrometer.  How can I get rid of this? [io.micrometer.registry.otl

Re: [cas-user] CAS 7.2.0 Micrometer?

2025-03-26 Thread Eugene Willis
If you need to see it in your logs again you can set to “info”. And then if you are troubleshooting “debug” or ” trace”.Sent from my iPhoneOn Mar 26, 2025, at 4:03 PM, AJ wrote: 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

Re: [cas-user] Help Needed: Configuring CAS 6.6.15 with TrustBuilder/InWebo MFA for a Specific Service

2025-03-27 Thread Eugene Willis
apereo.github.ioSent from my iPhoneOn Mar 27, 2025, at 12:26 PM, LeoS wrote: Hello, I am trying to implement MFA with TrustBuilder/InWebo in CAS 6.6.15. I managed to enable it globally using cas.authn.mfa.triggers.global.global-provider-id=mfa-inwebo. However, I want to enable MFA only for a spec

Re: [cas-user] Embedded Script Groovy in Attribute definition

2025-02-18 Thread Eugene Willis
Switch single quotes to double quotes. With in your script.Sent from my iPhoneOn Feb 18, 2025, at 1:00 PM, 'Matthew Gordon' via CAS Community wrote:I am using this example for the JSON Attribute Definitions " Embedded Script" https://apereo.github.io/cas/7.0.x/integration/Attribute-Definitions.ht