Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This work has migrated to github feature branch feature-lppe

LPPE Module Integration Notes

...

Code Block
<decision-state id="warn">
  <if test="flowScope.warnCookieValue" then="showWarningView" else="PasswordWarningCheck" />
</decision-state>

Possible approach for near term adoption of this feature on 3.4.x
get out a patch for cas-server
1. apply patch, local build install
2. config overlay
3. good to go.

...