Re: [cas-user] Custom webflow priority

2023-10-12 Thread spfma.tech via CAS Community
Hi, Thanks for your answer. I had at look at this class but first found no way to alter "order" propery as it is private and has no setter. But studying the code and later unterstanding what Lombok (new to this stuff) does with setters and getters at class level (first saw only examples

Re: [cas-user] Custom webflow priority

2023-10-11 Thread Ray Bon
The order is part of spring webflow, so look into that. Cas does have some helper methods. See https://github.com/apereo/cas/blob/6.6.x/core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/configurer/AbstractCasWebflowConfigurer.java which has an order field and a number of

[cas-user] Custom webflow priority

2023-10-11 Thread spfma.tech via CAS Community
Hi, I managed to inject some custom webflow modifications and I am facing a problem : it seems other webflows (I first added 'mfa-gauth' and then 'simple-mfa') always supersede mine in the end, as seen in the logs : 2023-10-11 11:35:09,560 DEBUG