Hi Guys I am using CAS 4.0 with Active Directory and enabled LPPE.
I am trying to force the user to change the password at first login. Active directory has a checkbox - 'User must change the password at next login'. - I have checked this. However I was getting authenticationFailure.UNKNOWN. And I noted that org.jasig.cas.web.flow.AuthenticationExceptionHandler class does not have the below line and I have add this in my extended class to catch this error else it DEFAULT_ERROR_LIST.add(org.jasig.cas.authentication.AccountPasswordMustChangeException.class); Now I am getting the appropriate message authenticationFailure.AccountPasswordMustChangeException. However the page is not redirected to the change password page. I have the below entry in cas.properties # URL to which the user will be redirected to change the passsword. password.policy.url=https://localhost:7002/myapp/change.xhtml Any idea please ? Thanks Jay -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
