-2

I need to enable brute force detection in security defences tab in keycloak, but i dont want to enable it manually is there way to do it using kcadm ???

thankyou in advance!

Nikhil Lingam
  • 121
  • 2
  • 12

1 Answers1

0

You can do this via the REST API and therefore via kcadm when creating or updating the realm.

Check the RealmRepresentation for such attributes as bruteForceProtected, permanentLockout etc.

sventorben
  • 1,597
  • 4
  • 17