Re: [cas-user] Add a new controller to the CAS7 server

2023-09-11 Thread ztf863
Just register the bean in Configuration @Bean("authController") public AuthController authController(){ return new AuthController(); } 在 2023/9/11 21:12, ztf863 写道: Thank you very much for your reply. After my attempts, I found a solution. By adding the controller's package pa

Re: [cas-user] Add a new controller to the CAS7 server

2023-09-11 Thread ztf863
道: See https://apereo.github.io/cas/6.6.x/webflow/Webflow-Customization-Extensions.html and https://fawnoos.com/2022/07/22/cas66-ui-themes/ Ray On Fri, 2023-09-08 at 16:15 +0800, ztf863 wrote: Notice: This message was sent from outside the University of Victoria email system. Please

[cas-user] Add a new controller to the CAS7 server

2023-09-08 Thread ztf863
Hello, I am a beginner in CAS. I want to add a new controller to the CAS7 server, but it does not take effect. How should I implement it? Is there any documentation for this? Thanks -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: