management.endpoint.registeredServices.access=
|
You don't often get email from mohamedi...@gmail.com.
Learn why this is important
|
Hi Ray,
Thank you for your reply.
I added the new properties and exposed the endpoint, but I still have the same issue with /cas/actuator/registeredServices and I continue getting an access denied / 403 page.
Here is my current configuration:
I also tested with:
but the problem remains the same.
The endpoint is exposed, however accessing:
still redirects to the CAS access denied page.
Do I also need an additional module/dependency or a specific Spring Security configuration in CAS 7.3.5 for this endpoint?
Thank you.
implementation "org.apereo.cas:cas-server-support-reports"
Hi Ray,
Thank you for your help.
I added:
implementation "org.apereo.cas:cas-server-support-reports"I also tried setting all endpoint access to anonymous, but CAS failed to start with:
No enum constant org.springframework.boot.actuate.endpoint.Access.ANONYMOUSThen I switched to:
management.endpoint.health.access=unrestricted management.endpoint.info.access=unrestricted management.endpoint.registeredServices.access=unrestricted management.endpoints.web.exposure.include=*and removed/commented old:
cas.monitor.endpoints.endpoint.*properties.
CAS now starts correctly, but I still receive the CAS “Access Denied” page when accessing:
/cas/actuator/registeredServicesCould you please share a working configuration example for CAS 7.3.5?
Thank you.