keycloakwildfly-10

Keycloak - Show a message if a user is blocked


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


Solution

  • 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