Re: [cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-26 Thread Mohamed Amdouni
Hi, Did you tried to add the driver dependency ? cas-server-support-jdbc-drivers Le ven. 26 janv. 2024 à 18:42, Yan Zhou a écrit : > Hi there, > > I maybe missing something obvious. > > I created my own JDBC-based authenticator, I noticed that the JDBC > authentication is Not registered,

Re: [cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-26 Thread Ray Bon
Yan, Add your configuration class to src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports See https://apereo.github.io/cas/7.0.x/configuration/Configuration-Management-Extensions.html#register Ray On Fri, 2024-01-26 at 08:54 -0800, Yan Zhou

[cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-26 Thread Yan Zhou
Hi there, I maybe missing something obvious. I created my own JDBC-based authenticator, I noticed that the JDBC authentication is Not registered, so login does not load jdbc-authenticator at all. set breakpoint in CasJdbcAuthenticationConfiguration, it is not called during CAS start-up.