mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
607 stars 295 forks source link

feat: Add required_actions attribute to keycloak_user #867

Closed scheying closed 9 months ago

scheying commented 1 year ago

Add an option to set Required Actions on a per-user basis, like this:

resource "keycloak_user" "this" {
  username = "my-user"

  required_actions = ["CONFIGURE_TOTP"]
}
scheying commented 1 year ago

...finally ✅ 😃

oliverbaehler commented 11 months ago

@mrparkers Can this be merged? Also looking for that feature :)