You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -603,9 +603,9 @@ The path for `install_dir` will be joined with `bin/kcadm.sh` to produce the ful
603
603
The keycloak_required_action type can be used to define actions a user must perform during the authentication process.
604
604
A user will not be able to complete the authentication process until these actions are complete. For instance, change a one-time password, accept T&C, etc.
605
605
606
-
The name for an action is `$alias on $realm`.
606
+
The name for an action is `$provider_id on $realm`.
607
607
608
-
**Important**: actions from puppet config and from a server are matched based on a combination of alias and realm, so edition of aliases is not supported.
608
+
**Important**: The keycloak rest api documentation uses the term `alias` which will be filled with the value of `provider_id` in this module.
0 commit comments