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!
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.