Users attempting to set Security Questions and Answers through the "Modify My Profile" task encounter a facility=6 severity=3 error.
Error Message: Logical Attribute: |Answer4|,|Answer3|,|Answer2|,|Answer1|,|Question5|,|Question4|,|VerifyAnswer|,|Question3|,|Question2|,|Question1|,|VerifyQuestion|,|Answer5|, had error: [facility=6 severity=3 reason=0 status=1 message=Bad attribute specified].
The Security Questions and Answers logical attributes are processed by the Forgotten Password Handler and mapped to the physical %PASSWORD_HINT% attribute. This error occurs if the %PASSWORD_HINT% attribute is not defined as a multi-valued string in the User Directory definition, preventing the Handler from passing field values from the logical attributes to the physical store.
Ensure the %PASSWORD_HINT% attribute is configured as multi-valued in the User Directory XML.
%PASSWORD_HINT% attribute mapping.multi-valued="true" (or the equivalent syntax for your directory type).<Property name="%PASSWORD_HINT%" multi-valued="true" />