Re: [cas-user] Palantir Configuration in 7.0.x

2025-04-05 Thread Phil Hale
Hello, Thank you for the suggestion. I've made the changes, but I continue to fail to log into the admin interface, with the following error in the log: cas.war[331127]: 2025-03-19 15:23:17,244 WARN [org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver] - In the cas.p

Re: [cas-user] Re: Apereo #cas Slack Channel

2025-04-05 Thread 'David Porter' via CAS Community
Can you please add david.por...@savvas.com to the slack workspace please? David Porter Software Developer Savvas Learning Company Mobile: (435) 279-0782 savvas.com On Wed, Mar 19, 2025 at 8:01 PM 'Ankit Kumar' via CAS Community < cas-user@apereo.org> wrote: > Could

[cas-user] Successful login throttling

2025-04-05 Thread Kostas Kalevras
Hello team We are well aware of the functionality to throttle failed logins in CAS and we have been using it for quite some time with no problems. One recent need is to be able to throttle successful login attempts. In our case, the problem stems from a badly written Android app which will open

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

2025-04-05 Thread Daniel Ellentuck
Hi Leo, I've found this doc helpful: https://apereo.github.io/cas/7.0.x/mfa/Configuring-Multifactor-Authentication.html especially the section on per-application triggers . Dan Ellentuck C

Re: [cas-user] 7.1.5 initialised but not ready

2025-04-05 Thread spfma.tech via CAS Community
After further investigations, it seems CAS application is now trying to bind to the interface corresponding to the hostname mentioned in "cas.server.name" before getting ready. I can only guess it, because there is no error message in the logs, except the app is never getting ready and process

[cas-user] delegation generic oidc with response-type=code

2025-04-05 Thread Pablo Vidaurri
I'm trying to get an access_token. Was finally able to get something with following config: cas.authn.pac4j.oidc[0].generic.enabled=true cas.authn.pac4j.oidc[0].generic.use-nonce=true cas.authn.pac4j.oidc[0].generic.include-access-token-claims=true cas.authn.pac4j.oidc[0].generic.response-type=co

[cas-user] Re: Issues upgrading from CAS 7.0.x to CAS 7.1.x

2025-04-05 Thread Phil Hale
I added the missing dependency and restarted the services and I'm still getting the same warning in the logs: 2025-03-20 13:15:27,445 WARN [com.hazelcast.instance.impl.HazelcastInstanceFactory] - Using OIDC I assume? > > Have you tried these dependencies: > implementation "org.apereo.cas:ca

[cas-user] Re: Issues upgrading from CAS 7.0.x to CAS 7.1.x

2025-04-05 Thread Pablo Vidaurri
In you service file, i see missing commas and double quotes. Is that what you really have ? I would exepct something like this: "accessStrategy" : { "@class" : "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy", "delegatedAuthenticationPolicy" : { "@class

[cas-user] Re: Issues upgrading from CAS 7.0.x to CAS 7.1.x

2025-04-05 Thread Phil Hale
Hello Pablo, I went and edited one of my test service files to match up with "commas and quotes" to what is available in the documentation. I'm still seeing the following in the log file when attempting to test login: 2025-03-24 11:55:54,331 INFO [org.apereo.inspektr.audit.AuditTrailManager]