Re: [cas-user] Overlay and custom webflow

2022-02-02 Thread spfma . tech
Hi, Thanks for your answer. I found this blog a couple of days ago, and I thought all my questions would find an answer in this article : https://fawnoos.com/2021/08/20/cas64-webflow-extensions/ So I created the src/main/resources/META-INF/spring.factories file starting from the directory I

Re: [cas-user] Overlay and custom webflow

2022-01-31 Thread Ray Bon
Examples in the docs are to get an idea of where to start and what to do. Checkout https://fawnoos.com/blog/ for other examples. Ray On Sat, 2022-01-29 at 18:29 +0100, spfma.t...@e.mail.fr wrote: Notice: This message was sent from outside the University of Victoria email system. Please be

Re: [cas-user] Overlay and custom webflow

2022-01-29 Thread spfma . tech
Hi, Thanks for your reply. So are the code examples on this page : https://apereo.github.io/cas/6.4.x/webflow/Webflow-Customization-Extensions.html supposed to be usable as they are ? Or are they just snippets ? I would like to start with a good and simple example, and make it more complex,

Re: [cas-user] Overlay and custom webflow

2022-01-29 Thread spfma . tech
Hi, Thanks for your reply. Yes, I have started to "translate" what was included in the old stuff, and adding lines one by one. Looks similar so far :-) Regards Le 28-Jan-2022 21:39:03 +0100, psvidau...@gmail.com a crit: I dont recall what is there by default, this is what I have ...

Re: [cas-user] Overlay and custom webflow

2022-01-28 Thread Pablo Vidaurri
I dont recall what is there by default, this is what I have ... you probably dont need the saml or oauth stuff: implementation "org.apereo.cas:cas-server-support-jdbc-drivers:${project.'cas.version'}" implementation

Re: [cas-user] Overlay and custom webflow

2022-01-28 Thread Ray Bon
Perhaps the spring libs need to be included in your java file: import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import as needed You may also need some cas libs as well in your build.gradle (these are some that I

Re: [cas-user] Overlay and custom webflow

2022-01-27 Thread spfma . tech
Hi, Thank you very much for your answer, it will help me to find my way ! But is the SomethingWebflowConfigurer supposed to be usable per se, just to check everythin is taken into account ? I am still not able to compile it because of these missing symbols errors. Is there something else to add

[cas-user] Overlay and custom webflow

2022-01-26 Thread spfma . tech
Hi, I am trying to replace an old CAS 3.5, and having been far from this product during all these years, things have changed a lot ! After some trials and errors, I was able to clone the overlay repo, extract the fragments I needed to customize and build the WAR. Then I managed to add the