Sorry but the link you sent is not working, also I have already seen the
whole documentation (I succeed at set up the MFA globally thanks to it) and
either I missed something or it lacks a proper explanation.
Le jeudi 27 mars 2025 à 19:56:19 UTC+1, Eugene Willis a écrit :
> apereo.github.io
Hello,
I am currently upgrading my Apereo CAS instance from version 7.2.0-RC5 to
the stable release 7.2.0. During this process, I encountered an issue where
the artifact cas-server-core-configuration-metadata-repository appears to
be missing for version 7.2.0.
The build fails with the foll
I ended up with this solution:
I added this to resources/META-INF/spring.factories:
org.springframework.boot.autoconfigure.EnableAutoConfiguration=
org.mycasconfig.TicketRegistryConfiguration
I added this to ect/cas/config/cas.properties:
spring.main.allow-bean-definition-overriding=true
spring.a
Hello,
I am running CAS 7.0.10 build with overlay and embedded Tomcat.
When it start, I have the message :
*Apache Tomcat Version: Apache Tomcat/10.1.31*
I tried to edit gradle.properties to uncomment this line and have a more
recent Tomcat version :
# tomcatVersion=10.1.39
But then when I do