Hi,

I am trying to test out CAS 5, but I am a bit lost on how to configure it.

I've added the ignite-ticket-registry and json-service registry as dependencies in the .pom file

    <dependency>
            <groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-json-service-registry</artifactId>
            <version>${cas.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-ignite-ticket-registry</artifactId>
            <version>${cas.version}</version>
        </dependency>

With cas 4.0, I had to specify something in the deployerConfigContext.xml to map mbeans. - Now there is an empty .xml file and some .groovy file to use. The documentation specifies that one of these should be used (I think): https://apereo.github.io/cas/development/installation/Maven-Overlay-Installation.html#spring-configuration

But I have no clue where to start. - Is there a list of configuration-examples I can look at?

Cheers,

Stephan

--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/57E8CAE3.7060104%40cosmos.esa.int.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Reply via email to