We experienced the following behavior, testing the Password Policy when fcccompatmode=yes:
1) we set the user status to change the password at next login;
2) we login using the standard login.fcc, using the user credentials;
3) after login the browser is redirected to the smpwservices.fcc;
4) we post the WRONG password in the old password field;
Instead of remaining on the smpwservices.fcc page, the browser is redirected to the login.fcc without any message;
In terms of user experience, the user does not know if the password was changed or not.
This only happens when fcccompatmode=yes
How can we change that behavior to make the user to remain on smpwservices.fcc page ?
On a POST to an FCC the FCC will generate a number of cookies. This includes the FORMSCRED cookie which is created when FCCCompatMode is set to the value YES.
This cookie represents the old way of doing forms login and should be considered deprecated. The functionality only exists today to provide backwards compatibility with older SiteMinder installations.
The credential collector should be set to a different Web Agent where FCCCOMPAT MODE=NO