-
Bug
-
Resolution: Done
-
Minor
-
RH-SSO-7.2.4.GA
-
None
This change broke the direct grants login when a user has some required actions. Previously the message Account is not fully set up was returned but now it's just a generic Invalid user credentials. So it's impossible to know when the user is failing the password or the account has pending actions. The reason is KEYCLOAK-5284 which is only related to brute force (temporarily locked users).
The pending actions are checked after the login of the user. If the user typed an invalid password that error is returned, not reaching the actions check. So returning a special message for this case is safe (it will be only returned when the user has correctly logged in).