Enterprise Single Sign-On for All

Mongo Service Registry

This registry uses a MongoDb instance to load and persist service definitions. 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-mongo-service-registry</artifactId>
    <version>${cas.version}</version>
</dependency>

Configuration

This implementation auto-configures most of the internal details. To see the relevant list of CAS properties, please review this guide.

Auto Initialization

Upon startup and configuration permitting, 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.