You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. To view the documentation for a specific Apereo CAS server release, please choose an appropriate version. The release schedule is also available here.
JPA Service Registry
Stores registered service data in a database.
Support is enabled by adding the following module into the overlay:
1 2 3 4 5 | <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-jpa-service-registry</artifactId> <version>${cas.version}</version> </dependency> |
1 | compile "org.apereo.cas:cas-server-support-jpa-service-registry:${project.'cas.version'}" |
To learn how to configure database drivers, please see this guide. To see the relevant list of CAS properties, please review this guide.
Auto Initialization
Upon startup and if the services registry database is blank, the registry is able to auto initialize itself from default JSON service definitions available to CAS.
To see the relevant list of CAS properties, please review this guide.