Hi, I need to know if it is possible, take the original authentication error message and show the correct message.
I explain myself better: I want to know if it can be detected when the email is not written correctly and to make the error: "Wrong email".
When the password is incorrect: show incorrect password,
I mean to show the correct message that the service returns when a login error occurs.
What I have achieved so far, is to take in menssages.properties
authenticationFailure.AccountNotFoundException = Invalid credentials.
authenticationFailure.FailedLoginException = Invalid credentials.
but I need to be more specific with the causes, for which the error occurred.
I'm waiting
Grateful in advance ...
Fernando