Modifying Login Flows
Mr. Christopher Bland
chris at fdu.edu
Thu Jan 24 18:08:47 EST 2019
Hi All,
In IDPv2, we modified our login.jsp page to prevent our users from seeing the login form if their initial login attempt resulted in an error code for expired password. We would unhide a <div> with instructions and a URL to update their credentials. We used inline CSS and a JSP if statement for the error code. Now that we are using IDPv3 and working with flows my experience is users that have expired passwords are displayed an error message for the expired password. In a previous post I was told that there are certain errors have a predefined flows and those can be edited. I would like any user that authenticates and receives a error code for expired password to not be redirected to the login page but instead get redirected to a custom page which has the necessary instructions on how to reset their credentials.
I could duplicate my old scripting/css approach using velocity but would prefer to redirect to a custom page.
I would appreciate any thoughts or suggestions,
-Chris
More information about the users
mailing list