CAS Password Management webflow

32 views
Skip to first unread message

Colin Wilkinson

unread,
May 3, 2018, 11:09:53 PM5/3/18
to CAS Community
Hi,

We are in the process of upgrading from 4.1.7, we are currently doing the development on 5.3.0-RC4. While trying to get an understanding of how your password management webflow configure worked out, I created a Java class to be able to dump the flow to disk and noticed something really strange with the creation of passwordChangeAction action state. Its getting created in the login flow as follow, as you can see it has multiple of the same transition items. If you are calling from the casMustChangePassView, then in this instance you will be redirected to casExpiredPassView from my understanding.

   
    <action-state id="passwordChangeAction">
       
<evaluate expression="passwordChangeAction"/>
       
<transition on="passwordUpdateSuccess" to="casPasswordUpdateSuccess"/>
       
<transition on="error" to="casExpiredPassView"/>
       
<transition on="passwordUpdateSuccess" to="casPasswordUpdateSuccess"/>
       
<transition on="error" to="casMustChangePassView"/>
   
</action-state>

Regards,
Colin
Reply all
Reply to author
Forward
0 new messages