[cas-user] Re: JDBC attribute repository sql search by principal

2023-07-26 Thread Anthony Oslund
Our model cas 6.6.6 is not exactly as yours (ours is DBMS/Azure rather than LDAP) but likely parallels the issue so may provide some perspective. Authentication model where some users authenticated with DBMS name/pass and others through Azure. Challenge was how to make the released

[cas-user] CAS 7 startup warnings

2023-07-26 Thread Baron Fujimoto
When we start CAS 7, a number of warnings are logged. Advice on how to resolve them where feasible would be appreciated. ** WARN [com.hazelcast.cp.CPSubsystem] - <[cas.example.edu]:5701 [dev] [5.2.3] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that

[cas-user] Re: JDBC attribute repository sql search by principal

2023-07-26 Thread Pablo Vidaurri
Digging thru code: SimpleUsernameAttributeProvider.java, method getUsernameAttributeValues, there is this line: if (query.containsKey(this.usernameAttribute)) { ...} I see I can perhaps override the username with a userNameAttribute. I have not found any config where I can define this value.

Re: [cas-user] Simple MFA to Surrogate bypasses surrogate selection

2023-07-26 Thread Anthony Oslund
Thanks for your reply John. Read the docs repeatedly and somehow kept reading that as admin+surrogate rather than surrogate+admin. However, there is still a default "web flow" issue between MFA and surrogate. When tested as +admin with the drop down it triggers simple MFA but bypasses

Re: [cas-user] Simple MFA to Surrogate bypasses surrogate selection

2023-07-26 Thread John
We don't use the surrogate selector at all, the person has to know the account name, and for your login you should be using ` surrogate+adminuser ` and not ` adminuser+surrogate `. Have you turned on debug? Do you have sufficient debug logging messages in your groovy script to track through

[cas-user] JCaptcha

2023-07-26 Thread Diego Dave
Hi there, Is there any possibility to integrate JCaptcha in CAS 6/7 as it could be done in CAS 3/4? Such as: https://apereo.atlassian.net/wiki/spaces/CAS4UM/pages/102957015/JCaptcha Thanks, Diego -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas -

[cas-user] Re: hCaptcha integration

2023-07-26 Thread Diego Dave
I forgot the version: CAS 6.6.8 El miércoles, 26 de julio de 2023 a las 10:47:49 UTC-3, Diego Dave escribió: > Hi there, > > When I configure captcha integration with hCaptcha, the captcha works but > not validate after clicking the login button. > > This is my setup in application.yml file: >

[cas-user] hCaptcha integration

2023-07-26 Thread Diego Dave
Hi there, When I configure captcha integration with hCaptcha, the captcha works but not validate after clicking the login button. This is my setup in application.yml file: cas.google-recaptcha.enabled: true cas.google-recaptcha.version: HCAPTCHA cas.google-recaptcha.verifyUrl: