https://apereo.github.io/cas/development/services/JSON-Service-Management.html

That will give you the configuration options for setting up the service registry. Looks like the "core" part was removed.


On 7/11/25 07:19, Kanad Patil wrote:
Hello,

Could anyone help me to register my application on CAS, getting below issue: 2025-07-11 17:35:40,522 INFO [org.apereo.cas.services.mgmt.AbstractServicesManager] - <Loaded [1] service(s) from cache [JsonServiceRegistry].> 2025-07-11 17:35:41,314 ERROR [org.apereo.cas.configuration.CasConfigurationPropertiesValidator] - < Failed to bind properties under 'cas' to org.apereo.cas.configuration.CasConfigurationProperties         cas.service-registry.core.json.location = file:/services/*.json (Origin: "cas.service-registry.core.json.location" from property source "bootstrapProperties-casCompositePropertySource")

Listed settings above are no longer recognized by CAS 7.3.0-RC2. They may have been renamed, removed, or relocated to a new namespace in the CAS configuration schema. CAS will ignore such settings to proceed with its normal initialization sequence. Please consult the CAS documentation to review and adjust each setting to find an alternative or remove the definition from the property source. Failure to do so puts the server stability in danger and complicates future upgrades.

Below is my application.yml file:
cas:
   service-registry:
    core:
       init-from-json: false
       json:
           location: file:/services/*.json

And below is my json file:
{
  "@class": "org.apereo.cas.services.CasRegisteredService",
  "serviceId": "http://localhost:8082/jGPS/.*";,
  "name": "GPS",
  "id": 10000001,
  "description": "My Application"
}

Any guidance on resolving these build issues would be greatly appreciated.

Any help will be appreciated.

Thank you for your understanding and expertise.


Best Regards,

Kanad

--
- 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+unsubscr...@apereo.org. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/355cfba4-6eff-444a-a27c-6c76881e635en%40apereo.org <https://groups.google.com/a/apereo.org/d/msgid/cas-user/355cfba4-6eff-444a-a27c-6c76881e635en%40apereo.org?utm_medium=email&utm_source=footer>.

--
- 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+unsubscr...@apereo.org.
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/bbf6b710-c9a9-493f-a16d-06c723dbc7b7%40ndsu.edu.

Reply via email to