Skip to content

Commit

Permalink
feat: 🔒 add keycloak password policy
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Oct 25, 2023
1 parent 78c8096 commit 1aa6652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/keycloak/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
id: dso
realm: dso
display_name: Dso Realm
password_policy: "length(8) and lowerCase(1) and upperCase(1) and specialChars(1) and digits(1) and passwordHistory(1) and notUsername() and forceExpiredPasswordChange(365)"
enabled: true

- name: Get keycloak dso realm users from API
Expand Down

0 comments on commit 1aa6652

Please sign in to comment.