0

How can I show a message if a user is blocked after a brute force detection ?

I'm using keycloak 2.0.0 and I keep having the same error "Invalid username or password."

Thanks

UPDATE : it seems like the issue has already been detected in the version 1.9.2.Final HERE

Ismail H
  • 4,226
  • 2
  • 38
  • 61

1 Answers1

-1

Yes It's available in the UserRepresentation returned by http://www.keycloak.org/docs/rest-api/index.html#_get_represenation_of_the_user

You can also check brute force status on

http://www.keycloak.org/docs/rest-api/index.html#_get_status_of_a_username_in_brute_force_detection

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Aman Jaiswal
  • 1,084
  • 2
  • 18
  • 36