Skip to content

Commit

Permalink
Enable Brute Force detection
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Apr 25, 2024
1 parent 0f318dd commit 773f363
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/keycloak/exports/01-yoma-realm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ loginWithEmailAllowed: true
duplicateEmailsAllowed: false
resetPasswordAllowed: true
editUsernameAllowed: false
bruteForceProtected: false
bruteForceProtected: true
permanentLockout: false
maxFailureWaitSeconds: 0
minimumQuickLoginWaitSeconds: 0
waitIncrementSeconds: 0
quickLoginCheckMilliSeconds: 0
maxDeltaTimeSeconds: 0
failureFactor: 0
maxFailureWaitSeconds: 900
minimumQuickLoginWaitSeconds: 60
waitIncrementSeconds: 60
quickLoginCheckMilliSeconds: 1000
maxDeltaTimeSeconds: 43200
failureFactor: 30
roles:
realm:
- id: 25be88e1-2f97-4ea3-b936-a19a94e45a65
Expand Down

0 comments on commit 773f363

Please sign in to comment.