I'm developing a new application on Jboss EAP 7. In order to perform the login it needs to connet to LDAP.
I configured in my standalone.xml the login module "LdapExtended" and in the application web.xml the form authentication using j_security_check.
Everithing works fine, the only problem is that I don't know how to intercept the LDAP error code when there is a login error. So I don't know wich feedback I should give to the user: wrong credentials, password expired ecc...
Any suggestion?
Thanks
Giu
Refer the below links, hope it helps.
Security Architecture - Red Hat Customer Portal
How to Configure Server Security - Red Hat Customer Portal