custom cas-management

59 views
Skip to first unread message

Mathieu HETRU

unread,
Mar 10, 2022, 11:47:26 AM3/10/22
to cas-...@apereo.org
Hello,

i search how custom and add a value in field "policy" in the tab "multifactor" in the forms of the application cas-management version 6.3.7.1

i search too how custom the search engine of cas management version 6.3.7.1

there is people know how i can do this ?

best regards

Mathieu HETRU

Mathieu HETRU

unread,
May 5, 2022, 5:32:37 AM5/5/22
to cas-...@apereo.org
Hello,

i have find a solution in order to cas-management retrieve elements of cas server :
- compile cas 6.3.7.4 with implementation "org.apereo.cas:cas-server-support-discovery-profile:${project.'cas.version'}" in cas-overlay-template in dependencies in build.gradle
- add this keys in cas.properties (replace 1\.2\.3\.4 with your address ip of your cas server)
management.endpoints.web.exposure.include=discoveryProfile,status
management.endpoints.enabled-by-default=true
management.endpoint.health.show-details=always
cas.monitor.endpoints.endpoint.defaults.access=IP_ADDRESS
cas.monitor.endpoints.endpoint.defaults.requiredIpAddresses=1\.2\.3\.4
- add this key in management.properties :
mgmt.enable-discovery-endpoint-call=true
- redeploy cas server
- redeploy cas management

with this, cas-management application use the values returned by cas server with this url https://cas-server/actuator/discoveryProfile in order to fill and custom the differents forms

but how can i list the differents id and values of my mfa ? (returned by https://url-server-cas/actuator/discoveryProfile)

Thanks for your help !

Best regards,
Reply all
Reply to author
Forward
0 new messages