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
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/cb7f2679-f3ff-4229-ba2e-c746e4cab89f%40apereo.org.