Re: [cas-user] Take user back to Login page after MFA login error

2024-02-22 Thread Ray Bon
Yan, The doExecute method gets the RequestContext https://docs.spring.io/spring-webflow/docs/current/api/org/springframework/webflow/execution/RequestContext.html, which has a number of maps. At least one of them should have an object(s) that represents the successful login (hopefully it will

[cas-user] Take user back to Login page after MFA login error

2024-02-21 Thread Yan Zhou
Hi, CAS 6.6.x with MFA. After I correctly enter user credentials, I will be asked for a code, if that fails, CAS shows casMfaDeniedView. The following CAS code (if user enters incorrect code) simply takes user back to MFA login page, so that user can retry. I would not want users to have