DEV-479: added bruteforce detection to keycloak realm configuration

qa
Hoan To 3 years ago committed by Ketelsen, Sven
parent 64ebe201e2
commit 8db347934f

@ -19,6 +19,7 @@
duplicate_emails_allowed: yes duplicate_emails_allowed: yes
internationalization_enabled: yes internationalization_enabled: yes
default_locale: "de" default_locale: "de"
brute_force_protected: yes
password_policy: "{{ current_realm_password_policy | default('forceExpiredPasswordChange(60) and passwordHistory(3) and length(8) and notUsername(undefined) and upperCase(2) and lowerCase(2) and specialChars(2) and digits(1)') }}" password_policy: "{{ current_realm_password_policy | default('forceExpiredPasswordChange(60) and passwordHistory(3) and length(8) and notUsername(undefined) and upperCase(2) and lowerCase(2) and specialChars(2) and digits(1)') }}"
supported_locales: supported_locales:
- "de" - "de"

Loading…
Cancel
Save