Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add required_actions attribute to keycloak_user #867

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

scheying
Copy link
Contributor

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 scheying force-pushed the master branch 3 times, most recently from d78f0be to f9bbe8b Compare August 11, 2023 13:29
@scheying
Copy link
Contributor Author

...finally ✅ 😃

@oliverbaehler
Copy link

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

Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the PR! Apologies for the wait.

@mrparkers mrparkers merged commit 264286d into keycloak:master Nov 10, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants