Hello all, I have a working CAS-MFA overlay going and in my testing I have come across an issue with the way I expect the service to be hit.
We use the method=POST attribute to send a post to the service we are using with CAS. With MFA installed, the webflow "login" gets changed and the end-state mfaSuccess gets triggered once successful MFA credentials are supplied. However the redirect to the service supplied by the service attribute is being sent via GET request and I need this step to run through a POST. I have (so far) tried to include some sections from the original login-webflow to add the end states to the MFA webflow, but the system tells me that these (newly added) end-states are not configured: The stack trace lists end-states that came delivered in the mfa webflow; it does not pick up my additional end states, and I don't see them defined in the accompanying servlet.xml If I direct the browser to my CAS instance after obtaining a TGT, the postView works correctly. It is only after successful MFA authentication that the redirect is being sent via GET. So my question is: how to get the service redirection to execute the equivalent of the postView ID in the original login-webflow.xml after MFA authentication has been completed? I hope I've included enough description of what's going on for this to make sense, thanks all. Michael Lazar Cal State University - Northridge. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
