Palantir Configuration in 7.0.x

273 views
Skip to first unread message

Phil Hale

unread,
Mar 12, 2025, 10:52:22 PM3/12/25
to CAS Community
Hello,

I'm attempting to set up Palantir and running into some issues.  I can get the Gradle build just fine, but I'm not sure what options to put in the cas.config file to get it working.  Documentation is a bit thin on this.  Can someone provide a working example config?

Thanks,

Phil

Jérôme LELEU

unread,
Mar 13, 2025, 8:44:41 AM3/13/25
to cas-...@apereo.org
Hi,

You must see Palantir as the interface of your actuator endpoints.
So you must first configure your actuator endpoints. You can start with the following example:

cas.monitor.endpoints.endpoint.defaults.access[0]=AUTHENTICATED
management.endpoints.web.exposure.include=*
management.endpoints.enabled-by-default=true

Thanks.
Best regards,
Jérôme


--
- 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 and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5b6b9112-5aed-4b8b-8886-a31d14d73265n%40apereo.org.

Phil Hale

unread,
Mar 19, 2025, 11:01:08 PM3/19/25
to CAS Community, Jérôme LELEU
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] - <Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]>

In the cas.properties file, I've included the following basic authentication info that I'm attempting to log in with:

spring.security.user.name=casadmin
spring.security.user.password=casadmin
spring.security.user.roles=ROLE_ADMIN,ROLE_USER


On the web, I get the following:

Screenshot From 2025-03-19 15-25-02.png

I'm not sure what to attempt next as the documentation is not very clear on what else I might need to configure.

Thanks,

Phil

Frédéric Dussurget

unread,
Mar 26, 2025, 11:34:44 AM3/26/25
to CAS Community, Phil Hale, Jérôme LELEU
Hi Phil have you activated the Accountmanagement interface ? ->

CasFeatureModule.AccountManagement.enabled: true


Regards,
Fred
Reply all
Reply to author
Forward
0 new messages