I am going to make my own CentralAuthenticationServiceImpl and Interface which expose the Authentication object. In the Impl class I am going to look for a specific exception which means the user is on grace logins. I will set graceLogins to true in my Authentication Object, which will also be my own, and then in my AuthenticatFormAction I can look for the graceLogin and if it is true I can return result("grace") which I handle in the web flow. In the web flow I send it to its own jsp warning the user of the grace login and when the user hits continue I send them to sendTicketGrantingTicket.
If anyone has any experience here, would you be willing to provide some input?
On 7/18/06, Jason Tesser <
[EMAIL PROTECTED]> wrote:
I think I maybe I could use the warnAction in the webflow but I am not exactly sure how. As I said before I need to warn the user before redirecting back to the callbackurl that their password has expired and they are on grace logins. If someone could give me an idea on the best way to do this in CAS I would appreciate it. Thank you
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
