Hi Team we are using the 8.4p4 version of identityIQ
we wanted to display the error message human readable rather displaying the error message as is.
Please provide me the solution step by step.
Regards,
Ravi.
@ravikolipakulaaujas As far as I know, IdentityIQ doesn’t provide an out-of-the-box option to replace these LDAP error messages with user-friendly text. The message you’re seeing is the raw exception returned by Active Directory during authentication.
If you want to display something like “Invalid username or password” instead of the full LDAP error, you’ll likely need to customize the login authentication flow or implement custom exception handling to intercept the LDAP error and map it to a friendly message before it’s displayed.
If you’re using the standard IdentityIQ login page, I don’t believe there’s a simple configuration setting to achieve this. It would require some customization.
Hello Ravi,
Could you try changing the login error style to Simple under Global Settings → Login Configuration → Login Settings, then save and test a failed login?
Simple shows a generic error without exposing the specific login failure, so it should hide the detailed LDAP message. If you need your own exact message text, that would require customization. Login Settings