If the AD account of a web users requires them to reset their password. or the AD user is disabled in all there scenarios the login with keycloak will have to fail when using LDAP authentication. the login is failing but is all these cases the error message showing is “invalid username or password”. is it possible to show an error message more specific to the situation from keycloak
Keylcoak does not know if there is a legal user or an attacker. So showing a generic “invalid username or password” is the only option here.
ok got. Thanks for the response